/* Seitenformatierung */

body{    
	font-family : Verdan, Geneva, Arial, Helvetica, sans-serif; 	
	color : #586674;	
	background-color: #FFF;
}


/*Netscape 4.* aussperren*/
@media screen{
	
}
body{	
	font-size: smaller;
}
}

div{
	margin:0;
	padding: 0;
}


h1, h2, h3, h4{
	color: #7B8A9A;
}

.light{
	color: #A4A585;
}

h3{
	font-size: 110%;
}

h4{
	font-size: 100%;
}


h3.top{
	margin-top: 0;
}

p {
	margin: 0 0 1em 0;
}

a {
 	color: #CC3300; 
	text-decoration: none;
}

a:visited {
 	color: #CC3300;
}
a:hover{
	text-decoration: underline
}

#menu a:link, #menu a:visited{
	color: #888;
}

#menu a:hover {
	color: #CC3300;
	text-decoration: underline
}

#menu a.active, #menu a.active:link,
#menu a.active:visited, #menu a.active:hover{
	text-decoration: none;
	color: #CC3300;	
}	




a img {
	vertical-align: middle;
	margin-right: 6px;
	border: none;
}

ul{
	margin-top:0;
}

ul li{
	list-style-type: square;
}

ol{
	margin: 0 auto 0.5em auto;
}


.absatz2vor{
	margin-top: 2em;
}

.absatz3vor{
	margin-top: 3em;
}


.wichtig{
border-left: 2px solid #CC3300;
padding-left: 1em;
}


@media screen
{

  #pagecontainer {
	position : absolute;
	top : 9%;
	/*margin-top : -222px;*/
	left : 50%;
	margin-left : -385px;	
	width: 760px;
	border: 1px solid #FF9F80;
	background-image: url(bilder/back_middle.gif);
	background-position: left;
	background-repeat: repeat-y;
	}
	

	#top{
	width: 760px;
	height: 170px;
	text-align: right;
	background-image: url(bilder/back_top.gif);
	background-position : top left;
	background-repeat : no-repeat;
   }



#menu{
	position: absolute;
	left: 28px;
	top:33px;
	height: 38px;
	line-height: 38px;
	width: auto;
	padding: 0 20px;
	border-top: dashed 1px #CC3300;	
	border-bottom: dashed 1px #CC3300;
	background-image: url(bilder/back_menu.gif);
	background-position : top left;
	background-repeat : no-repeat;
   }

#menu img{	
	vertical-align: middle;
   }


#left{
	position: absolute;
	top: 170px;
	left: 28px;
   }


  #content{
    margin: 0;
	padding: 0 20px 2em 278px;
	/* Minimale Hoehe fuer aktuelle Browser */
	min-height: 280px;
	overflow: visible;		
	background-image: url(bilder/back_bottom.gif);
	background-position : bottom left;
	background-repeat : no-repeat;
   }

/* Hoehe fuer IE 6 */
* html #content{
	height: 280px;
    }



#footer{
    margin: 0;
	padding: 2px 0 2px 278px;
	color: #FFFFFF;
	background-color: #CC3300;
	font-size: xx-small;
	}
	
#footer a, #footer a:link,
#footer a:visited, #footer a:hover{
	text-decoration: none;
	color: #FFF;	
   }	
}
	


