@charset "utf-8";
/* CSS Design copyright 2008 by Sethos */

/* Grund - Layout - Definition */
body {
	background-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	text-align: center;
}

#banner {
	margin: auto;
	background-image: URL("../img/banner_t1.jpg");
	width: 990px;
	height: 125px;
}

/*Main Definition */
#main {
	margin: auto;
	width: 990px;
	height: 500px;
}

#main_top {
	margin: auto;
	background-color: #e7e7e9;
	width: 830px !important;
	width: 830px;
	height: 33px !important;
	height: 40px;
	font-size: 1.75em;
	float: right;
	padding-top: 7px !important;
	padding-left: 0px;
	text-align: left;
	color: #999999;	
}

#main_content {
	background-color: #e7e7e9;
	width: 815px !important;
	width: 795px;
	height: 485px !important;
	height: 525px;
	float: right;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: left;
}

#content {
	background-color: #f1f1f1;
	width: 785px !important;
	width: 778px;
	height: 470px !important;
	height: 500px;
	border: 1px solid black;
	background-image: url("../img/content_bg.jpg");
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	overflow: auto;
}

/* Menu Definition */
#menu_container {
	background-color: #e7e7e9;
	height: 500px !important;
	height: 540px;
	width: 160px;
	float: left;
	padding-top: 40px !important;
	padding-top: 47px;
}

#menu_list {
	width: 130px;
	margin: auto;
	border: 1px solid black;
	text-align: left;
	background-color: #f1f1f1;
	margin-top: 0px;
}

#menu_head {
	background-image: url("../img/menu_head.jpg");
	height: 20px !important;
	height: 24px;
	padding-top: 4px;
	padding-left: 10px;
	font-weight: bold;
}

dl {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

dl a {
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
}

dl a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Foot Definition */
#foot {
	margin: auto;
	width: 990px;
	text-align: left;
	margin-top: 40px !important;
	margin-top: 0px;
}

#foot a {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

/*Text & Other Definition */
p {
	margin-top: 15px;
	text-align: justify;
}

img.pic-left {
	width: 250px;
	float: left;
	margin-right: 15px;
}

.headline {
	font-size: 1.5em;
	margin-bottom: 10px;	
}

