@import "navi.css";
@import "slidebox.css";
@import "galerie.css";

* {
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
    outline: none;
    font-weight: normal;
}

body {
    background: #FFE3B5 url('../bild/background.jpg') repeat-x;
    font: 10pt/140% "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../bild/logo.gif') no-repeat;
    width: 357px;
    height: 162px;
    overflow: hidden;
}

#logo a {
    display: block;
    width: 357px;
    height: 162px;
}

#logo a span {
    display: none;
}

#all {
    position: relative;
    margin: 0 auto auto;
    padding-top: 168px;
    width: 960px;
    height: 500px;
}

#footer {
    clear: both;
    background: url('../bild/footer.jpg') no-repeat;
    width: 968px;
    height: 33px;
    color: #CCC;
    padding-top: 6px;
    margin: 1em 0 3em;
}

.panel-light {
    background: url('../bild/panel-dark.gif') no-repeat;
    width: 187px;
    margin-top: 12px;
    padding-top: 12px;
    text-align: center;
    color: #EEE;
    line-height: 130%;
}

.panel-light li {
    background: url('../bild/panel-dark.gif') no-repeat bottom left;
    padding: 0 12px 12px;
}

.panel-light {
    color: #333;
    background-image: url('../bild/panel-light.gif');
}

.panel-light li {
    color: #333;
    background-image: url('../bild/panel-light.gif');
}

.panel-light hr {
    margin: 16px 0;    
}
.panel-light p {
    text-align: left;    
}

.column-left {
    float: left;
    width: 187px;
}

.column-right {
    float: right;
    width: 187px;    
}

.column-left p,
.column-right p {
    padding: 0.5em 0;
}




#inhalt {
    padding: 24px 200px;
    text-align: left;
}

#inhalt a, #hinweise a {
	color: #780A09;
	font-style: italic;
}
#inhalt a:hover, #hinweise a:hover {
	background: #4A4438;
	color: #fff;
}

#inhalt h1,
#inhalt h2,
#inhalt h3,
#inhalt h4,
#inhalt h5,
#inhalt h6 {
    font-size: 2.5em;
    color: #780A09;
    letter-spacing: -0.04em;
    margin-bottom: 1em;
}

#inhalt h2,
#inhalt h3,
#inhalt h4,
#inhalt h5,
#inhalt h6 {
    font-size: 1.5em;
    padding-top: 0.5em;
}

#inhalt p {
    margin-bottom: 1em;
}

#inhalt ul {
    margin-bottom: 1em;
}

#inhalt ul li {
		list-style-image: url(../bild/bullet.gif);
    margin-left: 1.5em;
    margin-bottom: 0.3em;    
    padding-left: 1em;
}
ul.auflisten li a {
	text-decoration: underline;
}
#inhalt strong {
    font-weight: bold;
    color: #780A09;
}

#anfragen {
    text-align: center;
    background: url('../bild/panel-dark.gif') no-repeat;
    width: 187px;
    margin-top: 12px;
    text-align: center;
    color: #EEE;
    line-height: 130%;    
}
#anfragen a {
	color: #fff;
	text-decoration: underline;
}
#anfragen p {
    padding: 10px;
}
#anfragen strong {
    color: #FFF;
}
#anfragen .ende  {
		padding: 0;
    background: url('../bild/panel-dark.gif') no-repeat bottom left;
}
#anfragen h2 {
    font-size: 1.4em;
    padding-bottom: 0.3em;
    padding-top: 1em;
    color: #FFF;
}
#anfragen .telefon {
    background: url('../bild/telefon.gif') no-repeat 5% 60%;
    font-size: 1.2em;
    color: #FFF;
    padding: 0.3em 0.3em 0.3em 1.5em;
}

#hinweise {
    text-align: center;
    background: url('../bild/panel-light.gif') no-repeat;
    width: 187px;   
    margin-top: 12px;
    text-align: left;
    color: #30291F;
    line-height: 130%;    
}
#hinweise p,
#hinweise ul,
#hinweise h2 {
    padding: 4px 10px;
}
#hinweise strong {
    font-weight: bold;
}
#hinweise .ende  {
		padding: 0;
    background: url('../bild/panel-light.gif') no-repeat bottom left;
}
#hinweise h2 {
    font-size: 1.4em;
    padding-bottom: 0.3em;
    padding-top: 1em;    
}

.pic {
	padding: 3px;
	border: 1px solid #D6A65A;   
}
.picright {
	float: right;
	margin: 0 0 15px 15px;  
}
.hilfe {
	cursor: help;
	border-bottom: 1px dotted #f00;
}
.tag {
		float: left;
    font-size: 1.4em;
    text-align: center;		
		color: #fff;
    background: url('../bild/bgtag.gif') no-repeat;
    width: 100px;
    height: 50px;
    padding-top: 15px;
    margin-right: 1em;
}

/* Kontaktformular */

label, input, textarea {
	width: 220px;
}

input, textarea {
	margin-bottom: 0.5em;	
}

label {
	text-align: right;
	width: 100px;
	float: left;	
	padding-right: 1em;
}
input:focus {
	background: #EFFCE8;
}

