body{
	 
	 font-family:Verdana;
	 padding: 0;
	 margin: 0;	
	
}

/*Text*/

h3{
	font-size:1em;
	padding:0px 0px 5px 0px;
	margin:0px;
	font-weight:normal;
}

/*Links*/
a{
	color:#ff6600;
}
a:hover{
	text-decoration:none;
}
a.mainLink{
	font-size:1.4em;
    background: url('../images/pfeil30_normal.gif') no-repeat left center;
	padding: 0px 0px 2px 30px;
	
}
a.mainLink:hover{

	 background: url('../images/pfeil30_active.gif') no-repeat left center;
	 text-decoration:none;
}
a.subLink{   
   background: url('../images/pfeil13_normal.gif') no-repeat left center;   
   padding: 0px 0px 0px 15px;
   color:#000000;

}
a.subLink:hover{
	color:ff6600;
	 background: url('../images/pfeil13_active.gif') no-repeat left center;	 

}
ul.linkList{
 padding: 0px;
 margin: 0px; 
}
ul.linkList li{
 	list-style: none;
 	padding-bottom:3px;
}
ul.inlineLinkList{
 padding: 0px;
 margin: 0px; 
}
ul.inlineLinkList li{
 	list-style: none;
 	display:inline;
	white-space:nowrap;
}

.shadowLeft{
	width:10px;
	min-height:100%;
	float:left;

}
.shadowRight{
	width:10px;
	min-height:100%;
	float:left;

}
.shadowLeftImage{
	width:10px;
	min-height:100%;
	background-image:url(../Images/schattenlinks.png);    
}

.shadowRightImage{
	width:10px;
	min-height:100%;
	background-image:url(../Images/schattenrechts.png);    
}
.waiSwitch{
	display:none;
}

/* PAGE CSS */
