/* General styles */
body {
	margin:auto;
	padding: 12px;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 970px;
	background-color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


/* Header styles */
#header {
	/*margin: auto;*/
	position: static;
	height: 125px;
	width: 970px;
	background-image: url(./img/bg_header.jpg);
}

img {
	border: 0;
}

#logo {
	float: left;
	width: 310px;
	height: 60px;
}

#logo img{
	border: 0;
	margin-top: 20px;
	margin-left: 20px;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width: 970px;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background:#FFFFFF;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;				/* TH Warum 200%?? */
	margin-left:-200px; 	/* Width of right column */
	position: relative;
	right: 100%;
	background:#FFFFFF;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;         	/* Left column width + right column width */
	/*left: 390px;*/
	background:#EDEDEB;    	/* Left column background colour */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:200px;        	/* Width of left column */
	/* right:190px; */
	/* ?? TH Notwendigkeit pr�*/
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin: 25px 260px 0 250px;
	/* Mit dem 2. Parameter kann die Breite des Content-Bereichs ver㭤ert werden. */
	/* Centre column side padding:
	Left padding = left column width + centre column left padding width
	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
	text-align: left;
}
.holygrail .col2 {
	float:left;
	float:right;			/* This overrides the float:left above */
	/*width:190px;*/        	/* Width of left column content (left column width minus left and right padding) */
	width:185px;
	position:relative;
	/* ???? */
	right:15px;         	/* Width of the left-hand side padding on the left column */
}
.holygrail .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:200px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}

/* Navigation */

.col2 ul {
	list-style-type  : none;
	margin           : 0;
	padding          : 0;
}

.col2 li .a1 {
	margin: 0;
	background-image: url(./img/bg_nav.jpg);
	background-repeat: no-repeat;
}

.col2 li a {
	display: block;
	color: #25446F;
	/*width: 170px;*/
	width: 180px;
	height: 30px;
	margin: 0px;
	padding-left: 20px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
}

.col2 li .a1:hover {
	margin: 0;
	font-weight: bold;
	background-image: url(./img/bg_nav_hl.jpg);
	background-repeat: no-repeat;
	color: #25446F;
	
}

.col2 li .a1:visited {
	color: #25446F;
	text-decoration: none;
}

.col2 li a.aktuell {
	display: block;
	color: #25446F;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	background-image: url(./img/bg_nav_hl.jpg);
	background-repeat: no-repeat;
}

/* Linke Navi-Info-Box */
#navinfobox-top {
	height: 10px;
	width: 170px;
	margin-top: 65px;
	margin-left: 15px;
	background-image: url(./img/bg_navinfobox_top.jpg);
}

#navinfobox-middle {
	width: 155px;
	margin-top: 75px;
	margin-left: 22px;
	margin-bottom: 20px;
}

/*#navinfobox-middle {
	width: 150px;	
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	line-height: 1.3;
	color: #333333;
}*/

#navinfobox-middle a {
	color: #25446F;
	text-decoration: none;
}

#navinfobox-middle a:hover {
	color: #25446F;
	font-weight: bold;
	text-decoration: none;
}

#navinfobox-middle h2 {
	font-size: 10px;
	font-weight: bold;
	color: #25446F;
	line-height: 1; /* ?? valid??*/
}


#navinfobox-bottom {
	height: 10px;
	width: 170px;
	margin-left: 15px;
	margin-bottom: 20px;
	background-image: url(./img/bg_navinfobox_bottom.jpg);
}

#naviboxdummy {
	padding-top: 70px;
	width: 170px;
	height: 120px;
}

/* Content */

.col1 h1 {
	font-size: 18px;
	color: #25446F;
	clear: both;		
}

.col1 h2 {
	font-size: 14px;
	color: #25446F;
	margin-bottom: 0px;
	margin-top: 20px;
	clear: both;		
}

.col1 h3 {
	margin-top: 20px;
	font-size: 12px;
	color: #25446F;
}

.col1 p {
	color: #333333;
	line-height: 1.5;
}

.col1 ul {
	list-style-image: url(./img/bullet.jpg);
	line-height: 1.5;
}

.col1 a:link {
		color: #25446F;
		text-decoration: none;
}

.col1 a:visited {
		color: #25446F;
		text-decoration: none;
}

.col1 a:hover {
	color: #25446F;
	font-weight: bold;
	text-decoration: none;
}

.col1 img {
	border: 0px;
}

.tdleft {
		margin-bottom: 10px;
		width: 230px;
		float: left;
}		
		
.tdright {
		margin-bottom: 10px;
		width: 230px;
		float: left;
}

.tdspan {
		margin-bottom: 10px;
		width: 460px;
		float: left;
}

/* Rechte Info-Box */
#infobox-top {
	height: 30px;
	width: 200px;
	margin-top: 20px;
	background-image: url(./img/bg_infobox_top.jpg);
}

#infobox-top h2 {
	height: 30px;
	vertical-align: middle;
	text-align: left;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #25446F;
	text-indent: 3em;
}

#infobox-middle h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 0; /* ?? valid??*/
}

#infobox-middle {
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EDEDEB;
	font-size: 11px;
	text-align: left;
	line-height: 1.3;
	color: #333333;
}

#infobox-middle a {
	color: #25446F;
	text-decoration: none;
}

#infobox-middle a:hover {
	color: #25446F;
	font-weight: bold;
	text-decoration: none;
}

#infobox-bottom {
	height: 10px;
	width: 200px;
	/*margin-left: 10px;*/
	margin-bottom: 20px;
	background-image: url(./img/bg_infobox_bottom.jpg);
}
                                  
.col3 ul {
		margin-left: -20px;
}                                  

/* Footer styles */
#footer {
	clear:both;
	float:left;
	height: 30px;
	width: 970px;
	background-image: url(./img/bg_footer.jpg);
}

#footer p {
	padding-top:7px;
	padding-left:14px;
	margin:0;
	font-size: 11px;
	/*color:	#C8D0DB;*/
	color:	#FFFFFF;
}

#footer-text {
	float:left;
	width: 770px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: left;
}

#footer-nav {
	float: left;
	width: 200px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer-nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-nav a:hover {
	color:	#C8D0DB;
	font-weight: bold;
	text-decoration: none;
}


#it-free-img {
	text-align: right;
}
