body
{
background: white;
font-size: 12px;
color: #4b4b4d;
font-family: Arial;
line-height: 18px;
}

a:link, a:visited
{
text-decoration: underline;
color: #c22f33;
}

a:hover, a:active, a:focus
{
text-decoration: none ;
color: #c22f33;
}


h1
{
font-size: 24px;
color: #c22f33;
margin: 0px 0px 0px 0px;
padding: 0px;
}

h2
{
font-size: 18px;
color: #c22f33;
margin: 0px 0px 10px 0px;
}

p
{
margin: 0px 0px 15px 0px;
}

ul, ol
{
margin: 0px 0px 20px 0px;
}

ul li
{
list-style: square;
margin: 0px 0px 0px 25px;
}

ol li
{
list-style: decimal;
margin: 5px 0px 0px 25px;
}


#wrap
{
position: absolute;
width: 804px;
left: 50%;
margin: 0px 0px 0px -402px;
}

	#wrap #logo
	{
	background: url("../images/logo.png") no-repeat;
	width: 307px;
	height: 235px;
	float: left;
	}
	
	#wrap #kopfwrap
	    {
	    width: 536px;
	    height: 199px;
	    margin: 0px 0px 0px 268px;
	    }
    
		#wrap #kopfwrap #menue
		{
		width: 536px;
		height: 45px;
		margin: 42px 0px 0px 159px;
		}
	       
		#wrap #kopfwrap #pfeil
		{
		position: relative;
		background: url(../images/menuepfeil.png) no-repeat;
		top: -4px;
		width: 7px;
		height: 4px;
		margin: 0px 0px -4px 230px;
		}
	       
		#wrap #kopfwrap #submenue
		{
		position: relative;
		width: 371px;
		height: 20px;
		margin: 0px 0px -26px 0px;
		padding: 0px 0px 0px 165px;
		}
	       
		#wrap #kopfwrap #stimmung
		{
		background: url(../images/stimmung.png) no-repeat;
		width: 536px;
		height: 154px;
		margin: -6px 0px 0px 0px;
		}
	
	#wrap #roterbalken
	{
	background: url("../images/roterbalken.png") no-repeat;
	width: 804px;
	height: 16px;
	clear: both;
	margin-top: -6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
	#wrap #inhalt
	{
	background: url("../images/hintergrund_inhalt.png") repeat-y;
	width: 724px;
	padding: 40px 40px 20px 40px;
	overflow: hidden;
	}
	
	#wrap #ende
	{
	background: url("../images/hintergrund_ende.png") no-repeat;
	width: 804px;
	height: 13px;
	}

	#wrap #logos
	{
    	background: url(../images/hintergrund_logos.png) no-repeat;
    	width: 724px;
    	height: 69px;
    	margin: 10px 0px 0px 0px;
    	padding: 10px 40px 10px 40px;
    	}
    
        #wrap #logos .emergelogo
        {
        margin: 0px 21px 0px 0px;
        }
       
        #wrap #logos .emergelogo1
        {
        margin: 0px 0px 0px 0px;
        }
	
	#wrap #copyright
	{
	width: 794px;
	text-align: right;
	color: #b1b1b1;
	font-size: 10px;
	line-height: 14px;
	padding: 20px 10px 20px 0px;
	}
	
		#wrap #copyright a.copy:link, #wrap #copyright a.copy:visited
		{
		text-decoration: none;
		color: #b1b1b1;
		font-weight: bold;
		}
		
		#wrap #copyright a.copy:hover, #wrap #copyright a.copy:active, #wrap #copyright a.copy:focus
		{
		text-decoration: underline;
		color: #c22f33;
		font-weight: bold;
		}
