body {
	background-color: #000066;
	background-repeat: repeat;
	text-align: center;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

* {
	margin: 0px auto;
}

#header {
	height: 150px;
	width: 1024px;
	background-image: url(../images/header.gif);
}

#wrap {
	text-align: left;
	width: 1024px;
	background-color: #000066;
}

#contentleft {
	float: left;
	height: 570px;
	width: 254px;
	margin-left: 100px;
}
#contentright {
	float: right;
	height: 570px;
	width: 570px;
	margin-right: 100px;
}

#navigation {
	font-size: 16px;
	height: 41px;
	width: 1024px;
	text-align: left;
	background-image: url(../images/navi.gif);
	clear: both;
}

#navigation ul {
	padding-top: 17px;
}

#navigation li {
	display: inline;
	margin-left: 90px;
	letter-spacing: 1px;
}

#navigation li a {
	text-decoration: none; 
	color: #ffffff; 
}

#navigation a, #navigation span {
	display: inline;
	letter-spacing: 1px;
    text-decoration: none;
    color: #cc0000; 
}

#navigation li a:hover {
	color: #cc0000;
}

#footer {
	height: 100px;
	width: 1024px;
	clear: both;
	text-align: left;
	margin-left: 100px;
}

#footer ul {
	padding-top: 16px;
}

#footer li {
	display: inline;
	letter-spacing: 1px;
	margin-right: 50px;
}

#footer li a {
	text-decoration: none; 
	color: #ffffff; 
}

#footer a, #footer span {
	display: inline;
	letter-spacing: 1px;
	text-decoration: none;
	color: #0CC;
	
}

#footer li a:hover, #footer a:hover span {
	color: #cc0000;
	text-align: right;
}

.textheader {
	font-size: 16px;
	padding-top: 116px;
	text-align: right;
	padding-right: 110px;
	letter-spacing: 1px;
}
.textfooter {
	font-style: normal;
	margin-top: 20px;
	letter-spacing: 1px;
}

.engldeutsch {
	text-align: right;
	margin-right: 200px;
}

.textcontent {
	padding-top: 440px;
	letter-spacing: 1px;
}
.bildlauf {
	list-style-type: none;
	text-align: right;
	word-spacing: 0px;
	text-decoration: none;
	color: #FFF;
}
.letterspacing {
	letter-spacing: 1px;
}
