﻿body, html {
	
	height: 100%;
	margin-top: 0px;
}

.main {
	width: 1040px;
	background-image: url('schattow.png');
	background-repeat: repeat-y;
	height: 110%;
	margin: -15px auto 0;
}

a {
	color:black;
}


a:visited {
	color:black;
}

a:link {
	color:black;
}


.container {
	width: 910px;
	background-image:url('rahmen.jpg');
	height: 1290px;
	margin-top: 50px;
	margin: 0 auto 0;
	padding-top: 30px;
	background-repeat:no-repeat;
}

.logo_h {
	height:205px;
	width: 850px;
	background-image:url('banner2.jpg');
	margin-left:30px;
	background-repeat: no-repeat;
	padding-top: 25px;
	display: block;

}

.leiste {
	width:185px;
	height:1000px;
	float:left;
	background-color:white;
	margin-left:30px;
	font-family:Arial;
	font-size:small;

}

.neben_leiste {
	float: left;
	width: 665px;
	text-align: center;
	background-image:url('content.png');
	height: 1000px;

}

.seitenleiste {
	text-align: left;
	color: black;
	margin-left:10px;
}

h1{
	color:#008080;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:large;
}

h2{
	color:#008080;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:large;


}

h3{
	color:#008080;
	font-size:medium;
	font-family:Arial, Helvetica, Sans-Serif;


}

h4{
	color:#008080;
	font-family:"Times New Roman", Times, Serif;
	font-size:45pt;
	text-decoration:underline;
	margin-left:190px;
	margin-top:0px;

}