/*Compass Design layout.css CSS file*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;												
	color: #343A58;										
    vertical-align: middle;
    padding: 0px;
	margin:0px;
}
	
.contentheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	text-align:left;
 	color: #0073AA;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;							
	}
	
.componentheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	text-align:left;
 	color: #0073AA;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;							
	}
	

a:link, a:visited {
	color: #0073AA; 
	text-decoration: none;
}

		
a:hover {
	text-decoration: underline;
}	


div {
margin:0px;
padding:0px;
}

* {
margin:0px;
padding:0px;
}

h1, h2, h3, h4, h5, h6, p, form, label, ul, ol, dl, fieldset, address {
margin: 0em;						/* abstand 0.5 bei inhalten */
}

blockquote {
	margin-left: 2.5em;
}

li, dd {
margin-left:0em;
}

fieldset {
padding:0em;
}


#outer{
	width:910px;
	margin:auto;
}

#header
{	float:left;
	width:910px;
	height:200px;
	background-image: url("../images/header.jpg");
}

#HeaderBalken1{
	float:left;
	width:910px;
	height:15px;
	background-color:#0073AA;
}


#HeaderBalken2{
	float:left;
	width:910px;
	height:5px;
	border-bottom: 2px solid #0073AA;
}




#main{
	padding-top: 40px;
	clear:both;
	float:left;
	width:910px;
}


 
#left
{	clear:both;
	width:218px;
	height:100%;
	float:left;	
}	

#wrapperContentUndRechts{
	width:692px;
	height:100%;
	float:left;
	background-image: url("../images/hintergrund.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;

}


#content
{  
	float:left;
	width:517px;
	height:100%;
	padding-bottom: 80px;
	min-height: 271px;
}



#wrapperRechtsUndUser1{
	float:left;
	width:175px;
	height:100%;
}

#right{
	width:170px;
	height:100%;
}

#user1{
	margin-top: 20px;
	width:175px;
	height:100%;

}

#footbar{
	font-family: Arial, Helvetica, Sans Serif;
	float:left;
	width:910px;
	height:15px;
	background-color:#0073AA;
}

#innerFootbarLeft{
	text-align: left;
	float:left;
	width:452px;
	font-size:10px !important;
	color: #FFFFFF !important;
	margin-left:3px;
	margin-top: 2px;
}


#innerFootbarRight{
	text-align:right;
	float:left;
	width:452px;
	margin-right:3px;
	margin-top: 2px;
	font-size:10px !important;
	color: #FFFFFF !important;
}


#innerFooterbarRight a {
	color: #ffffff !important; 
	font-size: 10px;
}

a.footer:link		{color: #FFFFFF; font-size: 10px; font-weight: normal;}
a.footer:visited	{color: #FFFFFF; font-size: 10px; font-weight: normal;}
a.footer:active		{color: #FFFFFF; font-size: 10px; font-weight: normal;}
a.footer:hover		{color: #FFFFFF; font-size: 10px; font-weight: normal;}


