/* CSS Runde Ecken */

.wrapperrundeecken {width:85%; height:auto; overflow:hidden; padding:15px 5px 30px 5px;}

.reoben { background: url(runde_ecken/rechts_oben.gif) top right no-repeat; } 
.lioben { background: url(runde_ecken/links_oben.gif) top left no-repeat; } 
.reunten { background: url(runde_ecken/rechts_unten.gif) bottom right no-repeat; }
.liunten { background: url(runde_ecken/links_unten.gif) bottom left no-repeat; } 
.inhalt { margin:3px; padding:5px 5px 30px 5px; width:90%;} 

.inhalt h2{ background-color:#FFF; /*  #71569D    */
	color:#71569D ; /*  #FFC    */
	text-align:center; 
	font-weight:bold; 
	font-size:75%; 
	line-height:170%;
	margin:0px 5px 20px 5px; 
	padding:3px 5px 4px 5px;
	display:inline;
	letter-spacing:1px;
	} 
	
	
.inhalt p { margin:0; padding:0; font-size:70%;} 

.inhalt p strong {color:#F90; font-weight:bold; font-size:120%;}  /*  #FC0  #6770AD */

.wrapperrundeecken .inhalt a   {   padding:2px 3px 2px 3px;
   color:#036;
   text-decoration: none;
}


.wrapperrundeecken .inhalt a:link  {   padding:2px 3px 2px 3px;
   color: #036;

}

.wrapperrundeecken .inhalt a:visited {   padding:2px 3px 2px 3px;
   color: #6770AD;

}

.wrapperrundeecken .inhalt a:hover {background-color:#5C3E90;
   color: #F90;
   padding:2px 3px 2px 3px;
   border: 0px;
   text-decoration: none;
}

.wrapperrundeecken .inhalt a:active {   padding:2px 3px 2px 3px;
   color: #6770AD;
   border: 0px;
   text-decoration: none;
}


.wrapperrundeecken hr{text-align:center; width:90%;}