/* ========== Allgemein ========== */
* {
	margin: 0;
	padding: 0;
	text-align: center;
}

html, body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000000;
	font-size: 12px;
	line-height: 18px;
	word-spacing: 2px;
	color: #FFFFFF;
}

/* ========== Layout ========== */
#Layout {
	position: relative;
	width: 900px;
	margin: 10px auto 10px auto;
}

/* ========== Banner ========== */
#Banner1 {
	position: relative;
	height: 90px;
	line-height: 90px;
	background-image:URL("/imgs/layout/banner_1.jpg");
}
#Banner1 h1 {
	font-size: 14px;
	font-weight: bold;
}

#Banner2 {
	position: relative;
	height: 150px;
	background-image:URL("/imgs/layout/banner_2.jpg");
	border-top: 1px solid #999999;
	/*border-bottom: 1px solid #999999;*/
}

/* ========== TopNavigation ========== */
#TopNavigation {
	list-style:none;
	text-align:center;
	height: 40px;
	background-image:URL("/imgs/layout/navigation_back.jpg");
	background-repeat: no-repeat;
	padding-left: 15px;
}

#TopNavigation li {
	float: left;
}

#TopNavigation li a {
	display:block;
	width: 87px;
	line-height:39px;
	text-decoration:none;
	color: #EEEEEE;
	font-size: 12px;
	border-top: 1px solid #999999;
}

#TopNavigation li a.active {
	background-color: #003366;
	width: 85px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #FFFFFF;
	line-height: 39px;
}

#TopNavigation li a:hover {
	background-color: #999999;
}

/* ========== Content Layout ========== */
#Content_Layout {
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-image:URL("/imgs/layout/content_back.jpg");
	padding: 10px;
	overflow: auto !important;
	overflow: visible;
}

/* ========== Content Left ========== */
#Content_Left {
	float: left;
	width: 250px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 10px;
	
	/*background-color:#222222;*/
}

#Content_Left p {
	text-align: left;
	margin: 0 10px 0 10px;
}

#Content_Left h1 {
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 15px 10px;
	background-color: #003366;
	border: 1px solid #999999;
}

#Content_Left h2 {
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 15px 10px;
	background-color: #003366;
	border: 1px solid #999999;
}

#Content_Left a {
	color: #BBBBFF;
	font-weight: bold;
	text-decoration: none;
}

#Content_Left a:hover {
	color: #999999;
	text-decoration: underline;
}

#Content_Left ul {
	list-style: none;
	margin: 0 10px 0 10px;
}

#Content_Left li {
	text-align: left;
	padding-left: 10px;
}

#Content_Left div.listbox {
	text-align:left;
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	margin: 0 10px 20px 10px;
	padding: 10px;
	overflow: auto !important;
	overflow: visible;
}
/* ========== Content ========== */
#Content {
	margin: 0 0 0 260px;
	padding-right: 0;
	text-align: left;
	color: #FFFFFF;
	
	/*background-color:#222222;*/
}

#Content_Admin {
	margin: 0 0 0 0;
	padding-right: 20px;
	text-align: left;
	color: #FFFFFF;
}

#Content a, #Content_Admin a {
	color: #BBBBFF;
	font-weight: bold;
	text-decoration: none;
}

#Content a:hover, #Content_Admin a:hover {
	color: #999999;
	text-decoration: underline;
}

#Content p, #Content_Admin p {
	margin: 0 10px 15px 10px;
	text-align: left;
	height: 1%;
}

#Content h1, #Content_Admin h1 {
	margin: 0 10px 15px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#Content h2, #Content_Admin h2 {
	margin: 0 10px 15px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#Content h3, #Content_Admin h3 {
	margin: 0 10px 15px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#Content h4, #Content_Admin h4 {
	margin: 0 10px 15px 10px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}


#Content ul, #Content_Admin ul {
	list-style: none;
	margin: 0 10px 20px 10px;
}
#Content li, #Content_Admin li {
	text-align: left;
	padding-left: 10px;
}

#Content input, textarea, #Content_Admin input, textarea {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}

#Content table, #Content_Admin table {
	margin: 0 10px 15px 10px;
	font-size: 12px;
}

#Content td, #Content_Admin td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

#Content th, #Content_Admin th {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

#Content div.infobox, #Content_Admin div.infobox {
	text-align:left;
	border: 1px solid #999999;
	margin: 0 10px 20px 10px;
	padding: 10px;
	overflow: auto !important;
	overflow: visible;
}

#Content div.listbox, #Content_Admin div.listbox {
	text-align:left;
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	margin: 0 10px 20px 10px;
	padding: 10px;
	overflow: auto !important;
	overflow: visible;
}


/* ========== Footer ========== */
#Footer {
	clear: both;
	height: 40px;
	line-height: 40px;
	background-image:URL("/imgs/layout/footer_back.jpg");
	background-repeat: no-repeat;
	color: #FFFFFF;
	clear: left;
}

#Footer a {
	color: #BBBBFF;
	font-weight: bold;
	text-decoration: none;
}

#Footer a:hover {
	color: #999999;
	text-decoration: underline;
}