body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt; 
	color:black;
	text-align: left;
	margin: 0;
	padding:0;
	height: 100%;
	line-height: 1.4em;
}

h1{
	font-weight: bold;
	font-size: 16pt;
}

h2{
	font-weight: bold;
	font-size: 13pt;
}

h3{
	font-weight: bold;
	font-size: 12pt;
}

body a:link, body a:visited {
font-weight: bold;
text-decoration: none;
}
body a:link:after, body a:visited:after {
content: " (" attr(href) ") ";
font-weight: normal;
font-size: 80%
}

/*------------------------------------- wrapper --------------------------------------------------*/

#wrapper{
	width: 600px;
	background: url(../images/bg.gif) #ffffff repeat-y;
}

/*------------------------------------- header --------------------------------------------------*/

#header{
	width: 600px;
	height: 50px;
}


/*------------------------------------- buttons --------------------------------------------------*/

#menu{
	display:none;
}

/*------------------------------------- buttons --------------------------------------------------*/

#buttons{
	display: none;
}
/*------------------------------------- content --------------------------------------------------*/

#content{
	width: 600px;
	float:right;
	
	/*border: 1px solid #ff0000;*/
}

.imagefloatleft{
	float:left;
	margin-right: 15px;
}

.imagefloatright{
	float:right;
	margin-left: 15px;
}

.hinweis{
	border: 1px solid #21A47C;
	padding: 10px;
}

/*------------------------------------- footer--------------------------------------------------*/

#footer{
	clear:both;
	color: #666666;
	font-size: 70%;
}

html>body #footer{
	font-size: 80%;
}

#footerleft{
	width: 171px;
	height: 20px;
	float: left;
	background-color: #E9E9E9;
}

#footerright{
	width: 608px;
	height: 20px;
	float: left;
	padding-left: 0px;
	background-color: #D6D6DC;
	border-left: 1px solid #ffffff;
}

#abschluss{
	clear:both;
}
