/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:trebuchet ms,helevetica,arial;
	font-size:12px;
	font-weight:normal;
	color:#111;
}


/* ------------------ */
/* --- DIV STYLES --- */
/* ------------------ */

#out{
	width:930px;
	margin:auto;
	text-align:left;
}

#in{
	position:relative;
	top:0px; 
	left:0px;
	width:930px;
}

#header{
	position:relative;
	top:0px; 
	left:1px;	 
	height:150px;
	width:auto;	
	background-color:#fff;
}

* html #header {
	width:auto;	
	left:2px;
}

#logo {
	position:relative;
	top:65px; 
	width:900px;	
	text-align:left;
	margin-left:30px;
}

* html #logo {width:900px;padding-left:0px;left:40px;margin-left:0;}


#main {
	position:relative;
	top:0px; 
	left:1px;
	width:932px;	
	min-height:350px;	
	text-align:left;
	background: url(../images/bg_main.gif) repeat-y;
}


/* bis 6 */
* html #main {height:350px;left:2px;}

/* ie 5*/
html + body #main {height:350px;}

/* bis 6 */
* html .prop {display:none}

/* wegen h&#65533;he */
.prop {
	height:350px;
	float:right;
	width:1px;
}

#content {
	position:relative;
	top:0px;
	width:900px;
	text-align:left;
	margin:0;
	margin-left:30px;
}
* html #content {width:900px;padding-left:0px;left:40px;margin-left:0;}

.col,.col1,.col2,.col3 {position:relative;width:270px;margin-right:30px;float:left;}
* html .col,* html .col1,* html .col2,* html .col3 {margin-right:20px;}

.col1 {background:#0A4B86;height:310px;}
.col2 {background:#5c7614;height:310px;}
.col3 {background:#b43614;height:310px;}

.pfeil {position: absolute; width:80px;height:130px;top:170px;right:10px;z-index:0;}

.pfeilin {position: absolute; background: url(../images/interim-pfeil.png) no-repeat center right;width:18px;height:41px;top:40px;right:10px}

* html .pfeilin{background-image: none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://audina.typo3web.net/fileadmin/templates/images/interim-pfeil.png', sizingMethod='scale');width:18px;height:41px;}
   
   

/* ------------------- */
/* --- TEXT STYLES --- */
/* ------------------- */

h1 {font-size: 18px; font-weight: normal; color:#001B52; padding-top: 0px; margin-top: 0px; padding-bottom: 10px;}
h2 {font-size: 18px; font-weight: normal; color:#001B52; padding-top: 0px; margin-top: 0px; padding-bottom: 10px;}

a:link, a:active, a:visited {color:#fff; font-weight:normal; text-decoration: underline;}
a:hover {color:#fff; font-weight:normal; text-decoration: underline;} 

p.bodytext, .contenttable p {color:#fff;margin:0;padding:0 0 7px 0;}
.contenttable td {color:#fff;margin:0;padding:5px 10px 7px 15px;}

table {width:100%;}
.contenttable a img {border:0 none; padding-top:12px;}

#content .csc-textpic {height:160px;overflow:hidden;}

