/* CSS Document */

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td, th {
	font-size:12px;
}
#site {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#center {
	margin-left: -460px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 920px;
	height: 600px;
	background:url(../images/BACK.jpg) top left no-repeat;
}
.logo {
	float:left;
}
#lauftext {
	clear:left;
	color:#999;
	font-size:17px;
	font-weight:bold;
	padding-right:25px;
	padding-left:135px;
	height:30px;
	line-height:24px;
}

#menu {
	padding-left:115px;
}
#container {
	margin-top:30px;
}
#container-left {
	width:740px;
	float:left;
}
#content {
	width:580px;
	height:350px;
	overflow: auto;	
	padding:0 77px;
	background: url(../images/dummy.gif);
	text-align: center;
}
#content a {
	color:#af2932;
}
#content h1 {
	font-size:18px;
}
#content h2 {
	font-size:16px;
}
#content h3 {
	font-size:14px;
}

#content h4, #content h5 {
	font-size:13px;
}
#container-right {
	float:right;
	width:170px;
	text-align:center;
}
#top {
	border-bottom:1px solid #cacaca;
	padding-bottom:8px;
	margin-bottom:8px;
	cursor:pointer;
}
#bottom img {
	padding-top:4px;
}
#footer {
	width:580px;
	margin:0 auto;
	border-top:1px solid #DEDEDE;
	margin-top:15px;
	font-size:11px;
	text-align:center;
	height:20px;
}
#footer a {
	color:#000;
	text-decoration:none;
}
#credits {
	padding-top:7px;
}

