/* Beispielstylesheet fuer das Mini-CMS.
Wird angewendet auf den gesamten Adminbereich. */

h1 { text-align:center; }

body { top:100px; left:20px;
	 
position: absolute; background-image:url(img/logo2.gif);background-repeat:no-repeat;  background-color:#ffffff;}

h1,h2,h3,h4,h5,p,div,td,th { font-family:Arial,sans-serif; font-size:12px; }



h3.head { font-size:14px; color:#800000; }

p.teaser { font-size:15px; }

p.datum { font-size:10px; color:#2E2D2D; }

p.newstext { font-size:11px; }

p.autor { font-size:12px; }

p.weitlinks { font-size:13px; }

td,th { padding:10px; }

#adminmenu { width:200px; }

a {
	 	 		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	 				font-size: 11px;
	 	 				font-style: normal;
	 	 				line-height: 20px;
	 	 				font-weight: normal;
	 	                                 color: #BD1720;
	 	                                 TEXT-DECORATION: none;
	 	 }
	 	 a:hover{
	 	 		
	 	         color: #FD9B01;
}  