﻿/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
	color: #A9A9A9;
	font-size: 11px;
	font-family: Verdana, Georgia;
	background: #072450 url(img/mek_background_paint6.jpg) repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}
.clear {
	clear: both;
	height: 30px;
}
p {
	margin: 10px 30px 10px 30px;
}
#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size: 10px;
	text-align: left;
}
.left_box p {
	font-size: 9px;
	color: #fff;
	text-align: center;
}
.left_box h3 {
	text-align: center;
}
.content_box p {
	margin: 10px 0px 10px 0px;
	color: #ddd;
	font-size: 10px;
	text-align: justify;
}
.content_box_large p {
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	text-align: justify;
}
.content_box_photo h3 {
	/*margin: 0px 0px 10px 45px;
*/
}
#content_footer p {
	margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size: 10px;
	text-align: justify;
}
.red {
	color: red;
}
.yellow {
	color: #ffd502;
	font-weight: bold;
}
h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color: #fff;
}
h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 20px;
	margin: 0px 50px 10px 25px !important;
	margin: 0px 30px 10px 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;      /* #072450; */
	font-weight: normal;
}
h3 {
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffd502;   /*#fff;*/
}
a {
	text-decoration: none;
	color: #ffd502;
}
/*----- MENU ----- */
#nav_list {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style: none;
	overflow: hidden;
}
#nav_list li {
	width: 190px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}
#nav_list a {
	color: #fff;
}
.li_nav_body a {
	display: block;
	width: 190px;
	height: 20px;
	background: url(img/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height: 20px;
}
.li_nav_footer a {
	display: block;
	width: 190px;
	height: 21px;
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height: 21px;
}
.li_nav_body a:hover {
	background-position:  0 -20px;
	color: #016001;
}
.li_nav_footer a:hover {
	background-position:  0 -20px;
	color: #016001;
}
.li_active a:active {
	background: url(img/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color: #fff;
}
.left_box {
	width: 190px;
	float: left;
	margin: 0 0 0 10px;
}
/*----- LAYOUT ----- */
#container {
	width: 100%;
	background: url(img/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(img/sidebar_body.png) 60px 0px repeat-y;
	min-height: 100%;
	height: 100%;
}
#menu_header {
	width: 190px;
	height: 232px;  /*----- 232 ----- */
	text-align: left;
	float: left;
	margin: 0 0 0 30px;
}

#wappen {
	width: 148px;
	height: 204px;
	text-align: left;
	float: left;
	margin: 0 0 0 10px;
	background: url(img/Lux-2.jpg) no-repeat;
	background-position: bottom center;
}

#sponsors {
	width: 148px;
	height: 204px;
	text-align: left;
	float: left;
	margin: 0 0 0 -10px;
}

#menu_left {
	width: 190px;
	min-height: 100%;
	margin: 0 0 0 30px;
	float: left;
	background: url(img/sidebar_body.png) repeat-y;
}
#head {
	width: 1000px !important;
	width: 1000px;
	height: 232px;
	float: center;
	text-align: center;
}
#content {
	width: 96%;
	min-width: 770px;
	text-align: justify;
	float: left;
	margin: 0 0 0 20px;
	background: url(img/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(img/sidebar_body.png) 20px 0px repeat-y;
}
#content table.center td {
	border: transparent;
}
.content_box {
	width: 500px;
	margin: 0px 0px 0px 30px;
	float: left;
}
.content_box_large {
	width: 65%;
	margin: 40px 0px 0px 40px;
	/** border: 1px solid #2A3C5E; das zerstoert die Linien im Container **/
	float: left;
}
.content_box_photo {
	width: 190px;
	margin: 0;
	float: left;
	padding: 0 0 10px
}
#content_footer {
	background: url(img/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(img/sidebar_body.png) 60px 0px repeat-y;
	width: 100%;
	clear: both;
	margin-bottom: -70px;
	height: 50px;
}
/* ------- eigene Erweiterungen ---------*/
input, textarea, select {
	color: yellow;
	border: 1px solid #475472;
	background: #072450;
}
input {
	padding-left: 5px;
}
textarea {
	padding: 5px 5px 5px 5px;
}
div {
	border: transparent;
}
#footer {
	float: left;
	width: 95%;
	color: #475472;
	/*border: 1px solid #2A3C5E;*/
	margin-top: 30px;
	padding: 15px;
}
#head h2 {
	width: 100%;
	text-align: center;
}
