/* Anpassung Bilder */
@import url("bilder.style.css");
/* Anpassung Formulare */
@import url("forms.style.css");
/* Anpassung Formulare */
@import url("popup.style.css");
/* Anpassung Listendarstellung */
@import url("lists.style.css");
/* Anpassung Listendarstellung */
@import url("tabs.style.css");
/* Anpassung Listendarstellung */
/*
@import url("slider.style.css");
*/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

/*****************************************************************/
/* Navigation im Kopf */
/*****************************************************************/

#topnav {
	margin : 0; 
	font-size : 0.9em; 
	padding : 3px 0 0 6px; 
	list-style-type : none; 
	display : inline; 
} 
#topnav li {
	display : inline; 
} 
#topnav a {
	position : relative; 
	text-decoration : none; 
	padding : 0; 
	background-color : transparent; 
}
#topnav a:hover {
	color : #666666; 
} 
#topnav a .tooltip {
	display : none;
} 
#topnav a:hover .tooltip {
	display : inline; 
	position : absolute; 
	width : 130px; 
	left : 5em; 
	top : 0; 
	color : #000; 
	padding : 5px; 
} 

.topnav-trenner {
	color: #009933;
}

.infofield {
	/*
	cursor: help;
	*/
}

#navleiste {
	position: relative;
	width: 960px;
	padding : 0 10px 0 10px;
	height: 30px;
	clear: both;
}

#navleiste-links {
	width: 480px;
	float: left;
}

#navleiste-rechts {
	width: 480px;
	float: right;
	text-align: right;
}

.flashcontent {
	z-index: -1;
}

.login-text {
	padding: 0 0 5px 0;
	color: #000000;
}


.wertetabelle {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;

}


.anmeldung-div {
	position: relative;
}

.anmeldung-text {
	position: relative;
	line-height: 25px;
	height: 25px;
}

.anmeldung-bild {
    position: relative;
	line-height: 25px;
	height: 25px;
	top: 3px;
	margin-left: 0px;
}

#pdf {
	position: relative;
	width: 550px;
	display: block;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.dia {
	position: relative;
	clear : both; 
	width : 950px;
	padding : 0 0 0 0;
	margin : 15px 0 0 0;
	z-index : 250;
}

.dia-left {
	position: relative;
	float : left; 
	width : 550px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	overflow: none;
	z-index : 255; 
}

.dia-right {
	position: relative;
	float : right; 
	width : 400px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	overflow: hidden;
	z-index : 260; 
}

.dia-clear {
	clear : both; 
}




/*****************************************************************/
/* Überschriften */
/*****************************************************************/

.titel {
	font-size: 24pt;
}

h1 { /* Überschrift 1 */
	color: #009933;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

h2 { /* Überschrift 2 */
	color: #009933;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

h3 { /* Überschrift 3 */
	color: #555555;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	margin: 15px 0 -15px 0;
}

h4 { /* Überschrift 4 */
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

h5 { /* Überschrift 5 */
	color: #000000;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

h6 { /* Überschrift 6 */
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

hr {
	width: 99%;
}

.kgst-green {
	color: #009933;
}


.ergebnisse-diagramm {
	position: relative;
	width: 600px;
	height: 365px;
}


/*****************************************************************/
/* Absätze */
/*****************************************************************/
/*
p {
	font-size: 10pt;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	clip: rect(   );
	font-weight: normal;
}
*/
/*****************************************************************/
/* Überschriften */
/*****************************************************************/

a:link {
	/*
	color: #00991A;
	*/
	color: #000000;
	font-size: 10pt;
}

a:visited {
	color:#000000;
	text-decoration: underline;
	font-size: 10pt;
}

a:active {
	color: #00991A;
	font-size: 10pt;
}

a:hover {
	color: #00991A;
	text-decoration: none;
	font-size: 10pt;
}
/************************************************/
a.small:link {
	color: #000000;
	font-size: 10pt;
}

a.small:visited {
	color:#000000;
	text-decoration: underline;
}

a.small:active {
	color: #000000;
}

a.small:hover {
	color: #000000;
	text-decoration: none;
}
/************************************************/
a.green:link {
	color: #009933;
	font-size: 10pt;
}

a.green:visited {
	color:#009933;
	text-decoration: underline;
}

a.green:active {
	color: #00991A;
}

a.green:hover {
	color: #00991A;
	text-decoration: none;
}
