@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #6E6E6E;
	background-image:url(img/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

/* Start container Layout */
#container { 
	width: 996px;
	margin: 0 auto;
	text-align: left;
	vertical-align:top;
}
/* End container Layout */

/* Start header Layout */
#header {
	position: absolute;
	width: 996px;
	height:140px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
}

#header_navigation {
	color:#FFFFFF;
	font-weight:normal;
	height: 18px;
	background: url(img/menue.jpg) repeat-x;
	padding-left: 225px;
	padding-top: 2px;
	margin-top: 120px;
}

#header_navigation a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
/* End header Layout */

/* Start navMenu Layout */
#navMenu {
	width: 185px;
	float:left;
	margin-top: 140px;
	padding-top: 30px;
	height: 100%;
	background-color: #6e6e6e;
	text-align:left;
}

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

#navMenu li {
	display:inline;
}

/* Menu Level 1 */
#navMenu li span {
/*  für erste Linie und aktives Element  */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #9AC137;
	display: block;
	padding: 7px 0 8px 10px;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#navMenu li a:link, #navMenu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 7px 0 8px 10px;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}

#navMenu li a:hover {
	color: #9AC137;
	padding: 7px 0 8px 10px;
}

/* Menu Level 2 */
#navMenu li li a:link, #navMenu li li a:visited {
	font-weight: normal;
	padding: 7px 0 8px 20px;
}

#navMenu li li a:hover {
	padding: 7px 0 8px 20px;
}

#navMenu li li span {
/*  für erste Linie und aktives Element  */
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #9AC137;
	display: block;
	padding: 7px 0 8px 20px;
	border-bottom: 1px;
	border-bottom-style:solid;
	border-bottom-color:#FFF;
}
/* End navMenu Layout */

/* Start content Layout */
#content {
	position:absolute;
	margin: 140px 0 0 225px;
	padding: 40px 0 20px 0;
	width: 556px;
}

#content_left {
	float:left;
	width: 263px;
}

#content_right {
	width: 263px;
	margin-left: 30px;
	float:left;
}

#content ul {
	list-style-position:outside;
	margin-left: -42px;
}

#content li {
	margin:  12px;
	list-style-image:url(img/list_square.gif);
}
/* End content Layout */

/* Start menu_right Layout */
#menu_right{
	position:absolute;
	margin: 140px 0 0 812px;
	padding-top: 40px;
	width: 183px;
	background-color: #6e6e6e;
}

#menu_right h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #9AC137;
	text-align:left;
	margin: 0 10px 12px 10px;
}

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	text-align:left;
}

.morelink:link,
.morelink:visited { 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	padding-left: 9px;
	background-image:url(img/link_arrow.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

.morelink:active,
.morelink:hover { 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
	padding-left: 9px;
	background-image:url(img/link_arrow.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

#menu_right p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#FFF;
	text-align:left;
	margin: 0 10px 12px 10px;
}
/* End menu_left Layout */

/* Start DIV Popups*/
#PopupBG {
	position: absolute;
	background-color:#000;
	width: 100%;
	height: 1190px;
	top: 0px;
	left: 0px;
	margin-top: 0;
	margin-left: 0;
	z-index:1;
	visibility: hidden;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6; 
}

.DIV_Popup {
	position: absolute;
	background-color:#FFF;
	width: 400px;
	margin-left: -200px;
	margin-top: -250px;
	top: 50%;
	left: 50%;
	z-index:1;
	visibility: hidden;
	padding: 30px;
	text-align:left;
	cursor:pointer;
}

.popuplink:link,
.popuplink:visited { 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	background-color:#6E6E6E;
	padding: 3px 10px 3px 10px;
}

.popuplink:active,
.popuplink:hover { 
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#9AC137;
	padding: 3px 10px 3px 10px;
}
/* End DIV Popups */


/* Start general Layout */
h2 {
	color:#6E6E6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
.imageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content p {
	text-align:justify;
	margin: 0 0 12px 0;
}

.intextlink:link,
.intextlink:visited { 
	color:#9AC137; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
}

.intextlink:active,
.intextlink:hover { 
	color:#9AC137;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}

.arial_11_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.arial_12_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.box_head {
	background: url(img/more.jpg) no-repeat;
	padding-left: 40px;
	font-weight: bold;
	cursor: pointer;
}

.box_head h3 {
	color: #9AC137;
	font-size: 1em;
	margin-bottom: 0em;
}

#content .box_head p {
	margin: 0;
	}

.boxes {
	display: none;
	padding: 0;
	
}
/* End general Layout */

/* FORUMLAR */

iframe {
	background: #6E6E6E;
}

form {
	text-align: center;
	background: #6E6E6E;
	
}

input, textarea {
	display:block;
	width: 170px;
	font-size: 9px;
	margin: 10px 2%;
	font-family: Arial, Helvetica, sans-serif;
}

form h1 {
	color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	height: 22px;
	padding-top: 7px;
	background: url(img/form-bg.jpg) repeat-x;
	margin-top: 0;
}

form p {
	color: white;
	text-align: left;
	padding-left: 3%;
}

input[type="submit"] {
	text-align: right;
	background: none !important;
	color: white;
	font-size: 13px;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid white;
	padding-right: 0 !important;
	margin-right: 0 !important;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	font-weight: bold;
	color: #88b42a;
} 

h1 a {
	color: white;
	text-decoration: none;
}

.error {
	color: red;
}
