* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:  url("images/background.png");
	background-position: center;
	background-repeat: repeat-y;
	background-color: #D0D0D0;
}

h1 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #000000;
	font-family: Verdana;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px
}

#container_main {
	width: 780px;
	height: 100%;
	margin: auto;
}

#container_left {
	background-color: #000000;
	color: #FFFF00;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 220px;
	overflow: auto;
}

#container_top {
	background-color: #FFF000;
	border-right: 1px solid #000000;
	color: #000000;
	position: absolute;
	top: 0px;
	margin-left: 220px;
	height: 200px;
	width: 520px;
	padding-left: 20px;
	padding-right: 20px;
}

#container_right {
	background-color: #FFF000;
	border-right: 1px solid #000000;
	color: #000000;
	position: absolute;
	top: 0px;
	margin-left: 220px;
	margin-top: 177px;
	padding-top: 20px;
	bottom: 0px;
	width: 560px;
	overflow: auto;
}

#content_right table {
	font-family: Verdana;
	font-size: 0.8em;
	border: transparent;
}

#content_right td {
	border-bottom: #000000 1px dotted;
	padding-left: 10px;
	padding-right: 10px;
}

#content_right th {
	border-top: #000000 2px solid;
	border-bottom: #000000 2px solid;
	padding-left: 10px;
	padding-right: 10px;
}

#content_menue {
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-position: 10px 0px;
	color: #FFFF00;
	padding-top: 155px;
	padding-left: 20px;
	padding-right: 20px;
}

#content_menue ul {
	list-style-position: inside;
}

#content_menue hr {
	margin-bottom: 15px;
	border:solid #FFF000 1px;
	height:1px;
}

#content_menue a {
	color: #FFF000;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#content_menue a:link {
	text-decoration: none;
	color: #FFF000;
}

#content_menue a:visited {
	text-decoration: none;
	color: #C0C0C0;
}

#content_menue a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

content_menue a:active {
	text-decoration: underline;
	color: #FFF000;
}

#content_menue a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

#content_left {
	color: #E0E0E0;
	font-family: Verdana;
	font-size: 0.75em;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#content_left p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#content_left a {
	color: #E0E0E0;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_left hr {
	border:solid #FFF000 1px;
	height:1px;
	margin-bottom: 5px;
}

#content_header {
	background-image: url("images/banner.png");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	height: 120px;
	padding-left: 20px;
}

#content_right {
	padding-left: 20px;
	padding-right: 20px;
}

#content_right p {
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content_right ul {
	list-style-position: inside;
	font-family: Verdana;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 10px;
}