/* stylesheet fuer orangeguru.net project */
/* dieter mueller - dieter@orangeguru.net */





body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 120%;
color: #666666;
background-color: #FEB101;
text-align: center;
}




/* areas */

#white {
width: 100%; 
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto; 
text-align: center;
background-color: #FFFFFF;

	
}

#content {
width: 400px; 
padding: 0px;
margin-top: 20px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto; 
	text-align: center;
	background-color: #FEB101;
		border: 2px solid #FFFFFF;
	
}

#contentwide {
	width: 758px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#headbody {
	width: 100%;
	background-image:  url(orangeguru.net.server/_images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


	#formlogin  {
	padding: 10px;
	margin: 30px;
	border: 1px solid #CCCCCC;
	text-align: center;
}


	#formadmin  {
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
	
	
/* links, paragraphs and co */

	A 		{ color: #003399; text-decoration: none; font-weight: normal; }
	A:link	         { color: #003399; text-decoration: none; }
	A:visited	{ color: #663300; text-decoration: none; }
	A:active	{ color: #003399;  }
	A:hover	{
	color: white;
	background-color: #003399;
}	
	

h3 {
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 12px;
	margin: 0px;
}
	
	P{
	margin: 0px;
	padding: 2px 0px 0px;
line-height: 150%;	
}	
	
.lozenger	{
	font-size: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}	

#sessioninfo {
	font-size: 9px;
	color: #cccccc;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 7px;
	margin-bottom: -11px;
	margin-top: -14px;
	text-align: right;
}

.hinweis {
	font-size: 10px;
	line-height: 120%;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hinweiswarnung {
	font-size: 10px;
	line-height: 120%;
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.hinweisok {
	font-size: 10px;
	line-height: 120%;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.hinweisinfo {
	font-size: 10px;
	line-height: 120%;
	color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

hr {
	color: #666666;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}



.fehler {
	font-size: 10px;
	line-height: 120%;
	color: #FF0000;
	padding-top: 10 px;
	padding-bottom: 10 px;
	font-weight: bold;
}



/* table scheissendreck */

table {
	font-size: 10px;
	background-color: #E6E6E6;
}
	
td {
	line-height: 110%;
	color: #333333;
	padding: 4px;
}
	
	
	.blue {
	background-color: #CEE4F7;
}

	.greydark {
	background-color: #CCCCCC;
}
	.greylight {
	background-color: #EFEFEF;
}


	.greydarkbig {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
	.greylightbig {
	background-color: #EFEFEF;
	font-size: 12px;
	font-weight: bold;
}

	.greydark-blocked {
	background-color: #EECCCC;
}
	.greylight-blocked {
	background-color: #FFEFEF;
}

	.greydark-admin {
	background-color: #CCEECC;
}
	.greylight-admin {
	background-color: #EFFFEF;
}
