/*

 
*/

@import url(reset.css);

body
{
	font-size: 13px;
	color: #444444;
	background: url(bilder/hintergrund1.gif);
}



#wrapper    /* Seite zentrieren und Außenrahmen */
{
	background-color: white;
	margin:  1em auto 1.2em auto;
	width:   760px;
	padding: 4px;
}


#kopf
{
	margin-bottom: 0em;
}


#seitenleiste
{
	width: 175px;
	margin-left:10px;
	float: left;
	display: inline;
}


#navigation
{
	border: 1px solid #B62944;
}


#inhalt h1,
#navigation h1
{
	background-color: #B62944;
	color: white;
	font-size: 17px;
	text-align: center;
	padding: 0.2em;
	font-weight: bold;
}


#navigation li
{
	line-height: 2em;
	margin-left: 10px;
	vertical-align: middle;	
	background-image: url(bilder/pfeil-off.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	
}

#navigation a
{
	text-decoration: none;
	color: #444444;
}


#navigation a:hover,
#navigation li:hover
{
	text-decoration: none;
	color: #B62944;
	font-weight: bold;
	border-bottom: 0 none;
	
}

#copyright
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
text-decoration:none;
}



#copyright a
{
	text-decoration: none;
	color: #77957B;
	text-align:center;
	text-decoration:none;
	padding-bottom:20px;
}

#kontakt
{
	margin-top: 34px;
	background-color: #F9EEF0;
	padding: 20px 5px 20px 40px;
	line-height: 1.2em;
}

#kontakt img
{
	margin-left: -24px;
	margin-right: 8px;
}


#inhalt
{
	width: 549px;
	float: right;
	display: inline;
	margin-right:10px;
}

#inhalt h1
{
	margin-bottom: 1.5em;
}

#inhalt h2
{
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}


#inhalt table
{
	line-height: 1.4em;
}


#inhalt p
{
	line-height: 1.4em;
	margin-bottom: 1em;
}


#inhalt .Foto
{
	border: 1px solid #B62944;
}

#inhalt ul
{
	list-style-type: disc;
	list-style-position: outline;
}

#inhalt li
{
	margin-left: 1em;
	vertical-align: middle;	
}

#inhalt p.Fussnote
{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#inhalt table.Preise,
#inhalt table.Preise td
{
	border: 1px solid #202020;
}

#inhalt table.Preise td
{
	padding: 0.3em;
}



#fuss
{
	width: 760px;
	clear: both;
	padding-top: 1.5em;	
}

#fuss-navigation
{
	background-color: #B62944;
	color: white;
	text-align: right;
	padding-right:20px;
	margin-left:10px;
	line-height: 1.7em;
	width: 720px;
	
}

#fuss-navigation a
{
	color: white;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


