@import url(stipko-menulinks.css);

body,html
	{
	cursor: 	default;
	background: #FFFFFF;
	height: 	100%;
	width: 		100%;
	margin: 	0px;
	padding: 	0px;
    border: 	none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	12px;
	}


#wrap 
	{	
	margin-left: -500px;
	position: absolute;	
	left: 50%;
	width: 1000px;
	height: 100%;
	}


#banner
	{ 
	position:absolute;
	width: 1000px;
	height: 250px;
	background-color: #FFFFFF;
	}
	
#login
	{
	position:absolute;
	width: 31px;
	height: 31px;
	z-index: 600;
	}	
	
#login a
	{
	background-image:none;
	}

#login a:hover
	{
	position:absolute;
	background-image:url(/img/favicon.gif);
	background-repeat:no-repeat;	
	}

#linkerNav
	{
	position:	absolute;
	top:		250px;	
	width: 		250px;
	height:		360px;
	margin-top:	3px;
	margin-left:10px;
	}
	
#yellowNavRechts
	{
	position:	absolute;
	left:		750px;
	top:		250px;	
	width: 		250px;
	height:		70px;
	background-color: #FFF53A;
	}	

#blueNavRechts
	{
	position:	absolute;
	left:		750px;
	top:		320px;	
	width: 		250px;
	height:		70px;
	background-color: #0090D2;
	}	
	
#purpleNavRechts
	{
	position:	absolute;
	left:		750px;
	top:		390px;	
	width: 		250px;
	height:		70px;
	background-color: #5A4099;
	}	
	
#brownNavRechts
	{
	position:	absolute;
	left:		750px;
	top:		460px;	
	width: 		250px;
	height:		70px;
	background-color: #9E9588;
	}	
	
#pinkNavRechts
	{
	position:	absolute;
	left:		750px;
	top:		530px;	
	width: 		250px;
	height:		70px;
	background-color: #D71776;
	}	
	
ul#item{
	float:left;
	margin-left:11px;
	margin-bottom:0px;
	margin-top:10px;
	padding: 0px;	
	width: 	420px;	
	border:0px solid black;
	white-space: nowrap;
	}

	/* IE6 Only */
* html ul#item {
	margin-left : 6px ;
	}
	
		/* IE6 Only */
* html #title {
	margin-left : 8px ;
	}

ul#item li{
	display: inline;	
	border-right:1px solid black;
	padding:0px 5px 0px 5px;
	list-style: none;	
		}

		
a
 	{
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	}


a:hover{
	color: #000000;
	text-decoration:underline;
}		

#content
	{
	float:	left;
	line-height: 18px;
	margin-top:5px;		
	margin-left:16px;
	margin-bottom:14px;
	padding-right:25px;		
	width: 		430px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	/* IE6 Only */
* html #content {
	margin-left : 9px ;
	}



#adminBar
	{
	margin-left:10px;
	margin-top: 10px;
	cursor:pointer;	
	text-align:center;	
	width: 445px;
	height: 33px;
	}
	
#flash
	{
	position:	absolute;
	left:		250px;
	top:		250px;	
	margin-top: 50px;
	margin-left:120px;
	width: 		500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:bold;
	color: 		#000000;
	z-index:	1;
	}	
	
h1
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

h2
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}


	
	/* notices and errors */

div.message {
	text-align:center;
	padding:12px;
	font-size:12px;
	background-color:#F9FBE4;
	border:1px solid #ED9611;
	text-align:left; 
	margin-bottom:10px;
	width: 405px;
	font-family:Arial, Helvetica, sans-serif;
	}

div.error_message {		
		color: #FF0000;
		width: 435px;
		padding-bottom:5px;
		padding-left:10px;
		font-family:Arial, Helvetica, sans-serif;
		background-color: #FFCCCC;
		
		
		}
