html, body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	background: white url(../images/body_bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none; color: #666666;
}

a:hover{
	text-decoration: none; color: #333333;
}

a.navlink {
	text-decoration: none; color: #666666;
}

a.navlink:hover{
	text-decoration: none; color: #333333;
}

.ueb1 {
   font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.ueb2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.ueb3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
/* Darstellung Kurzübersicht aktuelles (right) */
.aktuellestxt {
	font-size: 10px;
}

.aktuelles-element {
	padding: 0px 5px 0px 5px;
	border-top: 1px solid #FFCC66;
}

/* Blöcke für 2spaltiges Design (kontakt.php) */
.block-links {
	float: left;
	width: 50%;
}

.block-rechts {
	float: right;
	width: 48%;
	text-align:right;
}

.block-rechts_inhalt {
    width:180px;
    padding:10px;
    background-color:#FFEFBD;
    }

#profilbild {
	margin-left: 40px;
	margin-top: 40px;
}
/* Hauptlayout Banner etc*/
#head-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 113px;
	background: #FFCC66 url(../images/bluete.jpg) no-repeat;
}

#head-center{
	position: absolute;
	left: 150px;
	top: 0px;
	width: 560px;
	height: 113px;
	background-color: #FFCC66;
}

#head-right{
	z-index: 1;
	position: absolute;
	left: 710px;
	top: 0px;
	width: 290px;
	height: 113px;
	background: #FFCC66 url(../images/logo.jpg) no-repeat;
}

#right {
	position: absolute;
	top: 113px;
	left: 800px;
	width: 200px;
	height: 500px;
	background-color: #FFCC66;
	border-top: 1px solid #FFEFBD;
}

#right h3{
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#center {
	position: absolute;
	left: 150px;
	top: 113px;
	width: 650px;
	height: 500px;
	background: white url(../images/content_bg.gif) no-repeat;
}

/* Navigation */
#navigation{
	position: absolute;
	left: 0px;
	top: 113px;
	width: 150px;
	height: 500px;
	background-color: #FFEFBD;
}

#navigation ul {
	margin-top: 30px;
	list-style: none;
}

#navigation li {
	padding: 10px 0px 10px 0px;
	margin-left: -10px; 
}

/* Inhalt */
#content-container {
	position: absolute;
	width: 560px;
	top: 150px;
	left: 190px;
	padding-bottom: 0px;
}

#content-container ul{
	list-style: outside url(../images/quadrat_ocker.gif);
}

#content-container li{
	padding-bottom: 15px;
}

#content-containerJB{
	position: absolute;
	width: 850px;
	top: 150px;
	left: 190px;
	padding-bottom: 0px;
}

#content-containerJB ul{
	list-style: outside url(../images/quadrat_ocker.gif);
}

#content-containerJB li{
	padding-bottom: 15px;
}


/* Fusszeile */
#footer {
	clear: both;	
	margin-left: 130px;
}

#footer p {	
	
	padding: 0px;
	margin: 0px;
}

#footer strong {
	color: #FFCC66;
}

/* aktuelles Kurzansicht (right) */
#aktuelles-container {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 170px;
	background-color: #FFEFBD;
	
}

#titelfoto2009 {
	
	position: absolute;
	left: 50px;
	top: 30px;
	
}

#exklusiv {
	
	position: absolute;
	left: 20px;
	top: 850px;
	
}


.titelfoto09 {
    width:590px;
    text-align:center;	
    }


/* --- PDF Upload --- */

.pdf_artikel {
    margin:0 0 20px 0;
    padding:0;
    }

.pdf_icon {
    width:80px;
    float:left;
    padding:12px 0 0 0;
    margin:0;
    }

.pdf_text {
    width:300px;
    float:left;
    padding:0;
    margin:0;
    }

.pdf_pdf {
    margin:4px 0 0 0;    
    }

.pdf_aus {
    height:1px;
    clear:left;
    overflow:hidden;
    }
