/*Elemente*/
a{
	color: #255720;
}

img{
	border: 0px;
}

h1{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #255720;
}

h2{
	font-family: Verdana;
	font-size: 14px;
	text-decoration: underline;
	color: #255720;
}

h3{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #255720;
}

h4{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #255720;
}

h5{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #255720;
}

h5{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #255720;
}

/*Klassen*/
.topbar{
	background-image: url(../img/topbar.png);
	background-repeat: no-repeat;
	width: 1015px;
	height: 20px;
	font-family: Verdana;
	font-size: 9px;
	text-align: right;
	color: #e6f0d3;
}

.topbar a{
	color: #e6f0d3;
}

.header{
	width: 1015px;
	height: 141px;
}

.menue{
	background-image: url(../img/menu.png);
	background-repeat: repeat-y;
	width: 190px;
	/*position: relative;*/
	vertical-align: text-top;
}

ul.menu{
	list-style: none;
	margin-left: -28px;
	width: 170px;
}

ul.menu li{
	background-image: url(../img/menue_button_blaetter.png);
	background-repeat: no-repeat;
	vertical-align: text-middle;
	width: 170px;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 3px;
	/*border-top: solid 2px white;
	border-bottom: solid 2px white;*/
}

ul.menu li a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #255720;
	text-decoration: none;
}

ul.menu li a:hover{
	background-color: #e6f0d3;
}

ul.menu li:hover{
	background-image: url(../img/menue_button_blaetter_hover.png);
	background-repeat: no-repeat;
}

ul.menu li#current{
	background-image: url(../img/menue_button_blaetter_hover.png);
	background-repeat: no-repeat;
}

ul.menu li ul{
	margin-left: -89px;
	list-style: none;
}

ul.menu li ul li{
	background-image: none;
}

ul.menu li ul li a{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #255720;
	text-decoration: none;
}

ul.menu li ul li:hover{
	background-image: none;
}

ul.menu li ul li#current{
	background-color: transparent;
	background-image: none;
}

ul.menu li ul li a:hover{
	background-color: transparent;
}

.menue table{
    color: #255720;
    padding-left: 25px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}

.main{
	background-color: #e6f0d3;
	width: 635px;
	background-repeat: repeat-y;
	vertical-align: top;
	border: solid 2px white;
}

.mainarea{
	width: 610px;
	overflow: auto;
	margin: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #255720;
}

.maincolumn{
	padding: 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #255720;
}

.contentheading{
	font-family: Verdana;
	font-size: 14px;
	padding-bottom:10px;
	font-weight: bold;
	text-decoration: underline;
	color: #255720;
}

.componentheading{
	font-family: Verdana;
	font-size: 14px;
	padding-bottom:10px;
	font-weight: bold;
	text-decoration: underline;
	color: #255720;
}

.contentpaneopen .small{
	visibility:hidden;
	width: 0px;
	height: 0px;
}

.contentpaneopen .createdate{
	visibility:hidden;
	width: 0px;
	height: 0px;
}

.modifydate{
	visibility:hidden;
	width: 0px;
	height: 0px;
}

.right{
	background-image: url(../img/right.png);
	width: 186px;
	background-repeat: repeat-y;
	vertical-align: text-top;
}

.righttop{
	background-image: url(../img/right_top.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	width: 170px;
	height: 22px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.rightmiddle{
	background-image: url(../img/right_middle.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	width: 170px;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #255720;
}

.rightbottom{
	background-image: url(../img/right_bottom.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	width: 170px;
	height: 28px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
	padding-right: 25px;
}

.rightbottom a{
	color: #FFFFFF;
	text-decoration: none;
}

/*IDs*/