/******************************************************************************************
	HTML
*******************************************************************************************/
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
}

h1, h2, h3{
	color:#F00097;
	font-size:18px;
	margin:0px;
	padding:0px 0px 20px 0px;
	font-weight:400;
}

h2{
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	padding:0px 0px 0px 0px;
}

p{
	line-height:21px;
	margin:0px 0px 22px 0px;
}

a{
	color:#979797;
	text-decoration:none;
}

a img{
	border:none;
}

hr{
	height:0px;
	border:none;
	border-bottom:1px solid #979797;
}

iframe{
	border:none;
}

/******************************************************************************************
	Grid
*******************************************************************************************/
#all{
	width:797px;
	margin:0px auto 0px auto;
}

#topmenu{
	height:19px;
	padding:15px 10px 0px 0px;
	text-align:right;
	color:#B6B3BA;
	font-size:11px;
}

#header{
	height:186px;
	padding:43px 0px 0px 11px;
	background-image:url(../images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#main_wrapper_wrapper{
	background-image:url(../images/main_wrapper_wrapper_bg.jpg);
	background-repeat:repeat-y;
}

#main_wrapper{
	background-image:url(../images/main_wrapper_bg.jpg);
	background-repeat:no-repeat;
}

#main{
	background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#left_coloumn{
	float:left;
	width:178px;
	background-color:#f5f5f5;
	margin:0px 0px 0px 12px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/menu_top_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#content_wrapper{
	width:540px;
	float:right;
	padding:0px 40px 50px 20px;
}

#content{
	padding:30px 0px 0px 0px;
}

#footer{
	clear:both;
	color:#B1B1B1;
	font-size:11px;
	background-image:url(../images/footer_bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding:10px 0px 0px 25px;
	background-color:#FFF;
}

.line{
	background-color:#ee0096;
	height:5px;
	width:20px;
	padding:0px;
}

#left_coloumn .line{
	width:50px;
	margin:0px 0px 0px 10px;
}

/******************************************************************************************
	Pathway
*******************************************************************************************/
#pathway{
	position:absolute;
	top:243px;
	padding:0px 0px 0px 192px;
}

#pathway a{
	font-size:10px;
	color:#343434;
	text-decoration:none;
	background-image:url(../images/pathway_a_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:0px 10px 0px 15px;
}

#pathway a.first{
	background-image:none;

}

#pathway a.active{
	color:#F00097;
}

/******************************************************************************************
	Topmenu
*******************************************************************************************/
#topmenu a{
	color:#B6B3BA;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}

/******************************************************************************************
	Menu
*******************************************************************************************/
#menu{
	margin:30px 0px 0px 0px;
}

#menu a{
	display:block;
	font-size:11px;
	color:#575757;
	font-weight:bold;
	padding:4px 4px 4px 25px;
	border-bottom:1px solid #e6e6e6;
	text-decoration:none;
	background-image:url(../images/menu_a_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

#menu a:hover{
	color:#656565;
}

#menu a.expand{
	background-image:url(../images/menu_a_expand_bg.gif);
}


#menu a.collapse{
	background-image:url(../images/menu_a_collapse_bg.gif);
}

#menu a.active{
	color:#FF0097;
}

#submenu{
	background-color:#FFF;
	background-image:url(../images/submenu_bg.gif);
	background-repeat:repeat-y;
}

#submenu a{
	color:#A4A4A4;
	padding-left:32px;
	font-weight:normal;
	background-image:url(../images/submenu_a_bg.gif);
	background-repeat:no-repeat;
	background-position:17px 10px;
	text-transform:none;
}

#submenu a.expand{
	background-image:url(../images/submenu_a_expand_bg.gif);
}


#submenu a.collapse{
	background-image:url(../images/submenu_a_collapse_bg.jpg);
}

/******************************************************************************************
	Footermenu
*******************************************************************************************/
#footer a{
	text-decoration:none;
	color:#343434;
	padding:0px 3px 0px 3px;
}

/******************************************************************************************
	TT_CONTENT
*******************************************************************************************/
#content img{
	margin-bottom:10px;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap{

}

/******************************************************************************************
	Forms
*******************************************************************************************/
/* general form styles*/
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #d6d6d6;						/* border color of the formfields */
	color:#000;										/* text color of the formfields */
	background-color:none;							/* background color of the formfields */
	width:146px;
}

