/*   Layout   */
.box-fuss {
	padding: 10px 0px 0px;
	margin-top: 10px;
}
.box-main {
	margin: 0 auto;
	padding:40px 40px 40px 40px;
	width:850px;
	background-color: #0a3e58;
}
.box-grau {
	margin: 40px auto 0 auto;
	padding:40px;
	width:850px;
	background-color: #cccccc;
}
.box-nav {
	background-color: #FFFFFF;
	margin: 0 0 0 50px;
	padding: 0;
}
.hintergrund {
	background-color: #FFFFFF;
}
.hintergrund-rahmen {
	padding-top:50px;
}
.box-logo {
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 50px;
}
.box-nav-sub {
	background-color: #FFFFFF;
	margin: 5px 0px;
	padding: 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
}
.left{
	width:65%;
	float:left;
	margin-right:30px;
}
.right{
	width:30%;
	float:left;
	font-size: 10px;
	line-height:1.3em;
}
.clear{
	clear:both;
	width:1px;
	height:1px;
}

/*   Text   */
.text-main {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height:1.8em;
}
a.text-main:hover {
	text-decoration: underline;
}
.text-main-fett {
	font-family: Arial;
	color: #6B9FB4;
	font-size: 11px;
	text-decoration: none;
	line-height:1.8em;
}
a.text-main-fett:hover {
	text-decoration: underline;
}
.text-blau {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	line-height:1.5em;
}
.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #07343C;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
a.navigation:hover {
	color: #666666;
}
.text-main-link {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	line-height: normal;
	font-style: italic;
}
a.text-main-link:hover {
	text-decoration: none;
}
.text-fuss {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}
a.text-fuss:hover {
	text-decoration: underline;
	color: #333333;
}
.navigation-aktiv {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
input.text-main, textarea.text-main{
	width:250px;
	height:20px;
	color:#666666;
}
textarea.text-main{
	height:80px;
}
.bt-send{
	border:0;
	height:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	background-color:#ffffff;
}
