﻿/********* global styles **********/

html {
	overflow-y: scroll;
}

body {
	color: #0f1e46;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0px;	
	line-height: 18px;
	margin:0px;
	padding:0px;
    text-align: center;  /* Zentrierung im Internet Explorer */	
	background-color: #fff;
}

a {
	outline: none;
}

a { color:#82ab21; text-decoration: none; }
a:visited { color:#82ab21; text-decoration: none; }
a:hover { color:#000; text-decoration: none; }
a:active { color:#000; text-decoration: none; }

td {
	font-size: 12px;
	line-height: 18px;
}
	
tr {
	font-size: 12px;
	line-height: 18px;
}
	
h1 {
 	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	font-style: italic;
	color: #0f1e46;
	padding: 0;
	margin: 0 0 22px 0;
}

#boxContact h1 {
	margin: 0 0 10px 0;
}
 
h2 {
 	font-size: 12px;
	font-weight: bold;
	line-height: 18px;	
	padding: 0;
	margin: 20px 0 0px 0;	
}
	
p {
	margin: 6px 0px 6px 0px;
}

.imgLeft {
	position: relative;
	float: left;
	padding: 0px;
	margin: 3px 20px 10px 0px;
}

.imgRight {
	position: relative;
	float: right;
	padding: 0px;
	margin: 3px 0px 10px 20px;
}

#contCenterpage {
	position: relative;
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 960px;
	height:auto;
	background-color:#fff;
	/*border: 1px solid #F6C;*/
	overflow:auto;
}






/* Header */

.header {
	position: relative;
	float: left;
	height: 149px;
	padding: 0px;
	margin: 0px;
	background-color:#fff;	
}



/* Navigation */

#boxNavigation {
	position: relative;
	text-align: right;
	font-size: 16px;
	float: left;
	width: 155px;
	height: auto;
	margin-top: -3px;
	padding-right: 20px;
}

#boxNavigation a { color:#000; text-decoration: none; }
#boxNavigation a:visited { color:#000; text-decoration: none; }
#boxNavigation a:hover { color:#82ab21; text-decoration: none; }
#boxNavigation a:active { color:#82ab21; text-decoration: none; }

#boxNavigation a.on { color:#82ab21; text-decoration: none; }


#boxNavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#boxNavigation li {
	padding: 0 0 10px 0;
}

.navSub {
	font-size: 11px;
	padding: 0 0 0px 0;
}




/* Content */

#boxContent {
	position: relative;
	float:left;
	width: 785px;
	height:auto;
	min-height: 300px;	
	margin-left: 0px;
	background-image: url("../images/bg_content.gif");	
}

#boxVisual {
	position: relative;
	float: left;
	width: 570px;
	height: auto;
	padding: 0 0 0 21px;
	margin: 0px;
}

#boxText {
	position: relative;
	float: left;
	width: 570px;
	height: auto;
	padding: 50px 0px 0px 0px;
	margin: 0 0 0 20px;
	background-color:#fff;
}

#boxContact {
	position: relative;
	float: left;
	width: 174px;
	height: 160px;
	line-height: 14px;
	font-size: 11px;
	margin-top: -3px;	
	padding: 0px 0px 0px 20px;
	background-color:#fff;
}

.top {
	position: relative;
	float: left;
	font-size: 10px;
	padding: 16px 0px 0px 0px;
	margin: 0 0 0 0;
	background-color:#fff;
}

.cleaner {
	height: 1px;
	clear:both;
}



/* Copyright - Footer */

.footer {
	position: relative;
	float:left;
	width: 960px;
	padding: 0;
	margin: 0;
}


.copyright {
	position: relative;
	float:left;
	width: 960px;
	font-size: 11px;
	text-align: center;
/*	text-transform: uppercase; */
	letter-spacing: 1px;
	color: #bbb;
	padding: 9px 0 20px 0;
	margin: 0;
}

.copyright a { color:#bbb; text-decoration: none; }
.copyright a:visited { color:#bbb; text-decoration: none; }
.copyright a:hover { color:#000; text-decoration: none; }
.copyright a:active { color:#000; text-decoration: none; }
