@charset "utf-8";

body {
	margin: 0px;
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#container {
	position: absolute;
	
	background-image: url(Bilder/Bg_bild.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	width: 100%;
	height: 100%;
}

#center {
}

#header {
	background-image: url(Bilder/background_top.png);
	background-repeat: repeat;
	
	height: 200px;
}

#header_main {
	width: 500px;
	height: 200px;
	
	background-image:url(Bilder/EuropeAccess.png);
	background-repeat: no-repeat;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 170px;
	padding-left: 400px;
}

#main {
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
}

#text1 {
	width: 750px;
	padding-top: 1px;
	text-align: left;
	
	padding-left: 75px;
}

#text2 {
	width: 800px;
	text-align: left;
	padding-left: 100px;
	padding-top: 50px;
}

#text3 {
	width: 875px;
	text-align: left;
	padding-left: 25px;
	padding-top: 50px;
}

#text4 {
	width: 900px;
	height: 430px;
	padding-top: 20px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

A:link {
	color: #036;
	text-decoration: none;
}

A:visited {
	color: #036;
	text-decoration: none;
}

A:active {
	color: #036;
	text-decoration: none;
}

A:hover {
	color: #039;
	text-decoration: none;
}

h5 {
	color: #000;
	font-size: 10px;
}

#header #header_main table tr td a {
	color: #FFF;
}
