/* CSS Document */

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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
}
body {
    background-color:#97b7df;
	margin: 0px 0px 0px 0px;
	width:100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#00589c;
}
a:active {
	text-decoration: none;
}

/* Grundformatierungen des Layouts */

/* WENNMACHER LOGO - DIV-CONTAINER */

#top {
	width:100%;
	height:101px;
	background:#FFFFFF url(../img/headerpic.jpg) no-repeat right top;
}

/* SPRACHAUSWAHL & HMENU-1 - DIV-CONTAINER */

#top2 {
	height:16px;
	width:100%;
	background:url(../img/top2bg.jpg) no-repeat left;
	border-bottom:1px solid #000000;
}

/* LINKE SEITE & CONTENTBEREICH - DIV-CONTAINER */

#main2 {
	position:relative;
	width:860px;
}
#leftside {
	position:relative;
	float:left;
	width:188px;
	background-color:#97b7df;
}
#content {
	position:relative;
	float:left;
	border-left:1px solid #000000;
	width:640px;
	border-top:4px solid #00589c;
}
#maincolumn {
	position:relative;
	padding:10px 15px 15px 15px;
	width:610px;
}

/* FOOTER - STATIKMENU - DIV-CONTAINER #####INTRO###### */

#slogan {
	position:relative;
}
#slogan p.bodytext{
	position:relative;
	font-size:18px;
	font-style:italic;
	color:#00589c;
}

#footer {
	position:relative;
	clear:both;
}
#foot_left {
	position:relative;
	float:left;
	background-color:#003b6f;
/*	border-top:3px solid #00589c;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000; */
	width:188px;
	height:16px;
}
#foot_right {
	position:relative;
	float:left;
	background-image:url(../img/footer-bg.gif);
	border-left:1px solid #000000;
/*	border-bottom:1px solid #000000; */
	width:605px;
	height:16px;
}

/* FOOTER - STATIKMENU - DIV-CONTAINER - #####STANDARD###### */

#footer2 {
	position:relative;
	clear:both;
	background-color:#003b6f;
	width:100%;
}
