/* @override http://ferienhaeuser-juengerhans.de/elements/styles/styles.css */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color:#F0D187;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }
h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
	margin: 0.2em 0 0em 0;
}

p {
	font-size: 1em;
	line-height: 2em;
	padding:0px;
	margin: 0px 0px 15px;
}

ul  {
	line-height: 2em;
}

/*
	LAYOUT */
	
#container {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 686px;
	margin-left: -343px;
}

#kopf {
	position:relative;
	width: 686px;
	height: 100px;
	background-image: url('../images/header3.jpg');
}

#navigation {
	position:relative;
}

#koerper {
	position: relative;
	background: url('../images/hg_koerper.gif') repeat-y;
	width: 686px;
}

#fuss {
	position:relative;
	width: 686px;
	height: 20px;
	background-image: url('../images/footer.gif');
}

.titel {
	text-align:left;
	position: relative;
	left: 270px;
	margin-bottom:20px;
}

.c1 {
	position:relative;
	float:left;
	width:230px;
	left:30px;
	text-align:center;
}

.c1 img {
	margin:2px;
}

.c2 {
	position:relative;
	float:right;
	right:20px;
	width:390px;
}
.angebote h1{
	font-size: 1.1em !important;
	margin-bottom: 0px;
}
.angebote h2{
	margin-top: 3px;	
	font-weight: normal !important;
	font-size: 1.1em !important;
}
.angebote h3{
	font-weight: normal;
	font-size: 0.9em !important;
}
.angebote strong {
	color: #f51d14;
	font-size: 1.1em;
	padding-top: 20px;
}



