@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

html {
	height:100%;

}

body {
	height:100%;
	background-image:url(../de/grafik/bg_all.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	background-color:#FFFFFF;
}

.clearme {
	clear:both;
}

.logo {
	padding-left:10px;
	float:left;
}

#wrapper {
	margin:10px;
	width:960px;
	height:auto;
	min-height:600px;
	overflow:auto;
	background-image:url(../shared/grafik/all_back.gif);
	background-repeat:repeat-y;
}

#links {
	height:100%;
	width:325px;
	float:left;
}

#header {
	background-image:url(../de/grafik/header_bg.jpg);
	background-repeat:repeat-x;
	height:76px;
	width:325px;
}

#naviTab {
	background-image:url(../de/grafik/table_bg.gif);
	background-repeat:no-repeat;
	height:169px;
	width:325px;
}

.navi {
	background-color:#be1929;
	color:#FFFFFF;
	margin-left:35px;
	margin-top:18px;
}


#bilder {
	background-image:url(../de/grafik/bilder_bg.gif);
	height:355px;
	width:325px;
}

#bilder_cnt {
	background-image:url(../shared/grafik/bilder_bg_cnt.jpg);
	height:355px;
	width:325px;
}

#rechts {
	background-color:#FFFFFF;
	width:635px;
	height:100%;
	float:left;
}

#content {
	width:635px;
	height:100%;
	float:left;
}

#content_head {
	background-image:url(../de/grafik/__header_bg.jpg);
	width:627px;
	height:128px;
}

#meta {
	float:right;
	padding-top:13px;
	padding-right:25px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#content_element {
	background-image:url(../de/grafik/content_bg.gif);
	background-repeat:repeat-x;
	width:623px;
	overflow:hidden;
}

#content_element_table {
	padding-left:30px;
}

/*#media {
	width:315px;
	height:220px;
	float:left;
}*/

#media_teaser_fachtag_TBK {
	width:630px;
	height:290px;
	float:left;
}

.media_content {
	padding:8px;
	border:#CCCCCC solid 1px;
	width:288px;
	height:198px;
	margin-top:10px;
}

.teaser_fachtag_TBK {
	border:#CCCCCC solid 1px;
	width:582px;
	height:43px;
	margin-top:10px;
	background-image:url(../de/grafik/teaser_fachtag_TBK.png);
	background-repeat:no-repeat;	
	padding-left:20px;
	padding-top:210px;	
}

.teaser_fachtag_TBK a{
	color:#FFF !important;
	font-size:11px;
	padding-right: 20px;
	text-decoration:underline!important;
}

.teaser_fachtag_TBK a:hover{
	color:#FFF !important;
	text-decoration:none!important;
	font-weight:bold;
}

#teaser {
	width:320px;
	height:220px;
	float:left;
}

.teaser {
	padding:8px;
	border:#CCCCCC solid 1px;
	width:288px;
	height:80px;
	margin-top:10px;
}

.border {
	width:290px;
	padding:8px;
	border:#CCCCCC solid 1px;
}

.teaser_journal {
	width:136px;
	height:76px;
	position:absolute;
		top:340px;
		left:40px;
}

.teaser_kontakt {
	width:136px;
	height:76px;
	position:absolute;
		top:435px;
		left:40px;
}



