html, body {
	margin:0;
	font-family: Georgia, Times, serif;
	font-size:12px;
	height:100%;
}

div#header {
	position:absolute;
	background:url(../images/header.jpg) no-repeat #fff;
	height:128px;
	width:730px; left:0px;
}

div#header h1 { display:none; }

div#navbar {
	margin:0; padding:0;
	float:left;
	height:100%;
}

ul#navigation {
	margin:184px 0 0 0;
	float:left;
	width:200px;
	padding:0px;
}

ul#navigation li a span {
	display:none;
}

ul#navigation li a {
	background: url(../images/start.gif) no-repeat #fff;
	padding:7px 84px;
	line-height:30px;
	text-decoration:none;
}


ul#navigation li#nav_start a { background: url(../images/nav/a.gif) no-repeat #fff; }
ul#navigation li#nav_newsletter a { background: url(../images/nav/b.gif) no-repeat #fff; }
ul#navigation li#nav_abo_bestellung a { background: url(../images/nav/c.gif) no-repeat #fff; }
ul#navigation li#nav_links a { background: url(../images/nav/d.gif) no-repeat #fff; }
ul#navigation li#nav_kontakt a { background: url(../images/nav/e.gif) no-repeat #fff; }
ul#navigation li#nav_impressum a { background: url(../images/nav/f.gif) no-repeat #fff; }


ul#navigation li a:hover, ul#navigation li a.selected{
	background-position:0 -29px !important;
}



div#content {
	padding:174px 48px 148px 46px;
	float:left;
	width:440px;
	line-height:18px;
	text-align:justify;
}

div#content h1 {
	text-align:right;
	color:#ad9b95;
	font-weight:normal;
	font-size:24px;
	font-family: Georgia;
}

div#content .datum {
	margin-top:24px;
}

div#content h2 {
	margin: 0;
	padding: 0 0 0 0;
	font-size:14px;
} 

div#content .illustration img {
	float:right;
	width:120px;
	margin:0 0 4px 4px;
	border:0;
	/*margin-right:-120px;*/
}

img.textimage {
	border:1px solid #000;
	padding:1px;
	margin: 8px -20px;
}

.weiterlesen {
	clear:both;
	text-align:right;
}

.weiterlesen a {
	text-decoration:none;
	padding:4px 60px;
	background: url(../images/weiter.gif) no-repeat;
}

#startscreen_bildunterschrift {
	font-size: 10px;
	line-height: 10px;
	padding: 0 0 24px 0;
	}

.weiterlesen a:hover {
	background-position:0 -28px;
}

.weiterlesen a span {
	display:none;
}

.teaser {
	font-size:9px;
	font-family:Tahoma, Arial, sans-serif;
	line-height:10px;
	margin: 4px 0px 20px 0px;
}

/* FOOTER */

div#footer #bottom_marker{
	position:absolute;
	top:-47px;
	left:610px;
	background: no-repeat;
	padding:29px 38px;
}

div#footer {
	clear:both;
	background: url(../images/footer.gif) no-repeat #fff;
	position:relative;
	/*top:-31px;*/
	height:31px;
}


#contact_form {
	padding: 12px 8px;
	background-color:#eee;
	border:1px solid #a88;
}

#contact_form input {
	width:278px;
}

#contact_form textarea {
	width:418px;
	height:120px;
}

#contact_form .contact_form_text {
	float:left;
	width:138px;
	white-space:nowrap;
}

#contact_form .form_controls {
	text-align:right;
}
#contact_form .form_controls input {
	width:auto;
}

#impressum {
	/*margin:0px -2px 0 -2px;*/
	padding:2px;
	background: url(../images/impressum.jpg) no-repeat #482109;
	border:1px solid #000;
	color:#fff;
}

#impressum #tti_info a { color:#000; text-decoration:none; }
#impressum #tti_info a:hover { color:#000; text-decoration:underline; }
#impressum #tti_info {
	margin-top:16px;
	color:#000;
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
}

#startpage_text1 {
	font-family:tahoma, arial, sans-serif;
	font-size:20px; font-weight:bold;
	text-align:center;
}

#startpage_text2 {
	font-family:tahoma, arial, sans-serif;
	font-size:16px; font-weight:bold;
	text-align:center;
}

.centered {
	text-align:center;
}

.chunk_select {
	margin-top:40px;
	text-align:right;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 4px 0 4px 0;
	background:url(../images/oldnews.gif) 0px 4px no-repeat #fff;
}

.chunk_select a, .chunk_select span {
	padding:1px 4px 2px 4px;
	border:1px solid #aaa;
	text-decoration:none;
	margin-left:4px;
	background-color:#eee;
	color:#000 !important;
}

.chunk_select a:hover {
	border:1px solid #000;
	background-color:#fff;
}

.chunk_select .selected {
	font-weight:bold;
	border:1px solid #000;
	background-color:#aaa;
}

ul.linklist {
	padding:0;
	}
	
ul.linklist li {
	margin:0;
	padding:0;
	margin-top:18px;
	list-style:none;
	}
	
	ul.linklist li a {
		background:url(../images/bullet.gif) no-repeat;
		font-weight:bold;
		text-decoration:none;
		padding-left:0px;
		padding-right:24px;
		padding-bottom:2px;
		}
		
	ul.linklist li span {
		padding-left:24px;
		}
		
.spaltenbox {
	width:800px;
	}
		
.spalte {
	float:left;
	padding-left: 12px;
	}
