BODY {
	margin:0;
	padding:0;
	text-align: center;
}

body, td, th, tr, p, div {
	font-family: Arial;
	font-size: 11px;
	color: #444;
	line-height: 150%;
}

#wrapper {
	position: relative;
	width: 865px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header {
	margin-top: 0px;
	height: 70px;
}

#logo {
	float: left;
	width: 539px;
	height: 107px;
}

#top_menu {
	text-align: right;
	width: 500px;
	float: right;
}

#search {
	text-align: right;
	width: 500px;
	float: right;
	margin-top: 10px;
	display: inline;
}
#orta-menu {
	padding-top:36px;
}
#menu {
	float:left;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 3px;
	width: 600px;
	z-index: 100;
}

#menu_right {
	float:left;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 3px;
	width: 265px;
	z-index: 100;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}

.moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#homebanner {
	float:left;
	width: 825px;
    z-index: 1;
	margin-top: 20px;
}

#main_img {
	float:left;
	width: 865px;
	height: 360px;
	margin-top: 20px;
}

#img {
	float:left;
	margin-top: 20px;
}

#left_header {
	background:#F0ECE2 none repeat scroll 0 0;
	float:left;
	margin-left:20px;
	margin-top:210px;
	width: 210px;
	display: inline;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}

#lowerpanel {
	float: left;
	background: url(../images/lowerpanel.gif) no-repeat left top;
	width: 865px;
	height: 111px;
	margin-top: 20px;
	display: inline;
}

#left,
#center,
#right {
	float: left;
	width: 275px;
	margin-left: 10px;
	height: 110px;
	display: inline;
}

#left .moduletable,
#center .moduletable {
	background-image:url(../images/border.gif);
	background-position:right center;
	background-repeat:repeat-y;
	height:90px;
	margin:10px 0 0;
	padding:0 15px 0 0;
	width:260px;
}

#left p,
#center p,
#right p {
	float:left;
	width:55%;
}

#right .moduletable {
	background: none;
}

#left-in {
	background: #F0ECE2;
	margin-top: 20px;
	float: left;
	width: 210px;
	display: inline;
}

#left_header p,
#left-in p {
	padding-left: 10px;
	padding-right: 10px;
}

#left-in .moduletable {
	float:left;
	margin-bottom:0;
	margin-top:10px;
}

#content {
	margin-top: 20px;
	float: left;
	width: 625px;
	margin-left: 30px;
	padding: 0;
	display: inline;
}

#content_full {
	margin-top: 20px;
	float: left;
	width: 865px;
	padding: 0;
}

#content-padding {
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

#footer {	
	float: left;
	height: 50px;
	width: 865px;
	margin-top: 10px;
	text-align: left;
	display: inline;
}

#clear {
	clear:both;
}

/* END OF LAYOUT STYLES */

/* GENERAL PURPOSE STYLES */

a, a:link, 
a:visited {
	color: #D50909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top_menu .moduletable,
#menu_in .moduletable,
#menu .moduletable {
	margin: 0;
	padding: 0;
}

#top_menu ul li ul {
	display: none;
}

#top_menu ul li ul li {
	display: none;
}
	
.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

#search .inputbox {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	font-size:11px;
	text-indent:5px;
	width:150px;
	margin: 0;
}

.author,
.createdate {
  font-size: 9px;
  color: #7492AB;
  text-decoration: none;
  font-weight: normal;  
}

#footer a:link, 
#footer a:visited  {
	font-size: 11px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	text-transform: lowercase;
}

#footer a:hover {
	text-decoration: underline;
}

#left_header a:link, 
#left_header a:visited ,
#left-in a:link, 
#left-in a:visited  {
	background-color:#E11926;
	background-image:url(../images/arrow1.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding-left:25px;
	text-decoration:none;
	text-transform:uppercase;
}

#left_header a:hover,
#left-in a:hover {
	text-decoration: underline;
}

/* new tags */


h1, h2, h3, h4 {
	margin: 0;
	color: #333;
	padding: 5px;
	padding-left: 0;
	padding-bottom: 10px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
	color: #D50909;
}

h2.contentheading, 
h2.componentheading {
	padding-top: 0;
	font-size: 28px;
	line-height:28px;
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

h4 {
	font-size: 11px;
	color: #D50909;	
}

#content ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

#content li {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

#left h3,
#center h3,
#right h3 {
	font-size: 12px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 20px;
	text-transform: uppercase;
} 

#left_header h3,
#left-in h3 {
	padding-left: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
}

.author, .createdate {
	margin-bottom:3px;
	color:#888;
}

/* primary menu - at the top of this site */

#top_menu a, 
#top_menu a:link, 
#top_menu a:visited {
	color:#777;
	padding-left: 30px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

#top_menu a:hover, 
#top_menu a.active {
	text-decoration: underline;
}

#top_menu ul, 
#top_menu li, 
#menu ul, 
#menu li,
#menu_right ul, 
#menu_right li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#top_menu li {
	float:right;
}

#menu ul {
	height: 29px;
} 

#menu ul li {
	float:left;
	height:29px;
	line-height:29px;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu ul li:hover, 
#menu ul li.over, 
#menu ul li#current {
	background: black;
	color: #fff;
}

img {
	border: 0;
}

fieldset {
	border:none;
}

#menu ul li ul {
	width:170px;
	padding-top:2px;
	margin-top:7px;
	background:#e3e3e3;
	z-index:99999;
}

#menu ul li ul li {
	background:#e3e3e3;
	width:170px;
	border-bottom:1px solid white;
}

#menu ul li ul li * {
	color:#333;
}

#menu ul li ul li:hover, 
#menu ul li ul li.over, 
#menu ul li ul li#current {
	background: #e3e3e3;
	color: #333;
}

#menu ul li ul li a:hover *, 
#menu ul li ul li a.over * {
	background: #e3e3e3;
	color: #333;
	text-decoration: underline;
}

#menu_right ul {
	height: 29px;
	float:right;
} 

#menu_right ul li {
	float:left;
	height:29px;
	line-height:29px;
}

#menu_right ul li a, 
#menu_right ul li a:link, 
#menu_right ul li a:visited {
	color: #D3B593;
	font-size: 9px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 30px;
	text-transform: capitalize;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu_right ul li:hover, 
#menu_right ul li.over, 
#menu_right ul li#current {
	background: #E11926;
}

#menu_right ul li ul {
	display: none;
}

#menu_right ul li ul li {
	display: none;
}

#globalnews {
	background:#FFFFFF none repeat scroll 0 0;
	float:left;
	margin-left:20px;
	margin-top:160px;
	width: 210px;
	display: inline;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#globalnews p {
	padding-left: 10px;
	padding-right: 10px;
}
#gn_header_1 {
	background-color:#E11926;
	background-image:url(../images/arrow1.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	height:20px;
	
	
	text-decoration:none;
	text-transform:uppercase;
}
#paginate-gn_slider_1_1 {
	background-color:#E11926;
	background-image:url(../images/arrow1.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	height:20px;
	
	
	text-decoration:none;
	text-transform:uppercase;
}

#paginate-gn_slider_1_1  a:link,
#paginate-gn_slider_1_1a:visited  {

	background-color:#E11926;
	background-image:url(../images/arrow1.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	
}
.gn_news {
	background-color:#FFF;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}