﻿body {
	width: 1024px;
	padding: 0;
	margin: 0 auto;
	font: 0.74em Arial, sans-serif;
	line-height: 1.5em;
	background: #323266 url("images/bg1.gif");;
	color: #fff;
}

#wrapper {
	width:1024px;
	border: 1px solid #CCC;
	padding: 10px;
	background: #202050;
}

a {	color: #FFFFFF;	background: inherit; text-decoration: none;}
a:hover { color: #d0eb55; background: inherit; text-decoration: underline;}
p {	margin: 5px 0;}
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px;}
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px;}
h3 { padding: 4px 0; margin: 0;}
ul { margin: 0; padding: 0; list-style: none;}

img {
	border : 0px none;
}

.content {
	margin: 0 auto;
	width: 1000px;	
}

#box-links {
	width:325px;
	height:325px;
	float:left;
	margin-top: 10px;
}

#box-rechts {
	width:240px;
	height:325px;
	float:left;
	padding-left:10px;
	margin-top:10px;
}

#top {
	padding-top: 0;
	background: #202050 url('images/topbg1.gif') repeat-x;
	height: 85px;
	margin-bottom: 5px;
	border: 1px solid #CCC;;
}

#top h1 {
	font : bold 2.6em Arial, Sans-Serif;
	padding : 20px 0 0 10px;
	margin : 0;
	letter-spacing : 1px;
	color : #d0eb55;
}

#top a:hover {
	text-decoration : none;
}

#top h2 {
	font : 0.9em Arial, Sans-Serif;
	letter-spacing : 0;
	color : #868686;
	margin : 0;
	padding : 0 0 0 10px;
}

#menu {
	float : right;
	height : 23px;
	margin-top : 35px;
}

#menu a {
	color : #fff;
	background : inherit;
	text-decoration : none;
	padding-left : 10px;
	line-height : 23px;
	font-weight : bold;
}

#menu a span {
	padding-right: 10px;
}

#menu a, #menu a span {
	display : block;
	float : left;
}

#menu a:hover, #menu .current {
	color : #fff;
	background : #FF8C00 url('images/tabl.gif') no-repeat left top;
	padding-left : 10px;
	height : 23px
}

#menu a:hover span, #menu .current span {
	background : url('images/tabr.gif') no-repeat right top;
	padding-right : 10px;
	height : 23px;
	cursor : pointer
}

#menu ul {
	list-style : none;
	padding : 0;
	margin : 0;
}

#menu li {
	float : left;
	margin : 0 0 0 5px;
}

#main {
	width : 1000px;
	margin : 0;
	padding : 0;
}

.right_side {
	float : right;
	width : 202px;
	background : inherit;
	overflow : hidden;
}

.right_side .pad {
	padding : 0 0 10px 17px;
}

.right_side p {
	padding : 0 0 5px 5px;
}

.right_side ul {
	padding : 3px 0 12px 5px;
}

.right_side li {
	line-height : 18px;
	background : inherit;
	list-style : square;
	padding-left : 0px;
	margin-left : 17px;
	color : #FF8C00;
}

.right_side a {
	background: inherit;
	text-decoration: none;
}

.right_side a:hover {
	text-decoration : underline;
}

.right_side h3 {
	color: #eee;
	background: url('images/rmenuhead.gif') no-repeat top;
	width: 202px;
	height: 30px;
	padding-top: 7px;
	text-indent: 10px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:1.2em;
	font-family:Arial, Sans-Serif;
}

#left_side {
	background : inherit;
	float:left;
	margin-bottom : 10px;
	width : 590px;
}

#left_side p {
	color : #e7e7e7;
	padding : 0;
	text-align : justify;
}

#footer {
	clear : both;
	width : 1000px;
	margin : 0 0 0 0;
	padding-top : 5px;
	color : #777;
	border-top : 1px solid #FFF;
	background : inherit;
}

#footer .right {
	float : right;
}
#footer a {
	text-decoration : none;
	background : inherit;
}