/* typo3 form styles */
.csc-mailform .csc-mailform-submit{
	height:20px;
	width:80px;
	color:#000;
	border:1px solid #d6d6d6;						/* border color of the button */
	background-color:#F5F5F5;						/* background color of the buttom */
	text-align:center;
}

.csc-mailform{
	margin-top:20px;
	border:none;
}

.csc-mailform label{
	font-size:14px;
	color:#5A5A5A;
	width:120px;
	display:block;
	float:left;
}
.csc-mailform-field{
	clear:both;
	padding-bottom:5px;
}

.csc-mailform-field input, .csc-mailform-field textarea{
	width:350px;
}

.csc-mailform-field textarea{
	overflow:auto;
	height:100px;									/* width of the form fields */
}

/* button position */
.csc-mailform .csc-mailform-submit{
	margin:0px 0px 0px 120px;
	padding:0px;
}

/* for ie6 only: 3 pixel difference */
.csc-mailform .csc-mailform-submit{
	_margin-left:123px;
}

/******************************************************************************************
	Table
*******************************************************************************************/
/* table */
.contenttable{
	width:100%;
	border-collapse:collapse;
}

/* head */
.contenttable th{
	text-align:center;
	font-weight:bold;
	vertical-align:top;
	height:70px;
	border-right:1px solid #626262;
}

caption{
	text-align:left;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid #626262;
	padding:3px 3px 3px 20px;
}

.contenttable th.td-last{
	border-right:none;
}


/* cells */
.contenttable td{
	padding:3px;
	text-align:center;
	border-bottom:1px solid #626262;
}


.price .td-0, .price .td-1, .price .td-2, .price .td-3, .price .td-4{
	width:20%;
}



/* for ie6 */
.line{
	_font-size:2px;
}

#left_coloumn{
	_margin:0px 0px 0px 6px;
}


/******************************************************************************************
	Gewinnspiel
*******************************************************************************************/
#mailformAntwort{
	border:1px solid #F00097;
	font-weight:bold;
	font-size:16px;
	padding:5px 0px;
	color:#F00097;
}


/******************************************************************************************
	Popup
*******************************************************************************************/
#dragbar41{
	margin:0px;
}

#dragbar41 img{
	position:relative;
	top:5px;
	right:10px;
}

#tx-rgpopup-main{
	border:1px solid #FFF;
	background-image:url(../images/gewinnspiel/gewinnspiel_bg_30.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding:15px 20px 0px 20px;
}

/******************************************************************************************
	NEWS
*******************************************************************************************/
.latest_news{
	clear:both;
	margin:0px 0px 0px 0px;
}

.latest_news hr{
	clear:both;
	margin:20px 0px;
}

.latest_news .newsitem, .latest_news_float .newsitem{
}

.latest_news h1, .latest_news h1 a, .singlenews h1, .singlenews h1 a{
	margin:0px;
	padding:0px 0px 10px 0px;
	text-transform:none;
	font-size:14px;
	clear:both;
	color:#F00097;
	font-weight:bold;
}

.latest_news h2, .latest_news h2 a, .singlenews h2, .singlenews h2 a{
	margin:0px;
	padding:0px 0px 0px 0px;
	text-transform:none;
	font-size:12px;
	clear:both;
	color:#979797;
}

.latest_news p, .latest_news_float p{
	margin:0px;
	padding:0px;
	float:left;
	padding-bottom:20px;
	width:320px;
}

.latest_news .latest_news_image{
	float:right;
	width:170px;
	text-align:right;
	margin:0px 0px 0px 30px;
}

/* single news */
.newsteaser{
	font-weight:bold;
}

.singlenews{

}

.news-single-img{
	width:220px;
	text-align:right;
	float:right;
}

.news-single-imgcaption{
	font-size:10px;
	padding:5px;
	line-height:13px;
	margin:0px 0px 0px 20px;
}

/* files */
.news-single-files{
	background-color:#F5F5F5;
	border:1px solid #E6E6E6;
	padding-bottom:10px;
}

.news-single-files dt{
	color:#656565;
	padding:2px 2px 2px 10px;
	font-weight:bold;
}


.news-single-files dd{
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 10px;
}

.news-single-files dd a{
	color:#656565;
}

.news-single-files dd img{
	margin-right:5px;
	position:relative;
	top:12px;
}

.news-single-files dd a{
	text-decoration:none;
}

/******************************************************************************************
	VIDEO
*******************************************************************************************/
.news-single-video{
	margin-bottom:20px;
}
