@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

body img{ border: #cc0033 2px solid; }

#center{
	margin:20px auto 0px auto; 
	position:relative;
	width: 869px;
	height: 471px;
}
	
#titel{ text-align:center;}
#titel img{ border:0px;}

#container{
	margin:20px auto 0px auto;
	width: 869px;
	height: 471px;
	background:url(../images/bg_schatten.png) no-repeat;
	z-index:2;
	position:absolute;
}

#inhalt{
	margin:0 auto;
	height: 448px;
}

#header{
	padding:0px 20px 0px 0px;
}

/********* Menü *********************/
#menu{
	background:url(../images/bg_menu.png) no-repeat top left;
	width:258px;
	height:169px;
	margin:24px 0px 0px 24px;
	padding-top:10px;
	float:left;
	font-size:medium;
}

#menu ul{
	list-style:none;
	text-align:center;
	padding:0px 20px;
	margin:0px;
}

#menu li{
	padding:5px 0px;
	border-bottom: #dedede 2px solid;
}

#menu li a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover, #menu a.aktive{
	color:#cc0000;
}

/********* Slideshow *****************/
#Slideshow{
	text-align:center;
	height:169px;
	margin: 0px 280px 0px 310px;
	padding-top:24px;
}

/********* Vorteile *****************/
#vorteile{
	margin-top:-169px;
	width:278px;
	height:169px;
	float:right;
}

#vorteile li{
	list-style:url(../images/li_vorteile.png) outside;
	margin:5px 0px;
}

/********* Rosenornamente *******************/
#ornament_1, #ornament_2{
	background:url(../images/ornament_rose.gif) no-repeat;
	width:263px;
	height:402px;
	position:absolute;
	z-index:1;
}

#ornament_1{
	top:-15px;
	margin-left:-105px;
}

#ornament_2{
	top:195px;
	margin:0px 0px 0px 685px;
}


/********* Content **************************/
#content{
	padding:25px 30px 40px 30px;
	line-height:25px;
	background:url(../images/bg_schatten_mitte.png) repeat-y top;
	margin-top:-17px;
}

#content h1{
	font-size:14px;
}

/********* Footer *******************/
#footer{
	height:50px;
	margin:0px 0px 0px 2px;
	padding:20px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	background:url(../images/bg_footer.png) no-repeat top;
}

#footer ul{
	width:820px;
	text-align:center;
	margin:0px auto;
}

#footer ul li{
	list-style:none;
	display:inline;
	margin:10px 5px;
}

#footer a{
	color:#999999;
}

#footer a:hover, #footer a.aktive{
	color:#cc9999;
}

/***************** Seite Kontakt *****************/
#kontaktLinks{
	float:left;
	width:400px;
}

#kontaktRechts{
	float:right;
	width:400px;
}

input{ 
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #cc0000;
	border-bottom:2px solid #cc0000;
	border-left:1px solid #CCCCCC;
}