/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

ul {
	margin: 12px 0px 0px 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0077C7;
	margin: 0px;
	padding: 0px;
}

#Seitentitel {
	margin: 0px 0px 24px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0077C7;
}

.Ueberschrift_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0077C7;
}

.Ueberschrift_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0077C7;
}

.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
}

.Text_Rand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
	
	margin-right: 185px;
}

.Text_Orange {
	color: #F2A20D;
}

.Text_Orange_Fett {
	color: #F2A20D;
	font-weight: bold;
}


.Text_1 {
	margin: 0px 0px 0px 18px;
}

.Text_2 {
	margin: 0px 0px 0px 10px;
}

.Pfeil_Container {
	width: 300px;
	height: 110px;
	position: relative;
	overflow: hidden;
	margin: 0px 0px 20px 40px;
	float: left;
}

.Pfeil_Overlay {
	width: 300px;
	height: 110px;
	position: absolute;
	top: 0px;
	left: 0px;
	
	cursor: pointer;
	background-image: url(Graph/transparent.gif);
	background-repeat: repeat;
}

.Pfeil_Fader {
	width: 300px;	
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.Pfeil_Fader table {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 42px 0px 50px;
	vertical-align: middle;
	text-align: left;
}

.Pfeil_Titel {
	position: relative;
	margin: 2px 42px 0px 0px;
	text-align: center;
}

.Pfeil_Text {
	padding: 0px 0px 0px 10px;
	background-image: url(Graph/Menue/Menue_links_markup_kategorie.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 1.2em;
}

.Formular_Hintergrund {
	background-color: #F0F0F0;
	padding: 5px 10px 10px 10px;
	border: 1px solid #0077C7;
}

.Formular_Feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.Formular_Feld_Fehler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF9396;
	border: 1px solid #999999;
}

.Formular_Schalter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0077C7;
	border: 1px solid #999999;
	padding: 1px 10px;
}

.Formular_Fehlermeldung {
	font-size: 10px;
	color: #FF0000;
}

.Formular_Nachrichtenbox_OK {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #0077C7;
	background-color: #F0F0F0;
	
	background-image: url(Graph/yes.gif);
	background-repeat:no-repeat;
	background-position: 8px 6px;
	
	font-weight: bold;
	color: #009900;
}

.Formular_Nachrichtenbox_Fehler {
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 30px;
	border: 1px solid #0077C7;
	background-color: #F0F0F0;
	
	background-image: url(Graph/no.gif);
	background-repeat:no-repeat;
	background-position: 8px 6px;
	
	font-weight: bold;
	color: #FF0000;
}

.Bild_links {
	position:static;
	padding:1.5%;
	float:left;
}

.Bild_rechts {
	position:static;
	padding:1.5%;
	float:right;
}

.Bild_Seitenrand {
	position:absolute;
	width:185px;
	top:0px;
	right:0px;
	text-align:center;
}

a:link {color: #0077C7; text-decoration: none;}
a:visited {color: #0077C7; text-decoration: none;}
a:hover {color: #0077C7; text-decoration: underline;}
a:active {color: #0077C7; text-decoration: none;}

a img:link {background-color: transparent; border: none; text-decoration: none;}
a img:visited {background-color: transparent; border: none; text-decoration: none;}
a img:hover {background-color: transparent; border: none; text-decoration: none;}
a img:active {background-color: transparent; border: none; text-decoration: none;}

a div:link {background-color: transparent; border: none; text-decoration: none;}
a div:visited {background-color: transparent; border: none; text-decoration: none;}
a div:hover {background-color: transparent; border: none; text-decoration: none;}
a div:active {background-color: transparent; border: none; text-decoration: none;}

.Pfeil_Link:link {color: #000000; border: none; text-decoration: none;}
.Pfeil_Link:visited {color: #000000; border: none; text-decoration: none;}
.Pfeil_Link:hover {color: #000000; border: none; text-decoration: none;}
.Pfeil_Link:active {color: #000000; border: none; text-decoration: none;}