/* Allgemeines */

BODY {
	font-family: "Tahoma",Verdana,Arial,sans-serif;
	line-height: 130%;
}

INPUT, SELECT, TEXTAREA {
	font : 100 12pt "Tahoma",Trebuchet,Verdana,Arial,sans-serif;
	padding: 1px;
}

INPUT[type=radio], INPUT.none {
	border: none;
}

INPUT.requirederror, SELECT.requirederror, TEXTAREA.requirederror {
	background-color: #F9B0B7;
	padding: 2px;
}

INPUT.login {
	font-weight: 600; 
	width: 80%; 
}

INPUT.searchfield {
	font-weight: 600; 
	width: 100%; 
	color: #0c1c8c;
}

DIV.requirederror {
	border: 1px solid #d81126;
	padding: 2px;
}

A:Hover {
	color: #d81126;
}

/* Layout */

#outerbox {
	width: 100%;
}

#innerbox {
	width: 100%;
	position: static;
	text-align: left;
}

#menu {
	width: 20%;
	float: left;
	position: relative;
}

#logo1, #logo2   {
	display: none;
}



#navigation1 {
	width: 100%;
	background-color: #d81126;
	margin-bottom: 2px;
	line-height: 150%;
	font-size: 16pt;
}

#navigation1 HR, #navigation2 HR {
	width: 93%;
	height: 1px;
	border: 0px none;
	background-color: white;
	color: white;
}

#navigation1 UL, #navigation2 UL {
	list-style: square;
	color: white;
	font-size: 10pt;
	font-weight: 900;
	margin-left: -15px;
	margin-top: 10px;
}

* HTML #navigation1 UL, * HTML #navigation2 UL  {
	margin-left: 20px;
}

#navigation1 UL LI.active {
	background-color: #FFFFFF;
}

#navigation1 UL LI.active A {
	color: #0c1c8c;	
	padding-left: 2px;
}

#navigation1 UL UL, #navigation2 UL UL  {
	font-size: 9pt;
	font-weight: 100;
	margin-left: -20px;
	margin-top: 0px;
}

#navigation1 LI A, #navigation2 LI A {
	color: white;
}

* HTML #navigation1 UL UL, * HTML #navigation2 UL UL {
	margin-left: 30px;
}

#navigation1 A {
	color: white;
	font-size: 16pt;
}

#navigation2 {
	width: 100%;
	background-color: #0c1c8c;
	margin-bottom: 2px;
	color: white;
	font-weight: 600;
}

#navigation2 IMG {
	display: none;
}

#navigation2 A, #navigation2 UL {
	line-height: 170%
	color: white;
	font-size: 12pt;
}

#content {
	float: left;
	margin-left: 10px;
	font-size: 11pt;
	text-align: justify;
	width: 95%;
}

#sidebar {
	position: relative;
	float: right;
	width: 140px;
	background-color: #EBEEFD;
	padding: 2px;
	margin: 4px;
	border: 1px solid #0c1c8c;
}

#popup_content {
	font-size: 10pt;
	text-align: justify;
	margin: 5px;
}

H1 {
	font-size: 26pt;
	color: #d81126;
	line-height: 120%;
	margin-top: 0px;
}

H2 {
	font-size: 22pt;
	color: #0c1c8c;
	line-height: 120%;
	margin-top: 10px;
}

H3 {
	font-size: 18pt;
	color: #0c1c8c;
	margin-top: 10px;
}

H4 {
	font-size: 16pt;
	font-weight: 900;
	color: #0c1c8c;
	margin-top: 0px;
}

.annotations {
	font-size: 10pt;
	line-height: 130%;
	color: #666666;
	border: 1px solid #666666;
	padding: 2px;
}

.footer {
	font-size: 9pt;
	line-height: 130%;
	color: #666666;
}

.bold {
	font-size: 110%;
	font-weight: 900;
}

.small {
	font-size: 9pt;
	line-height: 140%;
}

#content UL {
	list-style: square;
}

TABLE.box, DIV.box {
	border: 1px solid #0c1c8c;
}

TABLE TD {
	text-align: left;
}

DIV.box {
	padding: 2px;
}

TR.highlight TD, TR.highlight TH {
	background-color: #EBEEFD;
	border-bottom: 1px solid #0c1c8c;
}

TR.normal TD, TR.normal TH  {
	border-bottom: 1px solid #0c1c8c;
}

TH {
	background-color: #EBEEFD;
	color: #0c1c8c;
	font-size: 12pt;
	border-bottom: 2px solid #0c1c8c;
}