/* Mark Strauß
www.zurpost-momart.de
Start: 17.12.2009
Letzte Aenderung: 00.00.20xx
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Beige (Hintergrund): #fae7c9
Braun (Schrift) #5f3501
Blau (h2): #0237a9
creme (body): #fff3e4
*/

/* Reset
--------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
	border: 0;
	}

/* Globals und Typo
--------------------------------------------------------------------------------------- */

body {
	background: #fae7c9 url(layout/hintergrund_oben.jpg) top no-repeat;
	font-size: 11pt;
	margin: 0 auto;
	text-align: center;
	}

a:link {
	color: #5f3501;
	text-decoration: underline;
	}

a:visited {
	color: #5f3501;
	}

a:hover {
	color: #254191;
	text-decoration: underline;
	}

/* Macht die gepunktete Linie um geklickte Links unsichtbar
--------------------------------------------------------------------------------------- */

a:focus {
	outline: none;
	}

/* Text, Überschriften
--------------------------------------------------------------------------------------- */

p {
	font: 95%/1.5 Georgia, "Times New Roman", Times, serif;
	color: #5f3501;
	margin-bottom:25px;
	}

h1 	{
	width:249px;
	height: 43px;
	text-indent: -999em;
	}
	
h2 	{ 	
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.4em;
	color: #0237a9;
	padding-bottom:20px;
	font-weight:normal;
	}


/* Bilder und verlinkte Bilder ohne Rahmen
--------------------------------------------------------------------------------------- */

img, a img {
	border: 0;
}

/* Layout
--------------------------------------------------------------------------------------- */
#kopf{
	height:309px;
	width:100%;
	background: url(layout/hintergrund_oben.jpg);
	}

#wrapper {
	width: 805px;
	margin: 0 auto;
	padding: 100px 40px 40px 40px;
	background: #fff3e4;
	display: inline-block;
	}

#header {
	width:950px;
	height:309px;
	margin: 0 auto;
	}
	
#header_bild {
	background: url(layout/header.png);
	position:absolute;
	width:934px;
	height:350px;
	margin:24px 0 0 8px;
	}
	
#logo { 
	position:relative;
	width:250px;
	height:50px;
	}	

#logo a { 
	display:block;
	width:260px;
	height:70px;
	}	

#main {
	clear:both;
	width:795px;
	display: inline-block;
	} 

#navi {
	float:left;
	width:255px;
	}
	
#menu {
	clear:both;
	float:left;
	width:253px;
	}
	
#linie_vertikal {
	float:right;
	width:2px;
	background: url(layout/linie_vertikal.jpg);
	height:600px;
	}

#content {
	float: right;
	width: 500px;
	text-align:left;
	padding-left:40px;
	padding_right:40px;
	}

#footer {
	background: #fff;
	border-top: solid 1px #e9d3bb;
	width: 885px;
	height: 200px;
	margin: 0 auto;
	}
	
#footer_left {
	float:left;
	width: 295px;
	height:200px;
	background: url(layout/postkutsche.jpg) no-repeat;
	background-position:40px 55px;
	}

#footer_right {
	float:right;
	width: 590px;
	font: 90%/1.5 Georgia, "Times New Roman", Times, serif;
	color: #f8f0d2;
	text-align:left;
	}
	
#footer_right_l {
	float:left;
	width: 250px;
	padding:30px 0 0 45px;
	font: 90%/1.3 Georgia, "Times New Roman", Times, serif;
	color: #0237a9;
	text-align:left;
	}
	
#footer_right_r {
	float:right;
	width: 295px;
	height:200px;
	background: url(layout/zurpost_erholung.jpg) no-repeat;
	background-position:40px 45px;
	}

/* Header Bilder
--------------------------------------------------------------------------------------- */	
	
	/* Startseite
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_start {
	background: url(layout/head_bild_start.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Aktuelles
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_aktuelles {
	background: url(layout/head_bild_aktuelles.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Hotel
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_hotel {
	background: url(layout/head_bild_hotel.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Restaurant
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_restaurant {
	background: url(layout/head_bild_restaurant.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Freizeitmöglichkeiten
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_freizeit {
	background: url(layout/head_bild_freizeit.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Kontakt
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_kontakt {
	background: url(layout/head_bild_kontakt.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Anfahrt
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_anfahrt {
	background: url(layout/head_bild_anfahrt.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}
	
	/* Impressum
	--------------------------------------------------------------------------------------- */	
	
	#head_bild_impressum {
	background: url(layout/head_bild_impressum.jpg);
	width:869px;
	height:101px;
	margin: 23px 0 0 25px;
	padding:210px 0 0 15px;
	}


