@charset "utf-8";

/* ====================================================================
CSS Document for screendesign by PowerMedia AG
Last Update: 24 April 2008
Author: I. Bertolotti
Media: Screen

Structure:    		1a. Kalibrierung
              		1b. Allgemeine Definitionen
		      		2.  Screendesign
		     	    3.  Navigation
					4. 	Formatierungen
 ======================================================================== */

/* ==========================================
   1a. Kalibrierung
   ========================================== */

* {
	border:0 none;
	margin:0;
	padding:0;
}
/* Erzwingt Scrollbar im Firefox
html{
	height:100%;
	margin-bottom:1px;
}*/

body{
	height:100%;
	width:100%;
	margin-top:10px;
}
/****Abstand nach unten ***/
h1, h2, h3, p, ol, ul{
	margin-bottom:0;

}
/***Verschachtelte Listen ***/
ul ul, ol ol{
	margin-bottom: 1.5em;
}
/***Liste einziehen ***/
li{
	margin-left:0;
}

/* ===========================================
   1.b Allgemeine Definitionen
   =========================================== */
*{
 	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
}  
body{
	background-color:#fff;

}
p{ padding: 15px 0 0 0;
   line-height: 1.5em;


}
h1{
	font-size:19px;
	line-height:1em;
}

h2{
	font-size:12px;
	font-weight: bold;
}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

/******Definition anchor********************/

a{
	color:#000;
}
a:link, a:visited, a:active{
	color: #ff0000;
	text-decoration:none;
	
}
a:hover{
	text-decoration: underline;
	color:#FF0000;
	
}


/* ===========================================
   2. Screendesign
   =========================================== */
   
#container{
	position: relative;
	width:980px;
	height:628px;
	margin: 0 auto;
	
}
#content {
	position:absolute;
	border:1px solid #ff0000;
	top:156px;
	left:230px;
	height:406px;
	width:550px;
	padding:16px 99px 0px;
}
#logo{
	position:absolute;
	top:0;
	left:0;
	width:490px;
	height:156px;
}
#banner{
	position:absolute;
	top:0;
	left:490px;
	width:490px;
	height:156px;	
}	  	
   
#navigation{
	position:absolute;
	width:140px;
	height:180px;
	top:180px;
	left:90px;
} 

#hauptsponsor{
	position:absolute;
	top:499px;
	left:100px;
	width:120px;
	height:115px;

}
#sponsor{
	line-height:1em;
}

#logomac{
	position:absolute;
	width:120px;
	height:95px;
	bottom:0;
	left:0;
}
 
#footer{
	position:absolute;
	top:580px;
	left:230px;
	width:750px;
	height:48px;
}

#titel{
	position: absolute;
	top:18px;
	left:0;
	font-weight: bold;
	float:left;
}

#footer img{
 float: right;
 margin-left: 7px;

}
/* ===========================================
   3. Navigation
   =========================================== */
   
#navigation ul {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}
#navigation li{
	margin-left:0;
	text-indent:0;	
}


 #navigation a {
	display:block;				 /* Anzeige block */ 
	width:140px;                /* abhängig vom Rahmen  */
	height: 20px;           
	text-align:left;
	color:#000;
	font-weight:bold;
	border-bottom: 1px solid  #ff0000;
    padding:9px 0 0 0;
	text-align:left;
	text-decoration:none;
}

 #navigation a:hover	{
	display:block;				 /* Anzeige block */ 
	width:140px;                /* abhängig vom Rahmen  */
	height: 20px;           
	text-align:left;
	color:#FF0000;
	font-weight:bold;
	border-bottom: 1px solid  #ff0000;
    padding:9px 0 0 0;
	text-align:left;
	text-decoration:none;
}
.rot{
	display:block;				 /* Anzeige block */ 
	width:140px;                /* abhängig vom Rahmen */
	height: 20px;           
	text-align:left;
	color:#FF0000;
	font-weight:bold;
	border-bottom: 1px solid  #ff0000;
    padding:9px 0 0 0;
	text-align:left;
	text-decoration:none;
}


/* ===========================================
   4. Sonstige Formatierungen 
   =========================================== */
 
.textrechts{
	display:inline;
	position:absolute;
	top:50px;
	left: 355px;
}

.bildlinks{
 	float:left;
	padding:0;
}
.bildrechts{
 	float:right;
	padding-right:60px;
	
}



.kolone1{
	float:left;
	list-style:none;
	width:225px;
	margin-right:10px;

	
}
.kolone2{
	list-style:none;
		
}

.clearing{
	clear:left;

}

.balkenrot{
	color:#ff0000;
	font-size:9px;
}

