* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#000000;
}

a:visited, a:active {
	color: #404040;
}

strong {
	color: #34454E;
}

p {
	line-height:18px;
}

abbr {
	font-style:italic;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}


body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-color:#34454E;
}

#page {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

/*---------------------------------------------- Kopfbereich -------------------------------------------------------------*/

#head {
	position:relative;
	height: 274px;
	width: 810px;
}

#head-text {
	width:610px;
	height: 154px;
	padding-left: 30px;
	padding-top: 120px;
}

#head #head-text h1 {
	color:#FFFFFF;
	font-size:20px;
}

#head #head-text h1 span {
	color:#999999;
}

#head #head-text h2 {
	color:#FFFFFF;
	font-size:14px;
}

#head #head-banner {
	position:absolute;
	top: 0px;
	left: 640px;
	width: 160px;
	height: 75px;
	background-color:#666666;
	padding-left:5px;
	padding-right:5px;
	padding-top: 199px;
}

#head #head-banner a {
	opacity: 0.5; /* Opera */
	-moz-opacity: 0.50; /* Mozilla Browser */
	
}

#head #head-banner a:hover {
	-moz-opacity: 1.00; /* Mozilla Browser */
	opacity: 1.00; /* Opera */
}

#head #head-banner a img {
	padding: 1px;
	border-style:solid;
	border-width: 1px;
	border-color:#404040;
}

/*---------------------------------------------- Navigation -------------------------------------------------------------*/

#navi {
	height: 46px;
	width: 780px;
	
}

#ul-navi li {
	position:relative;
	display:block;
	text-decoration:none;
	width: auto !important;
	float: left;
	vertical-align:middle;
	background-image:url(images/navi_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	z-index:2;
}

#ul-navi li:first-child{
	background-image:none;
}

#ul-navi li a {
	margin-left:1px;
	position:relative;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	display:block;
	padding-left:29px;
	padding-right:30px;
	padding-top:16px;
	height: 30px;
	z-index:1;
}

#ul-navi li a:hover {
	background-image:url(images/navi_a_hover_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
}

#ul-navi li .current {
	background-color:#34454E;
	background-image:url(images/navi_a_active_hover_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
}

#ul-navi li .current:hover {
	background-image:url(images/navi_a_active_hover_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
}

/*---------------------------------------------- Content -------------------------------------------------------------*/

#content {
	position: relative;
	width: 750px;
	background-color:#99B0BB;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*---------------------------------------------- Content Links -------------------------------------------------------------*/
#left-col {
	width: 500px;
	height:auto !important;
	height: 400px;
	padding-right: 15px;
}

#left-col .eintrag{
	margin-bottom: 20px;
	clear:both;
}


#left-col h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display:block;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px;
	border-color:#BECDD3;
	border-style:solid;
	margin-bottom: 10px;
}

#left-col h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}

#left-col p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	color: #000000;
}

/*---------------------------------------------- Content Rechts -------------------------------------------------------------*/
#right-col {
	position:absolute;
	height:auto !important;
	height: 400px;
	width: 220px;
	padding-left: 15px;
	top: 20px;
	left: 545px;
}

#right-col .eintrag{
	margin-bottom: 20px;
	clear:both;
}


#right-col h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display:block;
	width: 100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px;
	border-color:#BECDD3;
	border-style:solid;
	margin-bottom: 10px;
}

#right-col h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
}

#right-col p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	color: #000000;
}

#right-col img {
	display: block;
	float: left;
	padding: 1px;
	border:1px;
	border-color:#BECDD3;
	border-style:solid;
	margin-right: 5px;
	position:relative;
	margin-bottom: 0px;
}

/*---------------------------------------------- Footer -------------------------------------------------------------*/

#footer {
	height: 52px;
	padding-top: 35px;
	width: 810px;
	background-image:url(images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
}

#footer p{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
}

#footer p a{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
}




