/*BASICS*/
html,body,div,span,p,h1,h2,h3,h4,h5,h6,a,table,tr,td,form,input,select,textarea,img,ol, label
	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, san-serif;
	color: #323232;
	font-weight: normal;
	}

html,body {
	font-size: 12px;
	line-height: 1.5em;
	height:100%;
	}
a:link,a:visited,a:hover, a:active {
	text-decoration:none;
	}
a:hover, a:active {
	color:#ca054c;
	}
.internal-link:link,.internal-link:visited,.internal-link:hover,.internal-link:active {
	text-decoration:underline;
	color: #5679b6;
	}
/*AUFBAU*/
#containerHeaderNavi {
	left:50%;
	width:960px;
	margin-top:0px;
	margin-left:-480px;
	margin-bottom:0px;
    height: 201px;
    position: relative;
	}
* html #containerHeaderNavi {
     height: 201px;
	}
#containerColumnBackground {
	left:50%;
	width:960px;
	margin-top:0px;
	margin-left:-480px;
	margin-bottom:0px;
	min-height: 96%;
    height: auto !important;
    height: 96%;
    position: relative;
    background: url(basic_FILES/hg_spalten.jpg) repeat;
	}
* html #containerColumnBackground  {
     height: 96%;
	}
/*HEADER*/
.containerHeader {
	width:100%;
	height:153px;
	background: url(basic_FILES/header.jpg) no-repeat;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	}
.logo {
	position: absolute;
	width:185px;
	height:53px;
	margin: 40px 20px 20px 745px;
	background: url(basic_FILES/logo.png) no-repeat;
	}
*html .logo {	
	background: url(basic_FILES/logo.gif) no-repeat;
	}
/*NAVIGATION*/
#containerNavi {
	position: relative;
	width:100%;
	height:20px;
	margin:0px 0px 20px 0px;
	}
#navi a:hover, .current, .current a:link {
	color:#ca054c;
	}	
#navi { 
	padding: 0px 20px 0px 0px;
	} 
#navi,  #navi ul, #navi li {
	display: inline; 
	list-style-type: none; 
	} 
#navi a:link, #navi a:visited { 
	float: left; 
	font-size: 14px;
	line-height:14px; 
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none; 
	color: #888888; 
	margin:15px 20px 10px 0px;
	} 
#navi a:hover { 
	color: #ca054c; 
} 
#navi #current { 
	color: #ca054c; 
	} 
/*COLUMN*/
.containerSubnavi {
	top:0px;
	float:left;
	min-width:268px;
	width:268px;
    width: 268px !important;
    position: absolute;
    margin:0px;
	}
*html .containerSubnavi {	
	}
#subnavi { 
	margin: 0; 
	padding: 0; 
	width: 268px; 
	} 
#subnavi ul, #subnavi li { 
	list-style-type: none; 
	border-top: 1px solid white; 
	padding: 13px 15px 10px 0px; 
	font-weight: bold; 
	text-align: right;
	} 
#subnavi li a { 
	display: block; 
	}
#subnavi a:link, #subnavi a:visited { 
	text-decoration: none; 
	color: #323232; 
	} 
#subnavi #active { 
	color: #ca054c; 
	} 
#subnavi a:hover, #subnavi a:hover#active { 
	color: #ca054c;
	} 
.wissenschafftnutzen {
	width: 260px;
	height:100px;
	background: url(basic_FILES/wissenschafftnutzen.png) no-repeat bottom;
	position:fixed;
	bottom:10px;
	vertical-align: bottom;
	margin-left:10px;
	}
*html .wissenschafftnutzen {	
	background: url(basic_FILES/wissenschafftnutzen.gif) no-repeat bottom;
	top:400px;
	left:10px;
	}
.containerContent {
	top:0px;
	float:right;
	width:630px;
    margin:10px 0px 0px 0px;
    position: relative;
    left: -20px;
	}
*html .containerContent {	
	}
h1 {
	font-size:18px; line-height: 20px;
	font-weight: bold;
	padding:10px 0px 10px 0px;
	}
h2 {
	font-size:18px; line-height: 20px;
	font-weight: bold;
	padding:10px 0px 10px 0px;
	}

img {
	 /* schatten weg background: url(basic_FILES/shadowAlpha.png) no-repeat bottom right; */ 
	padding: 0px 4px 4px 0px;
	margin: 0px 8px 0px 0px;
	float: left;
	position: inherit;
	}
*html img {
	background: url(basic_FILES/shadowAlpha.gif) no-repeat bottom right;
	}
.copyIndent {
	padding:0px 0px 0px 40px;
	}
#csc-uploads-fileName a { 
	font-size: 12px; 
	}
.csc-uploads .csc-uploads-fileName P A { font-size: 12px;  }