/* CSS Document for www.steuerklar.de*/

body { 
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	color:#000000;
	 }

/*Graphische Elemente*/ 

/*rechter Rand und unterer Balken*/

#bgred {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:1024px; 
	height:700px; 
	border-bottom:#b5152b solid 100px; 
	border-right:#b5152b solid 9px;
	}
#bgredimp {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:1024px; 
	height:1600px; 
	border-bottom:#b5152b solid 100px; 
	border-right:#b5152b solid 9px;
	}
/*Ecke links oben*/
	
#leftcorner {
	position:absolute;
	height:125px; 
	width:225px; 
	border-left:#b5152b solid 9px; 
	border-top:#b5152b solid 9px; 
	left: 0px; 
	top: 0px;
	}
	
/*Container mit Logo steuerklar.de*/
	
#header {
	position:absolute; 
	left: 325px; 
	top: 37px;
	}
	
/* Navigation */

#navi {
	position:absolute; 
	top:230px; 
	left:45px; 
	width:225px; 
	height:450px;
	color: #9c9e9f;
	font-weight: bold;
	line-height: 36px;
	}

#navi a {
	color: #9c9e9f;
	text-decoration: none;
	}

#navi a:hover {
	color: #b5152b;
	}
	
#navi a.onSite {
	color: #b5152b;
	text-decoration: none;
	}

#navi a.onSite2 {
	font-weight: normal;
	color: #b5152b;
	text-decoration: none;
	}
	
#navi a.imp {
	font-weight: normal;
	cursor:pointer;
	}

/*Hauptbereich mit Content*/

#mainContent {
	position:absolute; 
	left:360px; 
	top:235px; 
	width:345px; 
	height:440px;
	}

/*Bild und Text Startseite*/

#picText {
	position:absolute; 
	left:730px; 
	top:240px; 
	width:300px; 
	height:440px;
	}
	
/*Impressum Hauptbereich mit Content*/
	
#mainContent2 {
	position:absolute;
	left:360px; 
	top:37px; 
	width:345px; 
	height:650px;
	}
	
#mainContent2 a {
	text-decoration: none;
	color:#000000;
	}
	
#mainContent2 a:hover {
	color: #b5152b;
	}

/*Ueberschrift*/

#h {
	font-size: 22px;
	}
	
/* zusaetzl. Container bei Impressum */

#content2 {
	position:absolute;
	left:825px; 
	top: 240px; 
	height:170px; 
	width:177px;
	}
	
#content2 a {
	color:#000000;
	text-decoration:none;
	}
	
#content2 a:hover {
	color: #b5152b;
	}
	
/*Container unten*/	

#bottomText {
	position:absolute; 
	left:360px; 
	top:710px; 
	height:100px; 
	width:345px;
	color: #ffffff;
	line-height: 20px;
	text-align:center;
	}
#bottomTextImp {
	position:absolute; 
	left:360px; 
	top:1610px; 
	height:100px; 
	width:345px;
	color: #ffffff;
	line-height: 20px;
	text-align:center;
	}
		
#bottomText a {
	color: #ffffff;
	text-decoration:none;
	}
	
#bottomText a:hover {
	color: #000000;
	text-decoration:none;
	}

