@charset "utf-8";
/* CSS Document */

/*** RESET *******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/******************************************************/

body{
font-family: helvetica, arial, sans-serif;
font-size: 0.9em;
background-color: #e0e0ea;
color: #333;
}

#container{
width: 900px;
margin: 0px auto;
min-height: 500px;
background-color: #ebebf6;
overflow: hidden;
border-left: 2px solid #c8c8d7;
border-right: 2px solid #c8c8d7;
}

#header{
display: block;
width: 900px;
/*background: pink;*/
text-align: right;
background-color: #fff;
}

#header a{
text-decoration: none;
}

#logo{
float: left;
}

#toplinks li, #menu_leiste_top li{
display: inline;
}

#toplinks{
line-height: 30px;
margin-right: 15px;

}

#toplinks a{
color: #666633;
font-weight: bold;
font-size: 85%;
margin-left: 5px;
}

#menu_leiste_top{
display: block;
line-height: 100px;
height: 100px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-right: 15px;
margin-left: 15px;
}

#menu_leiste_top li{
margin-left: 10px;
}

#menu_leiste_top a{
color: #333;
font-weight: bold;
font-size: 105%;
}

#menu_leiste_top a:hover{text-decoration: underline;}

#menu_leiste_top a.current{color: #9b9bd1;}

#menu_top img{
border-bottom: 1px solid #ccc;
padding-bottom: 9px;
margin-left: 15px;
}

#top_foto{
margin-top: 7px;
background: #000080 url(images/gastfreundschaft.jpg) top left no-repeat;
display: block;
width: 660px;
height: 170px;
padding-left: 240px;
}

#foto{
display: block;
width: 660px;
height: 170px;
}

#balken{
display: block;
height: 23px;
width: 220px;
background: url(/images/balken.png);
margin-top: -40px;
padding-top: 17px;
text-align: right;
font-size: 18px;
font-weight: bold;
padding-right: 680px;
color: #fff;
text-transform: uppercase;
}

#main{
display: block;
width: 900px;
min-height: 300px;
background-color: #ebebf6;
}

#main a[href], #footer a{
color: #666633;
font-weight: bold;
}

#menu_left{
display: none;
width: 200px;
padding:20px;
float: left;
background-color: #ebebf6;
line-height: 1.2em;
font-size: 0.9em;
text-align: right;
color: #777;
}

#menu_left li{
margin-top: 5px;
margin-bottom: 15px;
}

#menu_left li.linie{
padding-bottom: 15px;
border-bottom: 1px inset #666633;
}

#menu_left a{
text-decoration: none;
font-size: 1.1em;
}

#menu_left a:hover{text-decoration: underline;}

#menu_left a.current{color: #000080;}

hr{
border: 1px inset #eee;
margin: 15px 0;
}

#content{
width: 620px;
padding: 20px;
display: block;
background-color: #fff;
min-height: 750px;
float: right;
line-height: 1.6em;
}

#content td{
padding: 5px;
}

#content h1{
font-size: 150%;
margin: 20px 0 10px 0;
line-height: 1.5em;
}

#content h2{
font-size: 120%;
margin: 20px 0 10px 0;
}

#content p{
margin-bottom: 1em;
}

#content ul, ol{
margin: 15px 0 15px 15px;

}

#content ul li{
background: url(/images/list-icon.gif) no-repeat left 9px;
text-indent: 15px;
line-height: 1.5em;
}

#content ol li{
list-style-type: decimal;
}


#galerie_vorschau{
display: block;
width: 220px;
float: left;
padding: 10px;
}

#tbl_galerie{
display: block;
float: left;
width: 220px;
margin-top: 15px;
margin-bottom: 30px;
}

#tbl_galerie td{
width: 100px;
height: 100px;
}

#tbl_galerie td:first-child{
height: 50px;
}

#galerie_bild_gross{
display: block;
width: 600px;
height: 450px;
}

#kontaktformular {
width: 220px;
padding:10px;
float: left;
background-color: #ebebf6;
line-height: 20px;
margin: 10px auto;
font-size: 80%;
}

#kontaktformular h1{
font-size: 120%;
text-align: center;
margin-bottom: 10px;
}

#kontaktformular label{
display: inline-block;
width: 220px;
font-weight: bold;
}

#kontaktformular input[type=text]{
width: 210px;
font-size: 95%;
font-family: Arial, Helvetica, Sans-serif;

}

#kontaktformular textarea{
display: block;
width: 210px;
height: 6em;
font-family: Arial, Helvetica, Sans-serif;
font-size: 95%;
}

#kontaktformular input[type=checkbox]{
vertical-align: middle;
margin-right: 5px;
}

#kontaktformular label.lbl_checkbox{
width: 180px;
font-weight: normal;
}

#kontaktformular input[type=submit]{
float: right;
width: 100px;
padding: 1px;
margin-top: 20px;
}

.fehler{
color: red;
}

#footer{
clear: both;
background-color: #000080;
text-align: center;
line-height: 2em;
color: #eee;
font-size: 90%;
padding: 15px 0;
}

#footer a{
color: #fff;
}

#link_allesedv{
display: block;
width: 880px;
margin: 0px auto;
text-align: right;
margin-top: -30px;
padding: 10px;
font-size: 75%;
color: #666;
text-decoration: none;
}
a#link_allesedv:hover{text-decoration: underline;}
