
/*****************************************************/
/*   Design:  zenrace gmbh                           */
/*            Stylesheet for screen rendering        */
/*---------------------------------------------------*/
/*   Author:  AS				                     */
/*   Email:   contact@zenrace.com                    */
/*   Date:    20061018                               */
/*****************************************************/

/*-------------------------------*/
/* ORANGE						 */
/*-------------------------------*/
/* orange dark	  	#CC6600      */
/* orange medium 	#FF9900      */
/* orange bright 	#FFCC66      */
/*-------------------------------*/
/* BLUE     					 */
/*-------------------------------*/
/* blue dark	  	#3366FF      */
/* blue medium 		#3399FF      */
/* blue bright 		#99CCFF      */
/*-------------------------------*/
/* BROWN     					 */
/*-------------------------------*/
/* brown        	#663300      */
/*-------------------------------*/

/* * * * * * * * * * * * * * * * * * *  START FRAMELAYOUT * * * * * * * * * * * * * * * * * * */

.header {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;
	height: 200px;
}

.headerimage {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 1000px;
	height: 200px;
}

.footer {
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 1000px;
	background-color: #666666;
}

.footer .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1pt;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 30px;
	padding: 7px 0px 5px 0px;
	background-color: #6699FF;
}

.leftframe {
	text-align: left;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #666666;
}

.rightframe {
	text-align: right;
	width: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #666666;
}

.navigation {
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 210px;
	height: auto;
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-y;
}

/* * * * * * * * * * * * * * * * * * *  END FRAMELAYOUT * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * *  START MAIN NAVIGATION * * * * * * * * * * * * * * * * * * */

.navigation .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	width: 163px;
	padding: 80px 0px 0px 37px;
}

.navigation a:visited {
	display: block;
	margin-bottom: 5pt;
	color: #0066FF;
	text-decoration: none;
}

.navigation a:hover {
	display: block;
	margin-bottom: 5pt;
	color: #FF9900;
	text-decoration: none;
}

.navigation a {
	display: block;
	margin-bottom: 5pt;
	color: #0066FF;
	text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * *  END MAIN NAVIGATION * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * *  START TOP NAVIGATION * * * * * * * * * * * * * * * * * * */

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	font-style: italic;
	letter-spacing: 1pt;
	width: 975px;
	height: 20px;
    margin: 0px;
	padding: 6px 25px 6px 0px;
	text-align: right;
	background-color: #6699FF;
}

.topnav a:visited {
	color: #FFFFFF;
	margin: 0px; 
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
}

.topnav a:hover {
	color: #FFFFFF;
	margin: 0px; 
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

.topnav a {
	color: #FFFFFF;
	margin: 0px; 
	padding: 0px 10px 0px 10px;
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * END TOP NAVIGATION * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * *  START CONTENT * * * * * * * * * * * * * * * * * * */

.main {
	float: left;
	width: 770px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
}

.main .content {	
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	letter-spacing: 1pt;
	color: #333333;
	float: left;
	width: 700px; /* Breite Frame: 790px*/
	margin: 50px 40px 40px 30px;	 
	padding: 0px;
}

.news_date {
	margin: 30px 0px 10px 0px;
	color: #3366FF;
	font-weight: bold;
}

.news_title {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

.news_content {
	margin: 0px;
}

.news_source {
	margin: 10px 0px 20px 0px;
	color: #999999;
}

/* * * * * * * * * * * * * * * * * * *  START ASP FORMULARE * * * * * * * * * * * * * * * * * * */

table, tr, td {	
	margin: 20px 0px 20px 0px;
	background-color: #FFFFFF;	
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	line-heigt: 14pt;
	letter-spacing: 1pt;
	border: none;
}

.form_navigation {
	text-align: center;
	margin: 30px 0px 30px 0px;
	padding: 5px 0px 5px 0px;
	border: 1px solid #3366FF;
}

.author {
	text-align: left;
	color: #3366FF;
	font-weight: bold;
}

.date {
	text-align: right;
	font-weight: bold;
}

.petition_list {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}

.form_inputfield {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1pt;
	color: #3366FF;
}

/* * * * * * * * * * * * * * * * * * *  END ASP FORMULARE * * * * * * * * * * * * * * * * * * */

.main a:visited {
	color: #3366FF;
	text-decoration: underline;
}

.main a {
	color: #3366FF;
	text-decoration: underline;
}

.main a:hover {
	color: #3366FF;
	text-decoration: none;
}

h1 {
	clear: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	font-weight: bold;
	font-size: 14pt;
	line-height: 18pt;
	color: #333333;
	border-bottom: 1px dotted #333333;
}

h2 {
	clear: left;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
}

h3 {	
	padding: 20px 0px 10px 0px;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
	color: #333333;
}

.symbol {
	margin: 20px 0px 20px 0px;
}

.symbol td {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.comment {
	font-size: 10pt;
	font-weight: lighter;
}

.importantField {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #663300;
}

.importantText {
	text-align: center;
	padding: 20px;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

/* Unordered list */

.main .content ul {
	width: 90%;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}

.main .content li {
	text-indent: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.main ul.spezial {
	width: auto;
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	font-weight: bolder;
	color: #FF9900;
}

.main li.spezial {
	text-indent: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-position: inside;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: absolute;
	width: 10px;
	height: auto;
	right: 5px;
	top: 7px;
	float: right;
	font-size: 8pt;
	line-height: 9pt;
	text-align: center;
}

a.copyright:link, a.copyright:visited {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
}
					
a.copyright:hover {
	display: block;
	color: #999999;
	text-decoration: none;
}

/* HTML-code examples */
.showcode {
	font-family: monospace;
	font-weight: bold;
	font-size: 13px;
	color: rgb(255,0,0);
}

/* Hide HTML-tags. Good when no pagestyle supported by browser */
.hide {
	display: none;
}

br {
	clear: both;
}

b {
	font-weight: bold;
	color: #000000;
	}

p {
	padding: 5px 0px 5px 0px;
	line-height: 12pt;
}

/* * * * * * * * * * * * * * * * * * *  END CONTENT * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * *  START COLORS * * * * * * * * * * * * * * * * * * */

.orange_dark {
	color: #CC6600;
	}
	
.orange_medium {
	color: #FF9900;
	}
	
.orange_bright {
	color: #FFCC66;
	}

.blue_dark {
	color: #3366FF;
	}
	
.blue_medium {
	color: #3399FF;
	}
	
.blue_bright {
	color: #99CCFF;
	}
		
.grey_bright {
	color: #999999;
	}		
	
.grey_medium {
	color: #666666;
	}
	
.grey_dark {
	color: #333333;
	}