/* CSS Document */

* {
 margin : 0;
 padding : 0;
}

body {
	margin-top:5px;
	text-align:center;
	background-image:url('../images/body.jpg');
	background-repeat:repeat-x;
	background-color:#445662;
	font-family: arial;
	font-size:12px;
	color:#e8e8e8;
}

#wrapper {
	width:990px;
	margin:0 auto;
	background-image:url('../images/bg_wrapper.gif');
}

#header {
	float:left;
	width:990px;
	height:100px;
	background-image:url('../images/top_header.gif');
}

h1 {
	margin-top:60px;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#e8e8e8;
	text-align:center;
}

h2 {
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	color:#e8e8e8;
	text-align:left;
}

h3 {
	padding-top:5px;
	margin-left:3px;
	margin-right:0px;
	margin-bottom:10px;
	text-align:left;
	color:#e8e8e8;
	font-family: arial;
	font-size:14px;
	font-weight: bold;
}

.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


#topnavi {
	float:left;
	width:990px;
	height:50px;
	background-image:url('../images/bottom_header.gif');
	background-repeat:no-repeat;
	text-align:center;
	padding-top:7px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#topnavi a {
	color: #f2f9fd;
	font: 14px arial;
	font-weight: bold;
	text-decoration:none;
}

#topnavi a:link {
	color: #f2f9fd;
	font: 14px arial;
	font-weight: bold;
	text-decoration:none;
}

#topnavi a:visited {
	color: #f2f9fd;
	font: 14px arial;
	font-weight: bold;
	text-decoration:none;
}

#topnavi a:active {
	color: #f2f9fd;
	font: 14px arial;
	font-weight: bold;
	text-decoration:none;
}

#topnavi a:hover {
	color: #f2f9fd;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#anmelden {
	margin-top:10px;
	color: #e40000;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#anmelden a {
	color: #e40000;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#anmelden a:link {
	color: #e40000;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#anmelden a:visited {
	color: #e40000;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#anmelden a:active {
	color: #e40000;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#anmelden a:hover {
	color: #f2f9fd;
	font: 14px arial;
	font-weight: bold;
	text-decoration:underline;
}

#bodybox {
	margin-top:10px;
	float:left;
	width:990px;
	background-image:url('../images/bodybox_bg.jpg');
	background-repeat:no-repeat;
}

#leftbox {
	float:left;
	margin-top:0px;
	margin-left:3px;
	margin-bottom:0px;
	padding-top:0px;
	background-color:#222222;
}

#leftbox_1 {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:180px;
	height:280px;
	background-image:url('../images/box_left.gif');
	background-color:#000000;
}

#leftbox_1 p {
	padding-top:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:0px;
	text-align:left;
	color:#e8e8e8;
	font-family: arial;
	font-size:12px;
}

#leftbox_1 ul {
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:20px;
	list-style-type:circle;
	text-align:left;
}

#leftbox_2 {
	margin-top:40px;
	margin-left:0px;
	width:180px;
	height:280px;
	background-color:#000000;
	background-image:url('../images/box_left.gif');
}

#leftbox_2 p {
	padding-top:0px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
	color:#e8e8e8;
	font-family: arial;
	font-size:12px;
}

#leftbox_2 ul {
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left:20px;
	list-style-type:circle;
	text-align:left;
}

#leftbox_2 a {
	color: #e8e8e8;
	font: 12px arial;
	font-weight:normal;
	text-decoration:none;
}

#leftbox_2 a:link {
	color: #cfcfcf;
	font: 12px arial;
	font-weight:normal;
	text-decoration:none;
}

#leftbox_2 a:visited {
	color: #e8e8e8;
	font: 12px arial;
	font-weight:normal;
	text-decoration:none;
}

#leftbox_2 a:active {
	color: #e8e8e8;
	font: 12px arial;
	font-weight:normal;
	text-decoration:none;
}

#leftbox_2 a:hover {
	color: #e8e8e8;
	font: 12px arial;
	font-weight:normal;
	text-decoration:underline;
}

#leftbox_3 {
	margin-top:40px;
	margin-left:0px;
	width:180px;
	height:260px;
	/*
	background-image:url('../images/box_left.gif');
	*/
	background-color:#000000;
}

#leftbox_3 p {
	padding-top:0px;
	margin-left:3px;
	margin-right:3px;
	text-align:left;
	color:#e8e8e8;
	font-family: arial;
	font-size:12px;
}

#content {
	float:right;
	display:inline;
	width:780px;
	margin-top:0px;
	margin-left:8px;
	margin-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	background-color:#1C2329;
}

#content p {
	margin-top:5px;
	margin-left:10px;
	margin-bottom:15px;
	text-align:left;
	color:#e8e8e8;
	font-size:12px;
	font-family:arial;
}

#content ul {
	text-align:left;
	list-style-image:url('../images/list_li.gif')
}

#content a {
	color:#e8e8e8;
	text-decoration:none;
}

#content a:hover {
	color:#ff5700;
	text-decoration:underline;
}

#footer {
	float:left;
	width:990px;
	height:50px;
	background-image:url('../images/bg_footer.gif');
	text-align:center;
	color:#e8e8e8;
	font-family:arial;
	font-size:11px;
	line-height:42px;
}

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

#footer a:hover {
	color:#e8e8e8;
	text-decoration:underline;
}


a {
font-family:arial;
font-size:12px;
color:#e8e8e8;
text-decoration:none;
}

a:link {
font-family:arial;
font-size:12px;
color:#e8e8e8;
text-decoration:underline;
}

a:visited {
font-family:arial;
font-size:12px;
color:#e8e8e8;
text-decoration:underline;
}

a:active {
font-family:arial;
font-size:12px;
color:#e8e8e8;
text-decoration:underline;
}

a:hover {
font-family:arial;
font-size:12px;
color:#e8e8e8;
text-decoration:underline;
}

#mainframe{
width:780px;
height:1400px;
margin:0 auto;
border:0;
}
