body {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #ececec;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a0a0a;
}

a:link {
	text-decoration: underline;
	color: #0a0a0a;
}

a:visited {
	text-decoration: underline;
	color: #0a0a0a;
}

a:focus {
	text-decoration: underline;
	color: #0a0a0a;
}

a:active {
	text-decoration: underline;
	color: #0a0a0a;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0a0a0a;
}

#main {
	position: relative;
	top: 20px;
	margin: auto;
	width: 800px;
}

#header {
	position: relative;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	height: 86px;
}

#logo {
	position: absolute;
	top: 7px;
	left: 10px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	width: 183px;
	height: 72px;
}

#slogan {
	position: absolute;
	top: 7px;
	left: 200px;
	background-image: url('../images/slogan.png');
	background-repeat: no-repeat;
	width: 250px;
	height: 72px;
}

#newsboxcaption {
	position: absolute;
	padding: 1px;
	right: 219px;
	height: 40px;
	color: red;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #78b1dc;
	border-left: 1px #0a0a0a solid;
	border-bottom: 1px #0a0a0a solid;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#newsbox {
	position: absolute;
	right: 50px;
	width: 167px;
	background-color: #78b1dc;
	border-left: 1px #0a0a0a solid;
	border-right: 1px #0a0a0a solid;
	height: 45px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#newsboxfooter {
	position: absolute;
	right: 50px;
	top: 45px;
	background-image: url('../images/newsbox_footer.png');
	background-repeat: no-repeat;
	width: 169px;
	height: 11px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.newscaption {
	padding: 3px;
	font-weight: bold;
	font-size: 10px;
}

.newstext {
	padding: 3px;
	font-size: 10px;
}

#nav {
	position: relative;
	background-color: #e2e2e2;
	background-image: url('../images/navback.png');
	background-repeat: repeat-x;
	height: 20px;
	border-right: 1px #0a0a0a solid;
	border-bottom: 1px #0a0a0a solid;
}

.navbit {
	position: absolute;
	padding: 3px;
	width: 25%;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	border-left: 1px #0a0a0a solid;
}

.navbit a {
	text-decoration: none;
}

.firstchar {
	color: #0084ff;
}

#content {
	position: relative;
	padding: 10px;
	background-color: #ffffff;
	border-left: 1px #0a0a0a solid;
	border-right: 1px #0a0a0a solid;
	font-size: 12px;
	min-height: 300px;
}

#content p {
	line-height: 18px;
}

#footer {
	position: relative;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	height: 12px;
}

#copyright {
	position: absolute;
	right: 85px;
	bottom: -5px;
	padding: 1px;
	width: 200px;
	height: 18px;
}

#copyrightleft {
	position: absolute;
	left: -8px;
	background-image: url('../images/copyright_left.png');
	background-repeat: no-repeat;
	width: 9px;
	height: 19px;
	z-index: 5;
}

#copyrighttext {
	position: absolute;
	background-color: #e3e3e3;
	border-top: 1px #0a0a0a solid;
	border-bottom: 1px #0a0a0a solid;
	text-align: center;
	width: 190px;
	height: 17px;
	z-index: 10;
}

#copyrightright {
	position: absolute;
	right: 3px;
	background-image: url('../images/copyright_right.png');
	background-repeat: no-repeat;
	width: 9px;
	height: 19px;
	z-index: 5;
}

#imprint {
	position: absolute;
	right: 13px;
	bottom: 3px;
	text-align: left;
	letter-spacing: 1px;
}

#imprint a {
	text-decoration: none;
}

.caption {
	font-size: 16px;
	font-weight: bold;
}

input, textarea {
	font-size: 11px;
}

.screenshotbox {
	width: 350px;
	height: 112px;
	background: #e2e2e2;
	float: left;
	margin: 10px;
}

.screenshotimg {
	width: 100px;
	height: 100px;
	border: 1px #000000 solid;
}

.screenshotspan {
	float: left;
	padding: 5px;
	overflow: hidden;
}
