/*===========================================*/
/* Dirty Sheeps CSS v1.0 (C) 2006 --> c.maas */
/*===========================================*/
/* Farben:                                   */
/*-------------------------------------------*/
/* Rot: #E20202                              */
/* BG Grau: #363636                          */
/*                                           */
/*===========================================*/

body {
	background-color:		#000;
	padding: 				0px;
	margin:					0px;
	font-size:				11pt;
	Color:					#FFF;
	font-family:			Helvetica, Verdana, Arial, sans-serif;
}

img {
	border:					none;
}

hr {
	color:					#363636; 
	height:					1px;
}

/*----Schaaf-Logo----------------------------*/
#header_left {
	position:				absolute;
	top:					5px;
	left:					10px;
	width:					170px;
	height:					140px;
}

/*----Top-Bild-Leiste-----------------------*/
#header_right {
	position:				absolute;
	top:					36px;
	left:					195px;
}

/*----Navigationsleiste----------------------*/
#navi {
	background-color:		#000; 
	background-image: 		url("../pics/navi-bg.gif");
	background-repeat:      no-repeat;
	position:				absolute;
	width:					150px;
	height:					400px;
	top:					150px;
	left:					10px;
	padding:				0px 0px 0px 0px;
	font-size:				9pt;	
	line-height:			8px; 
}
#navi a:link,#navi a:visited,#navi a:active{
	padding-left:			104px;
	line-height:			30px; 
	color:					#E20202; 
	text-decoration:		none;
	font-weight:			bold;
	font-size:				10pt;	
}
#navi a:hover{
	color:					#363636; 
	text-decoration:		underline;
	cursor:					url("http://www.sheeps.de/style/rockcursor.ani"); 
/*  cursor: crosshair; */
}


#unavi a:link,#unavi a:visited,#unavi a:active{
	text-decoration:		none;
	line-height:			13pt;
	color:					#E20202;
	padding-left:			120px;
	font-weight:			bold;
	font-size:				9pt;
}
#unavi a:hover{
	color:					#363636;
	border-bottom:			1px #363636 solid;
	font-weight:			bold;
}


#counter {
	background-color:		#000; 
	position:				absolute;
	width:					150px;
	top:					545px;
	left:					90px;
	padding:				0px 0px 0px 0px;
	font-size:				8pt;	
	line-height:			15px; 
}



/*----Hauptfenster-----------------------------*/
#content {
	position:				absolute;
	font-size:				10pt;
	top:					150px;
	left:					194px;
	width:					600px;
	margin-right:			10px;
	background-color:		#000;
}

#content p{
	text-align:				justify;
	/* margin:					10px; */
}

#content a:link,#content a:visited,#content a:active{
	color:					#E20202;
	font-weight: 			bold;
	text-decoration:		none;
	font-size: 				9pt;
}

#content a:hover{
	color:					#363636;	
	font-weight: 			bold;	
	text-decoration:		none;
}



#content table {
	font-size:				9pt;
	text-align:				left;	
}


/*----Fußleiste-------------------------------------------------------*/
#footer {
	margin-top:				20px;
	font-size: 				8pt;
	padding: 				3px 10px;
	color:					#000;
}



/*----rechte-news-Leiste-----------------------------------------------*/
#dashboard {
	position:				absolute;
	top:					160px;
	left:					810px;
	background-color:		#000;
	width:					170px;
	font-size:				10pt;
	padding:				0px 0px 0px 0px;
}

#dashboard a:link,#dashboard a:visited,#dashboard a:active{
	color:					#E20202;
	margin-left:			12px;
	font-weight: 			bold;
	text-decoration:		none;
	font-size: 				9pt;
}

#dashboard a:hover{
	color:					#363636;
	margin-left:			12px;	
	font-weight: 			bold;	
	text-decoration:		none;
}

#dashboard h1 {
	padding:				0px 15px 0px 45px; 
	margin:					5px 0px 5px 0px; 
	text-align:				left;
	letter-spacing:			1px; 
	color:					#000;
	font-size:				10pt;
	font-weight:			bolder;
	background-color:		#363636;	
}

#dashboard input { 
	font-family: 			Verdana;
    font-size: 				10px;
    color: 					#000;
    background-color: 		#FFF;
    border-style: 			solid;
    border-width: 			1px;
    border-color: 			#000; 
}


/*----Überschriften---------------------------------*/
h1 {
	padding:				1px 5px;
	margin:					0px 0px 10px 0px; 
	text-align:				left;
	letter-spacing:			1px; 
	color:					#E20202;
	font-size:				13pt;
	font-weight:			bolder;
}

h4 {
	font-weight:			bold;
	font-size:				10pt;
	text-decoration:		none;
	line-height:			14pt;
	color:					#363636;	
}

h5 {
	font-weight:			bold;
	font-size:				10pt;
	text-decoration:		none;
	line-height:			11pt;
	margin:					10px 0px 10px 0px; 
	color:					#FFF;	
}


