/* -------------------------------------------------
Project     : Unfallkasse NRW Schulentwicklungspreis
Urls        : http://www.gm-f.de
Author      : Gathmann Michaelis und Freunde
Version     : 1.0
File        : CSS-Definition Main
---------------------------------------------------- */

/*  Color Definition:

	#ffb900: orange
	#ff9600: orange (text)
	#f68000: dark orange
	#ccdcec: light blue
	#e2001a: red

*/


/* Standards --------------------------------*/

html, body, h1, h2, h3, h4, h5, a, div, p, table, tr, td, ul, li, input, select, form{ 
	/*margin:0; 
	padding:0;*/
	color: #535353;
	font: normal 12px/19px "Geneva", geneva, Geneva, sans-serif;
}
body {
	background-color:#EEE;
	text-align:center;
}

img  {
	border: none;
}

a {
	border: none;
	color: #ff9600;
	text-decoration: underline;
}

p {
	color: #535353;
}

h1 {
	font: normal 17px/24px "Geneva", geneva, Geneva, sans-serif;
	color: #535353;
	font-weight: bold;
}


.contenttable ,.contenttable tr,.contenttable td {
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	
	border:1px solid #000;
	border-collapse:collapse ;
}

#page {
	margin-left:auto;
	margin-right:auto;	
	width: 990px;
	text-align:left;
	margin-top: 10px;
	height: 100%;
	padding:5px;
	background-color:#FFF;
}

#headerContainer {
	height: 128px;
}



/* Top navigation */

#page_navigation_top {
	background-color: #ffb900 ;	
	width: 990px;
	height: 30px;
	margin-left: 0px;
	padding-left: 0px;	
	overflow: hidden;
	margin-top:5px;
}
#page_navigation_top div {
	float:left;
	padding: 5px 8px 0px 8px;
	border-right: 1px solid #FFF;
	height: 25px;
	background-color: #ffb900;
}
#page_navigation_top div.menuItem2 {
	background-color: #f68000;	
	height: 25px;
}
#page_navigation_top div.menuItemActive , #page_navigation_top div.menuItem2Active {
	background-color: #e2001a;	
	height: 25px;
}

#page_navigation_top a {
	color: #FFF;
	text-decoration: none;
}

#page_navigation_top div a:hover {
	text-decoration: underline;
}


.colLeft {
	width:215px;
	
	
	margin-top:5px;
	margin-bottom:5px;
	
	float:left;
}

.loginbox {
	background-color: #ccdcec;
	/*height:25px;*/
	padding: 5px 8px 5px 8px;
	margin-bottom: 5px;
	color:#000;
}

.loginbox a{
	color:#000;
	text-decoration: none;
}

.input_login {
	height: 24px;
	width:160px;
	margin-right:5px;
	border:1px solid #ffb900;
}

.input_submenu {
	height: 15px;
	width:75px;
	margin-right:5px;
	border:1px solid #ffb900;

}


.div_label {
	float:left;
	width:90px;
}

.page_navigation_sub {
	margin-bottom: 5px;	
}

.subMenuItem, .subMenuItemActive {
	background-color: #ccdcec;
	height:25px;
	margin-bottom: 1px;
	color:#000;
	padding: 5px 8px 0px 8px;
}

.subMenuItem a, .subMenuItemActive a {
	vertical-align: middle;
	color: #000;
	text-decoration: none;
}

.subMenuItemActive a{
	color:#999;
}

#mainContent {
	width: 400px;
	padding: 10px;
	
	float:left;
	
}

.colRight {
	width:334px;
	margin-top: 5px;
	margin-left: 5px;
	float:right;
	
	
}

.colRight dd {
	padding:5px;
	background-color: #ccdcec;
	color:#000;
}

.clear {
	clear:both;

}

#footer {
	width: 400px;
	margin: 10px;
	
	float:left;
	
	color: #ff9600;
}

#footer a {
	text-decoration: none;
}

/* -------- Print --------- */
@media print {
.noprint {
	display:none;
}

}
