﻿body	{
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:14px;
	background-color: #f5f5f5;
}

.main h1	{
	color: #964a57;
	font-style:italic;
	font-size:24px;
}

.main h2	{
	color: #964a57;
	font-style:italic;
	font-size:18px;
}

.main p	{
	
}

/* oberste Struktur */

/* gesamter Container - fuer Zentrierung*/
#container {
	margin-bottom: 10px;
	margin-left: auto;
	width: 900px;
	height: auto;
	margin-right: auto;
	max-height: none;
	z-index: auto;
}

#container a{
	text-decoration: none;
}

/* Logo, Login, Navi und Themenimg */
#main {
	float: left; 
	width: 675px; 
	height: 400px;
	
}


/* Logo */ 
#header {
	width:900px;
	padding-bottom:7px;
} 

/* Hauptnavi */

	/*Container für Navi*/
	
#menubar {
	font-weight: bold; 
}


	/*Navi-Listen Eigenschaften*/
	
#headmenu, #headmenu ul {
	
	font-family:Arial, Helvetica, Sans-Serif;
	list-style: none;
	margin-left: 15px;
	float: left;
	margin: 0;
	padding: 0;
}

#headmenu a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	color: #f5f5f5;
	font-size: 14px;
	height: 20px;
	font-weight: 500;
	text-indent: 10px;
	background:url('../images/bgnav.gif');
}

#headmenu a:hover, #headmenu a:focus,
#headmenu a:active {
	background-image:url('../images/bgnavsel.gif');
	color: navy;
}


#headmenu li {
	float: left;
}


/* Unterpunkte */



#headmenu ul ul {
	position: absolute;
}
div#headmenu ul ul {
	display: none;		
}

div#headmenu ul li:hover ul, div#headmenu ul li ul:hover {
	display: block;
}

div#headmenu ul ul li {
	float:none;
	width: 166px;
	padding: -2px -1px 0px 0px;
	
}

div#headmenu ul ul a {
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: navy;
	font-size: 13px;
	height: 20px;
	vertical-align: middle;
	font-weight: 500;
	text-indent: 10px;
	background: url('../images/menuSubBg1.jpeg');
			
}


/* Inhalt */
#content {
	width: auto;
	padding-top: 0px;
	z-index: 1;
}


/* Newsbereich rechts */

#rechts {
	float: left; 
	margin: 0px 0px 0px 15px; 
	width: 200px; 
	position: relative;
}

#rechte_box {
	padding: 0px; 
	margin: 0px 0px 10px; 
	width: 200px;
	background-color: #D7D6E8;
	border-bottom: solid 1px navy;
}
#rechte_box h1 {
	background-image:url(/images/old/bgnav.gif);
	margin: 0px 0px 5px 0px; 		
	font-size: 14px; 
	font-weight: bold; 
	color:#f5f5f5;
	padding: 3px 2px 3px 4px; 
}

#rechte_box p {
	padding:5px;
	margin: 0px; 
	overflow: auto;
	font-size:12px;
}

#rechte_box#news {
	height:140px;
}

#rechte_box#login {
	height:60px;
}

#rechte_box#newsletter {
	height:180px;
}

/* Newsformular Kram */

form {
	padding: 0px;
	margin: 0px;
}

form#newsletter input {
	border-right: #7c7c7c 1px solid; border-top: #7c7c7c 1px solid; font-size: 10px; margin-left: 10px; border-left: #7c7c7c 1px solid; width: 135px; border-bottom: #7c7c7c 1px solid; background-color: #e0e0e0
}
form#newsletter input.failed {
	color: #f5f5f5; background-color: red
}
form#newsletter p {
	padding-bottom: 0px; padding-top: 0px
}
form#newsletter span {
	font-weight: bold; float: left; width: 35px; padding-top: 2px
}
form#newsletter p#sendbtn {
	width: 182px; 
	text-align: right;
	padding-top:5px;
	cursor:pointer;
}
form#newsletter p#sendbtn input {
	border-right: red 1px solid; border-top: red 1px solid; font-size: 10px; border-left: red 1px solid; width: 70px; color: black; padding-top: 0px; border-bottom: red 1px solid; background-color: orange
}


input {
	border: navy 1px solid; <br>
	font-size: 9pt; 
	background-color: #f5f5f5;
}

input:focus {
	background-color: #c2c7db
}
input#btn {
	width: 120px; color: #f5f5f5; background-color: #4a5897
}

#btngrn	{ width:120px;  color: lime; background-color:#4a5897;  border-color:#c2c7db; cursor:pointer; }
#btnred	{ width:120px;  color: orange; background-color:#4a5897; border-color:#c2c7db; cursor:pointer;}
#btnorg	{ width:120px;  color: yellow; background-color:#4a5897; border-color:#c2c7db; cursor:pointer;}