/*----------------------------------------------------------------------------*/
/*              Diese Datei beinhaltet die Style Sheet Eigenschaften fuer     */
/*              die Homepage - Malvorlagen-Bilder.de                          */
/*                                                                            */
/*              Werbeagentur exakt                   www.exakt-kreativ.de     */
/*----------------------------------------------------------------------------*/






body {
	background-color: #AFC1CF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4;
	background-image: url(images/hintergrund.jpg);
	background-repeat: repeat-x;
}




h1 
   { font-size:14px; }
h2 
   { font-size:18px; }
h3 
   { font-size:12px; }
h4 
   { font-size:11px; }
h5 
   { font-size:10px; }
h6 
   { font-size:8px; }
   
p1 
   { font-size:9px; }   





#infobox {
	border: thin solid #8C8C8C;
	width: auto;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#malbox {
	width: auto;
	background-color: #9E102A;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}








/*CSS für die linke Navigation*/

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;

	}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


img {
	border: none;
	}


#menu {
	width: auto;
	border-size: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	

        border: #7F7F7F;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

       }
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background:  url(menu.gif);
	padding: 5px 0 0 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A4;
	}
	
#menu li a:hover {
	color: #333333;
	background:  url(menu.gif) 0 -32px;
	padding: 5px 0 0 20px;
	}










/*CSS für die Hyperlinks*/

A {
  text-decoration: none;
}

a:link    { color: black; }
a:visited { color: black; }
a:hover   { color: black; text-decoration: underline; }
a:active  { color: black; text-decoration: underline; }

