/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
 	padding:0;
	margin:0;
	background-color:#fff !important;
	overflow-y:scroll;
}
table{
	border:0;
}
p.bodytext {
	font-size:11px;
	font-family:Arial, Times new roman;
	margin:0;
/*	font-weight:bold; */
	padding:0;
}	
p.bodytext a, p.bodytext a:link{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
p.bodytext a:hover{
	text-decoration:underline;
}
p.rss-link a img, div#menu a img {
    border:0 !important;
}
a, a:link {
	font-size:12px;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a:visited {
}
a:active {
}
dl.csc-textpic-image {
	padding:0 20px 0 0;
}
dd.csc-textpic-caption {
    width:150px;
    text-align:left;    
}
/*div {
	border:1px solid #F00;
}*/
/* Grundformatierungen des Layouts */

div.clear {
	clear:both;
}

div#main {
	position:relative;
	width:1015px;
	margin:auto;
	min-height:768px;
	background-color:#FFFFFF !important;
}
div#top {
	position:relative;
	width:1015px;
	height:290px;
	background:#ffffff url(../img/thamerus-pr-header.jpg) no-repeat left bottom;
}
div#theme img{
   border:0;
}

div#maincolumn {
    min-height:500px;
    background:#ffffff url(../img/maincolumn_bg.gif) left repeat-y; 
}
div#leftcolumn {
    float:left;    
    width:347px;
    min-height:440px;    
}
div#main_rightside {
    float:left; 
    width:660px;  
}
div.facebook {
    display:none;
    margin:0 0 30px 0;    
}
div#footer {
    margin:0 auto;
	width:1015px;
    background:#4d4d4d;
    border-bottom:32px solid #333333;
}
div.footer_content {
    padding:50px 0 0 15px;    
}
div.footer_content p, div.footer_content a{
    font-size:9px;
    
}

/* ########### INHALT ############ */
div.csc-default {
    margin:0 95px 0 0;    
}
div.inhalt {
	margin:29px 26px 20px 43px;
}
div.inhalt ul, div.inhalt ul li{
}
div.inhalt h1{
	padding:0 0 15px 0;
}
div.inhalt p.bodytext {
    line-height:1.5;
}
div.inhalt ul li {
    line-height:1.5;
    margin:0 0 10px 0;
}	
	
div.inhalt div.content_wrap {
    margin:0 0 35px 0;
    clear:left;
}
div.inhalt_rechts {
	position:relative;
	top:-9px;
	padding:10px 0px 20px 0px;
	margin:0 0 0 38px;
}
div.inhalt_rechts div.content_wrap {
    padding:10px 0 10px 12px;
}   
div.inhalt_rechts div.csc-header {
    float:left;
}
div.inhalt_rechts h1{
    float:left;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
div.inhalt_rechts p.bodytext{
	padding:0 0 15px 0;
	margin:0 0 0 0;
}
div.inhalt_rechts .content_wrap{
}

div.inner_content{
	margin-bottom:25px;
}

div.clear {
	clear:both;
}
div.csc-textpic-imagewrap {
	padding-right:13px;
}

div.csc-textpic-intext-left {
	clear:left;
}