/* hier sind festen Werte, definiert,
   um jedem Browser zu erklären, was zu tun ist
*/

table,body,html,ul,h1,h2,h3,h4,h5,p,form
{	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	outline:none;
}


.center
{	text-align:center;
}

.justify
{	text-align:justify;
}

.text_italic
{	font-style:italic;
}

html
{	height:100%;
}


body
{	height:100%;
	font-size:1em;
	background-image:url(../img/body_back.png);
	background-repeat:repeat-y;
}

* html #mybody
{	overflow:hidden;
}

img
{	border-width:0px;
}

.clear
{	clear:both;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}

.right
{	float:right;
}

.left
{	float:left;
}


/*	das layout selbst mit einer mindesthoehe von 100%	*/
#container
{	min-width:1003px;
	min-height:100%;
	background-image:url(../img/container.png);
	background-repeat:repeat-y;
	position:relative;
}

/* hiermit bekommt der IE6 die möglichkeit eine mindesthöhe udn breite zu akzeptieren */
* html #container
{  width:expression(((document.compatMode&&document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) <1003? "1003px": "auto");
   height:expression(((document.compatMode&&document.compatMode=='CSS1Compat')? document.documentElement.clientHeight:document.body.clientHeight) <635? "635px": "100%");
}

/* sorgt für einen gewissen abstand zum footer */
#main
{	padding-bottom:40px;
}

#header
{	height:232px;
	background-image:url(../img/header.jpg);
	background-repeat:repeat-x;
	font-family:arial, sans-serif;
}


/* der rechte header */
.header_right
{	float:right;
	width:426px;
	height:232px;
	overflow:hidden;
	background-image:url(../img/header_right.jpg);
}

.header_right h3
{	height:16px;
	float:right;
	display:inline;
	background-image:url(../img/header_right_h3.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:0.75em;
	color:#000000;	
	margin:70px 22px 0px 0px;
}

#home
{	position:absolute;
	top:12px;
	right:22px;
	width:200px;
	height:40px;
}

.header_right form
{	position:absolute;
	right:22px;
	top:162px;
	height:22px;
	width:217px;
	overflow:hidden;
	background-image:url(../img/searchbox.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.submit
{	float:left;
}

.search
{	float:left;
	border:1px;
	background-color:transparent;
	padding:0px 2px 0px 5px;
	height:17px;
	border-width:0px;
	width:153px;
	margin-top:4px;
}

.header_right ul.menu_right
{	list-style-type:none;
	list-style-position:outside;
	display:inline;
	float:right;
	margin:117px 12px 0px 0px;
	width:270px;
	overflow:hidden;
}

.header_right ul.menu_right li
{	float:right;
	background-image:url(../img/header_right_li.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding:0px 15px 0px 15px;
}

.header_right ul.menu_right li a,
.header_right ul.menu_right li a:link,
.header_right ul.menu_right li a:visited,
.header_right ul.menu_right li a:active
{	color:#ffffff;
	font-size:0.8em;
	text-decoration:none;
}

.header_right ul.menu_right li a.hier,
.header_right ul.menu_right li a.hier:link,
.header_right ul.menu_right li a.hier:visited,
.header_right ul.menu_right li a.hier:active
{	color:#ffffff;
	font-size:0.8em;
	text-decoration: underline;
}

.header_right ul.menu_right li a:hover
{	text-decoration:underline;
}

.header_right ul.menu_left
{	list-style-type:none;
	list-style-position:outside;
	display:inline;
	float:left;
	margin:110px 0px 0px 0px;
	width:130px;
	overflow:hidden;
}

.header_right ul.menu_left li
{	float:left;
	padding:0px 5px 0px 5px;
}

.header_right ul.menu_left li.schrift {
	color: #fff;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.header_right ul.menu_left li a,
.header_right ul.menu_left li a:link,
.header_right ul.menu_left li a:visited,
.header_right ul.menu_left li a:active
{	color:#ffffff;
	text-decoration:none;
}

.header_right ul.menu_left li a:hover
{	text-decoration:underline;
}


.normal
{	font-size:1em;
	position:relative;
	top:9px;
}

.high
{	font-size:1.2em;
	position:relative;
	top:6px;
}

.higher
{	font-size:1.4em;
	position:relative;
	top:4px;
}

/* der linke bereich des header */

.header_left
{	float:left;
	position:relative;
	width:575px;
	height:232px;
	background-image:url(../img/header_left.jpg);
	background-repeat:no-repeat;
}

/* das ausklappbare menue */

#navigation 
{	padding:60px 0px 0px 0px;
	text-indent:0px;
	background-color:#c76655;
	font-family:arial, sans-serif;
}

#navigation a.head 
{	cursor:pointer;
	color:#FFFFFF;
	height:24px;
	line-height:24px;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	background-image:url(../img/navigation_li.png);
}

#navigation a.height_25
{	height:25px;
	background-image:url(../img/navigation_li_first.png);
}

#navigation a.head:hover 
{	color:#15366d;
}

#navigation a.selected,#navigation a.open 
{	color:#15366d;
}

#navigation a.current 
{ color:#15366d;
}

#navigation ul 
{	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

#navigation li 
{	list-style:none outside none; 
	display:inline;
	background-repeat:no-repeat;
	font-size: 0.9em;
}

#navigation li li a,
#navigation li li a:link,
#navigation li li a:visited,
#navigation li li a:active
{	color:#8ea0c0;
	font-size: 1em;
	display:block;
	text-indent:24px;
	text-decoration: none;
	height:25px;
	line-height:24px;
	background-image:url(../img/navigation_li_level2.png);
}

#navigation li li a:hover,#navigation li li a.selected 
{	color:#ffffff;
}

.menu_container
{	position:absolute; 
	left:37px; 
	top:0px; 	
	z-index:1;
}

.header_left ul
{	list-style-type:none;
	list-style-position:outside;
}

ul.menu
{	width:228px;
	border:1px solid #f7e9e6;
	border-width:0px 1px;
}

ul.menu	li
{	width:100%;
}


/* das bild im header */
.header_picture
{	position:absolute;
	right:1px;
	bottom:0px;
}

/* der footer */
#footer
{	height:30px;
	overflow:hidden;
	width:100%;
	background-color:#1f437f;
	position:absolute;
	bottom:0px;
	left:0px;
	font-family:arial, sans-serif;
	color:#ffffff;
	line-height:30px;
	font-size:1em;
	text-indent:366px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active
{	color:#ffffff;
	text-decoration:none;
}

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

/* der linke bereich (adresse/karte) */

#left
{	width:229px;
	position:absolute;
	top:395px;
	left:37px;
}
/* nur fuer moderne Browser! - auskommentiert 
html>body #left {  
    position: fixed;
  }
*/
#left h3
{	color:#15366d;
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:10px;
	text-indent:14px;
}

#left p
{	font-size:1em;
	padding:0px 10px 15px 14px;
	color:#535353;
}

#left p a {
	color:#15366d;
}

#left img {
	width: 229px;
	height: 125px;
}


/* der content */
#content
{	margin:0px 0px 0px 366px;
	padding:46px 20px 40px 0px;
	color:#4a4a4a;
	font-family:verdana, arial, sans-serif;
	min-height:334px;
}


#content a,
#content a:link,
#content a:visited,
#content a:active
{	color:#4a4a4a;
	text-decoration:underline;
}

#content a:hover
{	text-decoration:none;
}

#content a.kf,
#content a.kf:link,
#content a.kf:visited,
#content a.kf:active {
	text-decoration: none;
	color: #fff;
}



#content h1, #content h4
{	padding:0px 0px 4px 0px;
	background-image:url(../img/content_h1.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-weight: bold;
	font-size:1.2em;
	color:#20447f;
	font-family:verdana, arial, sans-serif;
	margin:0px 0px 10px 0px;
}

#content ul
{	list-style-position:outside;
	padding:10px 20px;
	font-size: 1em;
}

#content ul li {
	margin-bottom: 10px;
}


#content h2
{	padding:15px 0px 0px 0px;
	font-weight:bold;
	font-size:1em;
	color:#20447f;
	font-family:verdana, arial, sans-serif;
}

#content p
{	padding:5px 10px 5px 0px;
	font-size:1em;
	line-height:1.6em;
}

#content p.blau {
	color:#15366d;
	font-size: 1.1em;
}

#content p.clearleft, #content h4.clearleft {
	clear: left
}


#content p.letzt, #content ul.letzt {
	padding-bottom: 20px;
	clear: both;
}

#content p.foto-fiolka {
	padding-top: 35px;
}

#content p.sin-content {
	padding-bottom: 330px;
}

