/* @override 
	http://reinhilde-schroeder/css/basic.css
	*/

/* last modified:
	date: 2010|04|03
	author: Björn Bippus-Brender
	client: Reinhilde Schröder

*/

body {
	color: #1a171b;
	padding: 0;
	margin: 0;
	font: 12px/16px "Calibri", Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}


/* @end */
#wrapper{
	width: 940px;
	background: url(../images/background/ring.gif) no-repeat 10px 0;
	margin: 15px auto 40px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	height: 768px;
}

.header {
	text-align: left;
	height: 130px;
}

.signet {
	float: left;
	display: inline;
	width: 245px;
	margin-top: 65px;
}
.signet h1, .invisible{
	text-indent:  -9999em;
	display: none;
}
.signet a img {
	border: none;
}
.content{
	text-align: left;
	background: url(../images/background/content-bg.png) repeat-y;
	
	margin-bottom: 12px;
	float: left;
	display: inline;

}
/* min-height hack*/

.content{
	min-height:500px;
  height:auto !important;
  height:500px;

}

.navigation {
	background-image: url(../images/background/braun-bg.png);
	margin-top: 12px;
	margin-bottom: 12px;
	height: 26px;
	width: 928px;
	padding-left: 12px;
}


.navigation ul{
	
	list-style-type: none;
	margin-left: -22px;
	margin-top: 0;
	padding-left: 0px;
}

.navigation li{
	
	float: left;
	display: inline;
	font-size: 15px !important;
	font-weight: bold;
	margin-top: 4px;
}

.navigation li a{
	font-size: 15px !important;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	text-decoration: none;
}

.navigation li a:hover{
	font-size: 15px !important;
	color: #111;
	
}
.navigation .current {
		color: #111;
	}

.subnav {
	
}


.subnav ul{
 list-style-type: none;
	margin-top: 0;
	padding-left: 0px;
}

.subnav li{
	
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #111;
}

.subnav li a{
	
	color: #fff;
	text-decoration: none;
}

.subnav li a:hover{
	color: #111;
	
}
.subnav .current {
		color: #111;
	}
	
	
	
.service {
	margin-top: 92px;
	width: 132px;
	height: 20px;
	float: right;
	display: inline;
	
}
.service ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 0px;
}

.service li{
	
	float: right;
	display: inline;
	padding-right: 0px;
	color: #c5bbb0;
	padding-left: 13px;
}


.service li a{
	text-decoration: none;
	color: #c5bbb0;}

.contact{
	margin-top: 137px;
}

.contact p, .contact h2, .contact a{
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	
}

.contact a:hover{
	color: #111;

	
}



.footer{
	float: left;
	display: inline;
	width: 300px;
	text-align: left;
	
}

.footer p{
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	color: #c5bbb0;
	padding-bottom: 12px;
}

.footer a{
		font-size: 10px;
	line-height: 12px;
	color: #c5bbb0;
	text-decoration: none;
}

.footer a:hover{
	color: #111;
	text-decoration: underline;
}

/* @group Fonts */
p, a, h2, .datum {
	font-size: 12px;
	line-height: 16px;
	color: #111;
	
}

p, .content li{
	padding-right: 24px;
}

h2{
	font-weight: bold;
}

.datum{
	font-style: italic;
}

ul{
	list-style-type: square;
	list-style-position: outside;
	margin-top: 2px;
	padding-left: 35px;
}

img.profil{
	padding-left: 12px;
}


ul.ziffern{
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 12px;
	padding-left: 15px;
}

li{
	
}
/* @end */

/* @group Formular (Kontakt) */

form.anfrage {
	line-height: 17px;
	font-size: 12px;
	margin-left: 0px;
	}

label {
	text-align: left;
	float: left;
	display: inline;
	height: auto;
	color: #222;
	}

label input {
	width: 200px;
	margin-top: 2px;
	float: left;
	border: 1px solid #a1a095;
	color: #222;
}

label textarea {
	width: 200px;
	float: left;
	border: 1px solid #a1a095;
}

label.checkbox{
	width: auto;
	margin-top: 4px;
	border: none;
	color: #222;
	
}
.checkbox {
	float: none;
	display: inline;
	margin-bottom: 6px;
	margin-right: 6px;
	padding-right: 6px;
	
}

label.schmal {
	
	width: 200px;
	margin-top: 3px;
	padding-bottom: 5px;
}

label.schmal input {
	width: 200px;
	
}

label.schmal2 {
	
	width: 220px;
	margin-top: 3px;
	margin-bottom: 3px;
}

label.schmal2 input {
	width: 200px;
}


label select {
	width: 200px;
	margin: 2px 0 6px 0px;
	height: auto;
	color: #111;
}

label select.anfrage_art {
	width: 200px;
}

option.dunkel {
	background: #efefef;
}

option {
	padding: 0 5px;
}

.anfrage input.senden {
	float: left;
	margin: 10px 10px 0 0;
	color: #111;
	font-size: 13px;
	border: none;
	padding: 5px 10px 5px 0;
	cursor: pointer;
}

.anfrage input,
.anfrage textarea,
.anfrage select {
	font-size: 11px;
	margin-top: 2px;
	padding: 2px 5px 2px 0;
}

.anfrage select {
	margin-top: 4px;
	margin-bottom: 4px;
}


fieldset{
	float: left;
	display:inline;
	border: 1px solid #d0d0d0;
	width: 270px;
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 25px 25px 25px 40px;
}

legend{
	font-size: 11px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
    color: #111;
}
/* @end */

/* @group Grid */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_4 {
	width: 952px;
	
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
	position:relative;
	display:inline;
	float: left;
	position: relative;
	margin: 12px 6px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .grid_1 {
	width: 226px;
	
}

.container_4 .grid_2 {
	width:464px;
	
}

.container_4 .grid_3 {
	width:702px;
}

.container_4 .grid_4 {
	width:940px;
}



/* Prefix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .prefix_1 {
	padding-left:238px;
}

.container_4 .prefix_2 {
	padding-left:476px;
}

.container_4 .prefix_3 {
	padding-left:714px;
}



/* Suffix Extra Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .suffix_1 {
	padding-right:238px;
}

.container_4 .suffix_2 {
	padding-right:476px;
}

.container_4 .suffix_3 {
	padding-right:714px;
}



/* Push Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .push_1 {
	left:238px;
}

.container_4 .push_2 {
	left:476px;
}

.container_4 .push_3 {
	left:714px;
}



/* Pull Space >> 4 Columns
----------------------------------------------------------------------------------------------------*/

.container_4 .pull_1 {
	left:-238px;
}

.container_4 .pull_2 {
	left:-476px;
}

.container_4 .pull_3 {
	left:-714px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

* {
	
}



/* @end */





