@charset "UTF-8";
/* CSS Document */

/*-------------------------*/
html {
 height:100%;
 margin-bottom:1px;
}

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	overflow: scroll;
}

img {
	border-style: none;

}

a img {
	outline: none;
}

a:hover img {
	outline: none;
}

a:active img {
	outline: none;
}

a:link img {
	outline: none;
}

a:visited img {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}
/*-------------------------*/


/*-------------------------*/
#container { 
	position: relative; 
	width: 790px;  
	background: #FFF;
	margin: 0 auto; 
	text-align:left; 
}
/*-------------------------*/


/*-------------------------*/
#header {
	background: #FFF;
	padding: 0;
	padding-bottom: 10px;
} 

#logo {
	width:148px;
	margin: 40px 0 20px 1.4em;
}
/*-------------------------*/


/*-------------------------*/
#sidebar1 {
	position: absolute;
	left: 0;
	width: 176px;
	background: #FFF;
	padding: 25px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#sidebar1 a:link {
	text-decoration:none;
	color:#000;
}

#sidebar1 a:visited {
	text-decoration:none;
	color:#000;
}

#sidebar1 a:hover {
	text-decoration:none;
	color:#666;
}


#sidebar1 a:active {
	text-decoration:none;
	color:#666;
}

#einruecken {
	text-indent:2em;
}
/*-------------------------*/


/*-------------------------*/
#sidebar2 {
	position: absolute;
	right: 0;
	width: 170px;
	background: #FFF;
	padding: 30px 0 0 0;
}
/*-------------------------*/


/*-------------------------*/
#mainContent {
	line-height:23px;
	margin: 0 170px;
	padding: 30px 25px;
	width: 400px;
	font-size:13px;
	min-height: 350px;
}

#mainContent a:link {
	text-decoration:underline;
	color:#666666;
}

#mainContent a:visited {
	text-decoration:underline;
	color:#666666;
}

#mainContent a:hover {
	text-decoration:none;
	color:#666666;
}


#mainContent a:active {
	text-decoration:none;
	color:#666;
}

h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	color:#000;
	font-size:18px;
}
	
/*-------------------------*/


/*-------------------------*/
#footer {  
	background:#FFF;
	color:#666; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:9px;
	text-align:right;
} 

#footer p {
	margin:0 3.5em 0 0;
}


/*-------------------------*/


/*-------------------------*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
/*-------------------------*/

