body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	line-height: 21px;
	color: #c0beb2;
	background-color: #111;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat-x;
	text-shadow: rgba(17,17,17,0.01) 0 0 1px;
}

#main {
	width: 959px;
	min-height: 690px;
	margin: 0 auto;
	background-image: url(../gfx/main_bg.png);
	background-repeat: no-repeat;
}

#header { height: 384px; }
#header h1 {
	width: 330px;
	height: 44px;
	margin: 178px 0 0 22px;
	background-image: url(../gfx/logo.png);
}
#header h1 a {
	display: block;
	height: 100%;
}
#header h1 a span { display: none; }

a {
	color: #ff8e2a;
	text-decoration: none;
}

a img { border: none; }

h2 {
	font-size: 26px;
	margin: 0 0 25px;
	font-weight: normal;
}

h3 {
	color: #ff8e29;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	line-height: 20px;
}

#content {
	padding: 5px 30px;
}

#innercontent {
	width: 600px;
	float: left;
}
#kontakt {
	width: 225px;
	min-height: 195px;
	padding: 10px 15px 0;
	float: right;
	background-color: #111;
	background-image: url(../gfx/kontakt_bg.png);
	background-repeat: no-repeat;
	position: relative;
}
#kontakt h3 {
	font-size: 20px;
	margin-bottom: 25px;
	color: #c0beb2;
	font-weight: bold;
}
#kontakt a#skype-button {
	display: block;
	width: 114px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#skypedetectionswf { position: absolute; left: -100px; }

.cleaner {
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
}

#footer {
	width: 760px;
	margin: 10px auto 5px;
	text-align: center;
	border-top: 1px solid #4c5052;
	font-size: 12px;
	padding-top: 5px;
}

div.greyBox {
	background-color: #242424;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.orange { color: #ff8e2a; }
.big { font-size: 14px; }
.big-orange {
	color: #ff8e2a;
	font-size: 20px;
	font-weight: bold;
}

ul.leistungen {
	margin: 20px 50px 30px;
	padding: 0;
}
ul.leistungen li {
	padding-left: 20px;
}

/* Navigation */
ul#navigation {
	display: block;
	height: 60px;
	margin: 0 0 0 4px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul#navigation li {
	display: block;
	height: 100%;
	float: left;
}
ul#navigation li a:link, ul#navigation li a:active, ul#navigation li a:visited {
	display: block;
	height: 100%;
}
ul#navigation li a:hover, ul#navigation li a:focus, ul#navigation li a.select {
	background-position: left -60px;
}
ul#navigation li a span { display: none; }
#nav1 { width: 72px; }
#nav1 a { background-image: url(../gfx/home.png); }
#nav2 { width: 130px; }
#nav2 a { background-image: url(../gfx/austauschmotor.png); }
#nav3 { width: 118px; }
#nav3 a { background-image: url(../gfx/motorschaden.png); }
#nav4 { width: 98px; }
#nav4 a { background-image: url(../gfx/werkstatt.png); }
#nav5 { width: 146px; }
#nav5 a { background-image: url(../gfx/kundenmeinungen.png); }
#nav6 { width: 94px; }
#nav6 a { background-image: url(../gfx/impressum.png); }
#nav7 { width: 64px; }
#nav7 a { background-image: url(../gfx/faq.png); }
/* End Navigation */

/* Preisliste */
table.preise {
	width: 95%;
	border-collapse: collapse;
}
table.preise td {
	background-color: #242424;
	padding: 6px 10px;
	vertical-align: top;
}
table.preise tr.even td { background-color: #555; }
table.preise th {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 15px;
}
table.preise td:first-child { width: 410px; }
/* End Preisliste */

/* Kundenmeinungen */
#leftcontent {
	width: 520px;
	float: left;
}
#rightcontent {
	width: 290px;
	float: right;
}

p.info {
	font-size: 14px;
}
#feedbackform label {
	display: block;
	padding-left: 2px;
	font-size: 14px;
	font-weight: bold;
}
#feedbackform input {
	display: block;
	width: 100%;
	margin-bottom: 3px;
	background-color: #242424;
	border: none;
	color: #c0beb2;
	font-size: 18px;
	line-height: 20px;
}
#feedbackform input.error { background-color: #552424; }
#feedbackform textarea {
	display: block;
	width: 100%;
	height: 140px;
	margin-bottom: 3px;
	background-color: #242424;
	border: none;
	color: #c0beb2;
	font-family: "Trebuchet MS", Verdana;
}
#feedbackform img {
	margin: 5px 0;
}
#feedbackform input#token {
	width: 162px;
}
#feedbackform input#submit {
	width: 123px;
	height: 37px;
}
h3.date {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 10px;
}
h3.date span {
	color: #c0beb2;
}
div.news {
	background-color: #242424;
	padding: 5px 10px;
	margin-bottom: 30px;
}
/* End Kundenmeinungen */

/* FAQ */
div.faq { margin-bottom: 20px; }
div.faq h3 { font-size: 16px; line-height: 18px; }
div.faq p { margin: 3px 0 10px; }
/* End FAQ */

/* Gallery */
ul.gallery {
	display: block;
	width: 225px;
	margin: 50px 0 0 5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
ul.gallery li {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
/* End Gallery */