html
{
	height: 100%;
}
body {
	font-family: 'PT Sans', Arial, Helvetica, serif;
	/** font-family: Georgia, "Times New Roman", Times, serif; **/
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.gif);
	color: #FFF;
	height: 100%;
}
img
{
	border: 0px;

}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
}
* {
	margin:0;
	padding:0;
}

/************************ SCHRIFT *********************/	

h1, h2, h3, p 
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #696969;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#wrapper {
	height: auto;
	width: 727px;
	min-height: 350px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 10px;
}

#bildbereich {
	width: 665px;
	float: left;
	background-color: #557a8d;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 1px;
	height: auto;
}

#bildbereich .anim {
	border: 1px solid #FFF;
	height: 247px;
	width: 664px;
	margin-bottom: 10px;
}

#content {
	width: 700px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-left: 33px;
	background-color: #557a8d;
	padding-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/new/css/PIE.php);
}

#content a:link {
	text-decoration: underline;
	color: #FFF;
}
#content a:visited {
	text-decoration: underline;
	color: #FFF;
}
#content a:hover {
	text-decoration: none;
	color: #FFF;
}
#content a:active {
	text-decoration: underline;
	color: #FFF;
}
#content p {
	line-height: 17px;
	margin-bottom: 8px;
	font-size: 14px;
}
#content .welcome {
	float: left;
	width: 670px;
	text-align: center;
}

#content .home {
	float: left;
	width: 610px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

