﻿html, body {
	height: 100%;
}
body {
	background-color: #14314f;
}

#wrapper {
	background-color: white;
	min-height: 100%;

	background-image: url('../Grafiken/sidebar-bg.gif');
	background-repeat: repeat-y;
	background-position: right;
	
	
	width: 980px;
}

#header,
#header-left,
#header-right {
	height: 184px;
}

#header {
	background-image: url('../Grafiken/top-bg-middle-1px.png');
	background-repeat: repeat-x;
}

#header-left,
#header-right {
	background-repeat: no-repeat;
}

#header-left {
	background-image: url('../Grafiken/top-bg-left.png');
	width: 270px;
}
#header-right {
	background-image: url('../Grafiken/top-bg-right.png');
	width: 184px;
	padding-right: 30px;
}

#content {
	padding: 0 20px;
}

#content div.box {
	border: 4px solid #c9d6de;
	border-radius: 2px;
	padding: 5px 10px;
	
	width: 600px;
	margin: 0 auto;
	position: relative;
	
	margin-bottom: 10px;
}

#content ul li {
	color: #666666;
	list-style: square;
}

#content div.box h2 {
	border-bottom: 2px solid #c9d6de;
	margin-top: 0;
}

#content div.box form.form-horizontal label {
	width: 80px;
}

#content div.box form.form-horizontal .controls {
	margin-left: 100px;
}

#content div.box form.form-horizontal textarea {
	width: 95%;
}

#content div.box form.form-horizontal input[type=text],
#content div.box form.form-horizontal input[type=email] {
	width: 50%;
}


#top_nav {
	background-color: #7292a1;
	padding-left: 30px;
}

#top_nav ul {
	margin-bottom: 0;
}

#top_nav li a {
	color: white;
	margin: 0;
	
	font-size: 24pt;
	line-height: 38px;
	
	padding-left: 25px;
	padding-right: 25px;
}

#top_nav li.active a {
	font-weight: bold;
	background: none;
}

#top_nav li:hover a {
	border-radius: 0px;
	background-color: #88A4B3;
}

.wichtig {
	color: #D3482A;
	font-weight: bold;
}

.box-image {
	width: 128px;
	height: 128px;
}

.row {
	width: 1000px;
}

/* headlines...*/
h1 {
	color: #D3482A;
	font-family: Tahoma, Arial, Sans-Serif;
	
	font-size: 26px;
}

h1.box {
	margin-left: 76px;
	margin-bottom: 24px;
}

h2 {
	color: #004164;
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4,h5 , h6 {
	color: #751a25;
	font-size: 1.2em;
}

h6 {
	text-decoration: underline;
}

p {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, Veranda, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	line-height: 1.4;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

/* boxes aka thumbnails*/
.thumbnails {
	margin-bottom: 0;
	margin-left: 0;
}

.thumbnails li {
	border: 1px solid #c9d6de;
	border-radius: 2px;
	padding-left: 10px;
	padding-right: 10px;
	
	max-height: 175px;
	height: 175px;
	max-width: 365px;
	width: 365px;
	overflow: hidden;
}

.thumbnails li h2 {
	border-bottom: 2px solid #c9d6de;
	margin-top: 0;
}

.thumbnails li img {
	width: 94px;
	height: 94px;
}

/* table */
table {
	color: #666666;
	font-size: 12px;
}

table th,
table td {
	padding: 4px 6px 4px 0px;
}

table th {
	text-align: left;
}


/* contact */
#message {
	width: 100%;
	height: 200px;
}

#subject,
#email,
#name {
	width: 60%;
}

/* contact .messages */
.messages ul,
.messages ul li {
	list-style: none !important;
}

#contact-table {
	color: black;
}

#contact-table th {
	font-size: 30px;	
	text-align: right;
}

#contact-table td {
	font-size: 30px;
}


#eye-catcher h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}



/* more btn */
.more {
	background: #ffedad !important;
	
	margin-top: -10px;
	margin-right: -5px;
	
	border-radius: 2px;
	
	/* touch size fixes */
	font-size: 14pt;
}

.more:hover {
	text-decoration: underline;
}

#fox {
	margin-top: -15px;
	margin-bottom: 20px;
}

#model {
	margin-top: -10px;
	margin-bottom: 10px;
}

#leistungen {
	margin-top: -10px;
	margin-bottom: 10px;
}

#footer {
	margin-left: 5px;
}