/* **********BASISINFORMATIONEN********** */
html	{
	padding:0px;
	margin:0px;
}

body {
	padding: 0; 
	margin: 0; 
	text-align: center;
	background-color: #ffffff;
}

/* **********CONTAINER********** */
#container {
	border: 0px solid rgb(250, 0, 0);
	z-index: 1;
	background-image: url(pictures/back.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 790px;
}

#header {
	border: 0px solid rgb(0, 150, 0);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1100px;
	height: 200px;
	z-index: 2;
}

#navigation {
	border: 0px solid rgb(0, 0, 150);
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	width: 1000px;
	text-align: middle;
	z-index: 3;
}

#content {
	border: 0px solid rgb(0, 250, 0);
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 455px;
	text-align: left;
	padding-top: 10px;
	z-index: 4;
}

/* **********SCHRIFTEN********** */
h1	{
	font-size: 20px;
    line-height: 25px;
	font-family: Trebuchet MS;
	font-style: bold;
	color:#000000;
}

p	{
	font-size: 16px;
    line-height: 25px;
	font-family: Trebuchet MS;
	color:#000000;
	line-height: 1.4em;
}

h2	{
	font-size: 16px;
	line-height: 10px;
	font-family: Trebuchet MS;
	font-style: bold;
	color:#000000;
	line-height: 1.4em;
}

tbody	{
	font-size: 16px;
	font-family: Trebuchet MS;
	color:#000000;
}
/* **********LINK-SCHRIFTEN********** */
a:link {
	font-size: 16px;
	text-decoration: underline;
	color:#000000;
	font-family: Trebuchet MS;
}

a:visited {
	font-size: 16px;
	text-decoration: underline;
	color:#000000;
	font-family: Trebuchet MS;
}

a:active {
	font-size: 16px;
	text-decoration: underline;
	color:#000000;
	font-family: Trebuchet MS;
}

a:hover {
	font-size: 16px;
	text-decoration: underline;
	color:#000000;
	font-family: Trebuchet MS;
}