/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #474747 url('img/body.gif') repeat-y center top;
	font: normal 0.8em Tahoma,Verdana,sans-serif;	
}
a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 0.4em;}
h2 {font: normal 1.5em sans-serif; margin-top: 0.4em;}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

.hotline {
	font: normal 1.5em sans-serif; 
	margin-top: 0.4em;
	background-color:#333;
	color:#fff;
	padding: 5px;
}

h1,h2,h3,h4 {color: #444;}

/* misc elements */
code {
	background: url('img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FAFAFA url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 910px;
	margin: 0 auto;
}
#main_left {
	float: left;
	width: 254px;
}
#main_right {
	float: right;
	width: 650px;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	background: #222 url('img/header.gif') no-repeat;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	height: 280px;
}
#header h1 {
	font: normal 2.2em Verdana,sans-serif;
	margin: 0;
	padding: 24px 0 0 24px;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #4D92E4 url('img/grdnt_blue.jpg') repeat-x;}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.8em Verdana,sans-serif;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {background: #444;}

/* sidebar label */
.label {
	background: #333 url('img/label.gif') no-repeat;
	clear: both;
	color: #EEE;
	font: normal 1.6em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #3A3A3A;
}

.label a {
	display: block;
	color: #CCC;
}
.label a:hover {
background: url('img/label_a.gif') no-repeat;
	color: #FFF;
}

.label a.selected {
background: url('img/label_a.gif') no-repeat;
	color: #FFF;
}

.label span {
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
}

/* lists */
ul.block, .block ul {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0;
	padding: 0;
}
.block li {
	border-bottom: 1px solid #111;
	list-style: none;
}
.block a {
	background: url('img/block.jpg') repeat-x left top;
	color: #CCC;
	display: block;
	font: normal 1em Verdana,sans-serif;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
}
.block a:hover {
	background: #222;
	color: #FFF;
}
.block a.selected {
	background: #111;
	color: #FFF;
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Verdana,sans-serif;
	margin-top: 0.3em;
}


/* content */ 
#content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 1em 1em; 
}
#content a {color: #1664DA;}
#content a:hover {
	text-decoration: underline;
	color: #06F;
}

.detailLink {
	color: #1664DA;
	font: bold 1.2em Verdana,sans-serif;
}
.detailLink:hover {
	text-decoration: underline;
	color: #06F;
	cursor: pointer;
}

#content p {margin: 0.4em 0 1em 0;}
#content .descr {
	color: #999;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}

#content ol li {margin: 8px 0px 8px 0px;}
#content ol {margin: 20px 30px 10px 40px;}


#content img 
{
	margin: 2px 0px 2px 4px;	
	border: 1px solid #3A3A3A;
}

/* footer */
#footer {
	color: #666;
	clear: both;
}
#footer .left {color: #555;}
#footer .left a {color: #555;}
#footer .left a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .right a {color: #777;}
#footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .right {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 637px;
}
#footer .left {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

/* posting */
.post_info {
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}

.sorten_thumb{
	width:150px;
	height:170px;
	margin: 8px 3px;
	padding: 0px 0px;
	text-align:center;
	float:left;
	display:block;
}

.sorten_thumb img{
	margin: 0px 0px;
	padding: 0px 0px;
}

.start_info_box {
	vertical-align:middle;
	text-align:center;
	border-spacing:5px;
}

.start_info_box th{
	width:120px;
	height:120px;
	background: #222;
	border: 1px solid #666;
	color: #ccc;
	vertical-align:middle;
	text-align:center;
	font: normal 1.2em sans-serif; 
	margin: 0 0 0 0;
	padding: 15px 15px;
}

.start_info {
/*
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #444;
	
	font: normal 2em sans-serif; margin-top: 0.4em;
*/
	margin-bottom: 0.2em;
	padding: 0.2em 0.8em;

}

.start_angebot {
	background: #FAFAFA;
	border: 1px solid #666;
	color: #444;
	margin-bottom: 1em;
	padding: 0.4em 0.8em;
}

.start_angebot span img{
	border:none;
	vertical-align:middle;
	margin: 0 0;
	padding: 0 0;
}
.start_angebot_sorten{
	width:120px;
	margin: 0px 0px;
	padding: 0px 0px;
	text-align:center;
	float:left;
}

.start_angebot_txt{
	float:left;
	width:300px;
}
.start_angebot_sorten img {
	border: 1px solid #222;
}

.start_angebot h1 {
	font: bold 2em sans-serif; margin-top: 0em;
}

.start_info h1 {
	font: normal 2em sans-serif; margin-top: 0em;
}
.start_info h2 {
	font: normal 1.3em sans-serif; margin-top: 0.2em;
	text-align:center;
}
.start_info h3 {
	font: normal 1.5em sans-serif; margin-top: 0em;
	text-align:right;
}
.start_info	h4 {
	font: bold 1.1em sans-serif; margin-top: 0.4em;
}

input
{
	width: 320px;
	border:#ccc 1px solid;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
}
.input:focus, input:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
textarea{
	width: 90%;
	margin: 0 0 10px 0;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}

#formdescr
{
	width:140px;
	text-align:left;
}