/* Navigation
--------------------------------------------------------------------------------------- */	
	
	/* Startseite
	--------------------------------------------------------------------------------------- */	

#menu_startseite li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_startseite li a {
	background: url(layout/navi/startseite.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_startseite li a:hover {
	background: url(layout/navi/startseite.jpg);
	background-position:0 -45px;
}
	
	/* Aktuelles
	--------------------------------------------------------------------------------------- */	

#menu_aktuelles li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_aktuelles li a {
	background: url(layout/navi/aktuelles.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_aktuelles li a:hover {
	background: url(layout/navi/aktuelles.jpg);
	background-position:0 -45px;
}

	/* Hotel
	--------------------------------------------------------------------------------------- */	

#menu_hotel li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_hotel li a {
	background: url(layout/navi/hotel.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_hotel li a:hover {
	background: url(layout/navi/hotel.jpg);
	background-position:0 -45px;
}

	/* Restaurant
	--------------------------------------------------------------------------------------- */	

#menu_restaurant li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_restaurant li a {
	background: url(layout/navi/restaurant.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_restaurant li a:hover {
	background: url(layout/navi/restaurant.jpg);
	background-position:0 -45px;
}

	/* Preisliste
	--------------------------------------------------------------------------------------- */	

#menu_preisliste li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_preisliste li a {
	background: url(layout/navi/preisliste.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_preisliste li a:hover {
	background: url(layout/navi/preisliste.jpg);
	background-position:0 -45px;
}


	/* Freizeitmöglichkeiten
	--------------------------------------------------------------------------------------- */	

#menu_freizeit li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_freizeit li a {
	background: url(layout/navi/freizeit.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_freizeit li a:hover {
	background: url(layout/navi/freizeit.jpg);
	background-position:0 -45px;
}

	/* Kontakt
	--------------------------------------------------------------------------------------- */	

#menu_kontakt li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_kontakt li a {
	background: url(layout/navi/kontakt.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_kontakt li a:hover {
	background: url(layout/navi/kontakt.jpg);
	background-position:0 -45px;
}

	/* Anfahrt
	--------------------------------------------------------------------------------------- */	

#menu_anfahrt li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_anfahrt li a {
	background: url(layout/navi/anfahrt.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_anfahrt li a:hover {
	background: url(layout/navi/anfahrt.jpg);
	background-position:0 -45px;
}

	/* Impressum
	--------------------------------------------------------------------------------------- */	

#menu_impressum li {
	width:222px;
	height:45px;
	list-style-type: none;
	margin-bottom:1px;
	}

#menu_impressum li a {
	background: url(layout/navi/impressum.jpg);
	display: block;
	width:222px;
	height:45px;
	text-decoration: none;
	text-indent: -999em;
	}

#menu_impressum li a:hover {
	background: url(layout/navi/impressum.jpg);
	background-position:0 -45px;
}

/* Kontaktformular
--------------------------------------------------------------------------------------- */

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
color: #502c23;
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 0px solid #2D2D2D;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
color: #502c23;
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
border: 0px solid #502c23;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #5f3501;
border: 1px solid #caa06a;
margin-bottom: 10px;
padding:5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
color: #5f3501;
border: 1px solid #caa06a;
margin-bottom: 10px;
padding:3px;
}

.mf-submit {
color: #ffffff;
background-color: #5f3501;
border: 0px;
height:20px;
width:80px;
}

/* Bildergalerie ul
--------------------------------------------------------------------------------------- */

ul.csc-menu csc-menu-1 li{
list-style-type: none;
padding:0 0 5px 5px;
}

/* Bilddarstellung Shadowbox
--------------------------------------------------------------------------------------- */

.tx-andshadowbox-thumb a img{
	border: 23px solid #000;
	margin:0px 5px 5px 0px;
}

/* Bilddarstellung Inhalt
--------------------------------------------------------------------------------------- */

div.csc-textpic-imagewrap {
width:250px;
margin:0 0 5px 5px;
}	

div.csc-textpic-imagewrap img{
border:3px solid #eadcab;
}	

dl dt img {
}

/* PDF Icon
--------------------------------------------------------------------------------------- */


td.csc-uploads-icon img {
	margin: -16px 10px 0 0;
}
