/*schriftart für den fließtext wird hier festgelegt	*/
*{
	padding: 0px;
	margin: 0px;
}

html, body {
	background-color: #FFFFFF;
	height: 100%;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}

a 	{ 
	color: #5A9DCD; text-decoration : none; 
	}

a:hover 	{
	 color: #000000; text-decoration: none; 
	}

/*in diesen container wird der inhalt reingepackt und anschließend zentriert*/
#container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -370px;
	width: 744px;
	min-height: 100%;
	height: auto;
	/*background-color: #CCCCCC;*/
}

/*hier wird der kopf der seite definiert*/
#head {
	width: 736px;
	height: 252px;
	background-image:url(../images/head.jpg);
}

#head h1{
	text-indent: -2000px;
}

/*START navigation, hier wird die navihgation festgelegt*/
ul#navi li{
	list-style-type: none;
	float: left;
	width: 95px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

ul#navi a{
	text-decoration: none;
	color: #FFFFFF;
}

ul#navi a:hover{
	text-decoration: none;
	color: #666666;
}

ul#navi {
	position: absolute;
	top: 43px;
	left: 143px;
	width: 600px;
	text-align: center;
}

/*login+registrieren*/
#log_reg {
	position: absolute;
	text-align:right;
	top: 40px;
	/*left: 638px;*/
	right: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/key.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
}

#log_reg a{
	color: #5A9DCD;
	text-decoration: underline;
}
/*navigation ENDE*/

/*hier wird der login panel festgelegt*/
#sub_log {
	margin-top: 8px;
	width: 728px;
	height: 43px;
	background-image:url(../images/sub_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #DBDCDD;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 0px 0px 5px;
}

/*die zwei input felder benutzer und passwort*/
.loginbox1 {
	position: absolute;
	top: 265px;
	left: 485px;
	width: 100px;
	height: 16px;
	padding: 2px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.loginbox2 {
	position: absolute;
	top: 265px;
	left: 595px;
	width: 100px;
	height: 16px;
	padding: 2px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.key_login {
	position: absolute;
	top: 268px;
	left: 710px;
	width: 15px;
	height: 15px;
	background-image: url(../images/key.gif);
	background-color: transparent;
	border: none;
}

/*START, hier werden die zwei kolumnen für den inhalt auf der startseite festgelegt*/
#left_column {
	float: left;
	margin-top: 32px;
	width: 465px;
	
}

#right_column {
	margin-top: 32px;
	float: left;
	width: 265px;
	
}

#full_column {
	margin-top: 32px;
	width: 735px;
	float: left;
}

/*subheadline für den text auf der linken seite*/
.left_head {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	background-image:url(../images/rule.gif);
	background-repeat: no-repeat;
	height: 32px;
}

.full_head {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	background-image:url(../images/full_rule.gif);
	background-repeat: no-repeat;
	height: 32px;
}

/*subheadline für den text auf der rechten seite*/
.right_head {
	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	background-image:url(../images/rule2.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-left: 11px;
}

/*beschreibungstext auf der linken seite, bitte draf achten den immer mitzunehmen, falls kene beschreibung vorhanden ist mit &nbsp; füllen bsp: <h6 class="left_desc">&nbsp;</h6>*/
.left_desc {
	margin-top: -31px;
	margin-right: 42px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

.right_desc {
	margin-top: -31px;
	margin-right: 27px;
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

/*inhalt für das feld in der linken kolumne*/
.left_content {
	line-height: 18px;
	margin: 15px 15px 20px 10px;
}

/*inhalt für das feld in der rechten kolumne*/
.right_content {
	line-height: 18px;
	width: 249px;
	margin: 2px 0px 0px 11px;
	padding: 3px 5px 3px 5px;
	background-color: #F5F5F5;
}

/*benutzer bild*/
.usr_pic {
	padding: 5px;
	float: left;
	border: none;
}

/*frauen/männer auf der rechten seite*/
.sub_usr {
	margin-left: 90px;
	margin-top: 5px;
	margin-bottom: 25px;
	width: 180px;
	border-top: 1px solid #CECECE;
	font-size: 10px;
	text-align: right;
	color: #7B7B7B;
}

.sub_usr a{
	text-decoration: none;
	color: #7B7B7B;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sub_usr a:hover{
	text-decoration: none;
	color: #8C8C8C;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #8C8C8C;
}

/*tabelle für das registrierungs-formular*/
#tab_reg {
	width: 450px;
	height: 120px;
	margin-left: 5px;
	margin-bottom: 20px;
}

input {
	width: 120px;
	height: 16px;
	padding: 2px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}


select {
	height: 16px;
	padding: 2px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

textarea {
	padding: 2px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.radio {
	width: 13px;
	height: 13px;
	border: none;
}

.anmelden {
	background-color: #A8CA3E;
	border: 1px solid #656A70;
	width: 100px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.kon_text {
	width: 370px;
	height: 125px;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	overflow: auto;
}

/*den spacer in der rechten spalte benutzen um abstand zu bewahren*/
.spacer {
	margin-bottom: 20px;
}

#end {
	width: 735px;
	clear: both;
	display: block;
	text-align: right;
	border-top: 1px solid #B2B4B7;
	padding-top: 2px;
	padding-bottom: 1px;
}

#end a{
	color: #414141;
	text-decoration: none;
}

#end a:hover{
	color: #414141;
	text-decoration: underline;
}

/*kolumnen für den chart bereich, da sie anders wie bei den vorherigen kolumnen, gleich breit sind*/
#left_chart_column {
	float: left;
	margin-top: 32px;
	width: 365px;
}

#right_chart_column {
	margin-top: 32px;
	float: right;
	width: 365px;
}

.chart_head {
	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	background-image:url(../images/rule_chart_left.gif);
	background-repeat: no-repeat;
	height: 32px;
}

.chart_content {
	line-height: 18px;
	height: 100px;
	width: 249px;
	margin: 2px 0px 20px 11px;
	padding: 3px 5px 3px 5px;
	background-color: #F5F5F5;
}

.seperator {
	width: 111px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 5px 158px;
	border-bottom: 1px dotted #414141;
}

/*cogra brand*/
#cc_logo {
	font-weight: bold;
	font-size: 22.5px;
	font-family: Helvetica, Arial, sans-serif;
}
/*ENDE*/
