/*
green
#acda4a

gray
#cfcfcf
#808080
#EDEDED
#555555


red
#8e1f1f
*/
html {
	height:101%;
}

body {
	font-size:9pt;
	font-family:arial,sans-serif;
	color:black;
	padding:0px;
	margin:0px;
	background-image:url(images/grav.png);
	background-attachment:fixed;
}

a:link, a:visited {
	text-decoration:none;
	color:#6699ff;
}

a:hover {
	text-decoration:underline;
}

/*
a:link img, a:visited img {
	border:2px solid #acda4a;
}

a:hover img {
	border:2px solid #6699FF;
}*/

.img {
	border:1px solid black;
}


#MainFrame {
	margin:auto;
	margin-top:15px;
	width:750px;
	position:relative;
	border:2px solid #808080;
	background-color:white;
}
#Banner {
	margin:10px;
	width:730px;
	height:100px;
}
#TopNav {
	width:100%;
	height:30px;
	background-color:#acda4a;
	text-align:right;
}
#TopNav a:link, #TopNav a:visited {
	color:black;
	text-decoration:none;
}

#TopNav a:hover {
	color:white;
}

.activeTopNavEntry {
	font-weight:bold;
}

#TopNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:30px;
	margin-right:20px;
}
#TopNav ul li {
	display:inline;
	border-left:3px solid black;
	height:30px;
	padding:0px 10px 0px 10px;
}
#Content {
	padding:20px;
	line-height:160%;
	background-image:url(images/content_bg_top.png);
	background-repeat:no-repeat;
}
#Navigation {
	position:relative;
	width:150px;
	height:100%;
	background-image:url(images/nav_bg_top.png);
	background-repeat:no-repeat;
}
#Navigation .Menue {
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
}
#Navigation .Menue li {
	display:block;
	width:132px;
	background-color:#acda4a;
	padding-left:5px;
	margin-top:3px;
	border-left:3px solid black;
}

#Navigation a:link, #Navigation a:visited {
	color:black;
	text-decoration:none;
}

#Navigation a:hover {
	text-decoration:none;
	font-weight:bold;
}

.active {
	font-weight:bold;
}


/* parts from old */

.button {
	background-color:#acda4a;
	border:2px solid black;
}
input {
	border: 1px solid #7b9ebd;
	padding: 3px;
	font-size: 11px;
	background-color:#DFF3FD;
}

textarea {
	border: 1px solid #acda4a;
	padding: 3px;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	background-color:white;
}

select {
	border: 1px solid #7b9ebd;
	padding: 2px;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
}

.SpecialBox, .Formular {
	width:498px;
	border:1px solid #acda4a;
	background-color:#EDEDED;
	color:#2E4060;
	padding:15px;
	margin:0;
}

.SpecialBox ul {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:8px;
}

.GBAnswerBox {
	width:400px;
	border:1px solid #acda4a;
	background-color:#EDEDED;
	color:#2E4060;
	padding:3px;
	margin:0;
	font-size: 8pt;
	line-height:135%;
}

.Box_Abschluss {
	background-image:url(images/box_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:530px;
	padding-bottom:6px;
	background-color:#acda4a;
}

#Navigation .Formular, #Navigation .SpecialBox {
	width:138px;
	padding:5px;
	font-size:8pt;
}

#Navigation .SpecialBox a:link,#Navigation .SpecialBox a:visited {
	color:#acda4a;
	font-weight:bold;
}
#Navigation .SpecialBox a:hover {
	text-decoration:underline;
}

.Balken {
	background-image:url(images/box_top.png);
	background-color:#acda4a;
	background-repeat:no-repeat;
	padding-top:6px;
	padding-left:5px;
}

.Balken_Abschluss {
	background-image:url(images/box_bottom.png);
	background-repeat:no-repeat;
	height:6px;
}

h3 {
	font-size:11pt;
	color:#3D3D3D;

}

.icon {
	border:none;
	vertical-align:text-bottom;
}

.Table {
	width:100%;
	background-color:#acda4a;
}
.Table td {
	background-color:#EDEDED;
}

.TableHeadline {
	color:white;
}

.TableHeadline td {
	background-color:#555555;
}

.InstructionBox {
	border:1px solid black;
}

.PageHeadline {
	color:#555555;
	font-size:14pt;
}
h1,h2,h3,h4,h5 {
	color:#555555;
}

.ItemTemplate td {
	background-color:#DDDDDD;
	color:#8D8D8D;
}

.errormessage {
	color:red;
}