body {
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.container {
	position:absolute;
	
	width:960px; 
	margin-left:-480px; 
	left:50%;
	
	height:600px; 
	margin-top:-300px; 
	top:50%;
}

#header {
	position: absolute;
	width: 960px;
	height: 80px;
	left: 0px;
	top: 0px;
	background-color: #ffffff;
	background-image: url(../img/logo.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#content {
	position:absolute;
	width:660px;
	height:405px;
	padding: 20px 20px 0px 20px;
	left: 20px;
	top:100px;
	overflow: auto;
}

#bg_pic {
	position:absolute;
	width:660px;
	height:425px;
	padding: 40px 40px 0px 40px;
	left: 0px;
	top:80px;
	background-image: url(../img/content-schatten.jpg);
	background-repeat:no-repeat;
}

#flaeche {
	position:absolute;
	width:210px;
	height:465px;
	left:750px;
	top:80px;
	background-color: #bf5d1f;
	background-image: url(../img/Oeffnungszeiten_2008.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}

/*fuer Anpassungen am content*/
/*Links im Content*/
#content a{
	color: #bf5d1f;
	text-decoration: underline;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	padding: 2px;
	font-size: 70%;
}

/*Listendarstellung*/
#content li{
	padding: 2px 2px 2px 12px; /*top - right - buttom - left*/
	background-image: url(../img/pfeil.gif);
	background-repeat:no-repeat;
}

#content ul{
	padding: 5px 0px 10px 0px; /*top - right - buttom - left*/
}

/*fuer die RTE-Auswahl important und detail*/
/*Sonderpreis*/
span.important {
	color: #bf5d1f;
	font-weight: bold;
	font-size: 150%;
	padding: 5px 20px 5px 6px;
	font-style:italic;
}

/*UVP*/
span.detail { 
	font-size: 110%;
	text-decoration:line-through;
	font-weight: bold;
}

/*Definition fuer HTML-Standard-Tags*/
h1 {
	font-size: 130%;
	margin-bottom: 15px;
	color: #bf5d1f;
}

h2 {
	font-size: 110%;
	margin-bottom: 5px;
	color: #bf5d1f;
	font-style: italic;
}

h3 {
	font-size: 100%;
	margin-bottom: 5px;
	font-style: italic;
}

p {
	padding: 0px 0px 5px 0px;
}

p.align-right {
	text-align: right;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