#content p.sin-content2 {
	padding-bottom: 240px;
}

#content p.sin-content3 {
	padding-bottom: 100px;
}

#content p.sin-content4 {
	padding-bottom: 130px;
}


#content p.groesser {
	font-size: 1.1em;
	padding-top: 10px;
}

#content p.kleiner {
	font-size: 0.9em;
	clear: left;
	margin-bottom: 30px;
	padding-top: 10px;
}

#content img.tf-foto {
	width: 250px;
	float: right;
	padding-left: 30px;
}


#content img.mitglied {
	width: 100px;
	float: left;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 7px;
}

#content p.mitglied {
	width: 500px;
	height: 80px;
	padding-top: 25px;
	margin-bottom: 15px;
}

#content img.gutschein {
	width: 650px;
	height: 410px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 40px;
	
}


#content img.kooperation {
	width: 200px;
	float: left;
	padding-right: 55px;
	padding-bottom: 2px;
	padding-top: 7px;
}


#content p.kooperation {
	width: 600px;
	padding-top: 50px;
	margin-bottom: 45px;
}

#content p.abstand {
	margin-bottom: 30px;
}

#content #map_canvas {
	width: 650px;
	height: 300px;
	border: 1px solid #4a4a4a;
	font-size: 1em;
	font-family: Arial, sans-serif;
}

/* Tabelle */

table {
	font-size: 1em;
	border-collapse: collapse;
	margin-bottom: 20px;
	padding-top: 20px;
}

td {
	padding: 0.1em 0.7em 0.1em 0;
}

/* Formular */

label {
	clear: left;
	width: 150px;
	float: left;
}

label.box {
	clear: none;
	width: auto;
	margin-right: 20px;
}

input, textarea {
	width: 500px;
	float: left;
	background: #efefef;
	border: 1px solid #666;
	color: #4a4a4a;
	margin-bottom: 10px;
}

select {
	width: 500px;
	border: 1px solid #666;
	color: #4a4a4a;
	float: left;
	margin-bottom: 30px;
}

input.radiobutton {
	width: auto;
	border: none;
	background: none;
}

input.senden {
	clear: left;
	width: 82px;
	margin-bottom: 0;
	padding-bottom: 0;
}

input.senden-profil {
	clear: left;
	width: 90px;
	background-color:#1f437f;
	color: #fff;
	border: 1px solid #4a4a4a;
}

input.abstand {
	margin-bottom: 50px;
}

