@CHARSET "UTF-8";

body {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	margin:0px;
}

#site {
	/* Breite 644 - 2 Border - 6 Padding */
	width: 690px;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin-bottom:0px;
	float:left;
	clear:left;
}

#top_nav {
	width: 636px;
	border-bottom: 1px solid #094580;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 3px;
	float: left;
	clear: left;
}

#top_nav .left {
	float: left;
}

#top_nav .right {
	float: right;
}

#head {
	position: relative;
	width: 636px;
	height: 65px;
	background-color: #094580;
	float:left;
	clear:left;
}

#head #slogan {
	position: absolute;
	bottom: 8px;
	left: 5px;
}

#head #logo {
	position: absolute;
	bottom: 8px;
	right: 5px;
}

#body {
	width: 690px;
	border-top: 1px solid #e5e5e5;
	margin-top: 3px;
	padding-top: 10px;
	float:left;
	clear:left;
}

#body #content {
	width: 672px;
	float:left;
}

#foot {
	width: 636px;
	float:left;
	clear:left;
}

/**
 * Ab hier werden bestehende Styles ÜBERSCHRIEBEN
 */

.part {
	float:left;
	width: 636px;
}


.partLeft {
	padding-left:0px;
	padding-right:5px;
	float:left;
	width:480px;
}

.partRight {
	float:left;
	margin-left:0px;
	width:204px;
}


.snippetC {
	float:left;
	padding-left:0px;
	padding-right:0px;
	width:460px;
}

.snippetB {
	float:left;
	margin-left:0px;
	width:176px;
}

.partRight .greenLeftLine {
	float:left; 
	border-left: none; 
	padding-left: 4px;
}

.partRight .orangeLeftLine {
	float:left; 
	border-left: none; 
	padding-left: 4px;
}

.partRight .blueLeftLine {
	float:left; 
	border-left: none; 
	padding-left: 4px;
}

.partRight .redLeftLine {
	float:left; 
	border-left: none; 
	padding-left: 4px;
}


#foot {
	width: 698px;
	height: 40px;
	border-top: 1px solid #094580;
	margin-top: 1px;
	padding-top: 6px;
	padding-bottom: 20px;
	line-height: 14px;
	float:left;
	clear:left;
	color: #8CAED1;
	font-size: 9px;
}

#foot .linkIcon {
	float:left;
	padding-right: 14px;
	background-image: url("../../img/layout/icons/topnavlink.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#foot .left {
	width: 240px;
	float:left;
	clear:left;
}

