* {
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

body {
	background: #c3c4c5 url("../images/background_body.jpg") repeat-x left top;
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
	color: #0f0f38;
}

p {
	margin-bottom: 5px;
}

#container {
	position: relative;
	margin: 10px auto 20px auto;
	width: 958px;
}

#logo {
	padding-left: 20px;
}

#navigation_service {
	position: absolute; 
	color: #3c3c5d;
	top: 70px;
	right: 20px;
}

#navigation_service a {
	text-decoration: none;
	font-weight: bold;
	color: #3c3c5d;
}

#navigation_service a:hover {
	text-decoration: underline;
}

#container_content {
	background: #fff url("../images/background_content.jpg") repeat-x left 152px;
}
	
#header {
	height: 152px;
	width: 958px;
}

#navigation_main {
	position: absolute;
	top: 190px;
	left: 23px;
	padding: 2px 0px 2px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

#navigation_main a div {
	padding: 7px 10px 9px;
	background-color: #81819e;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	width: 80px;
	float: left;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
}

#navigation_main a:hover div {
	background-color: #a6a6a8;
}

#content {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 23px 20px 0;
	color: #3c3c5d;
	line-height: 16px;
}

#content .bereich {
	width: 580px;
}

#content h1 {
	color: #0f0f38;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#content h2 {
	color: #0f0f38;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content .singlepage {
	padding-left: 20px;
	width: 680px;
}

#content .referenzblock {
	background-color:#ccc; 
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding: 5px 10px;
	display: none;
	line-height: 15px;
}

#content .referenzblock .navigation {
	margin-top: 7px; 
}

#content .referenzblock .navigation {
	color: #9c9ec0;
}

#content .referenzblock .navigation a {
	color: #575a85;
}

#content .referenzblock b {
	display: block;
	padding-bottom: 2px;
	padding-left: 2px;
}

#content .referenzblock .link {
	margin-top: 5px;
}

#footer {
	background: url("../images/footer.jpg") no-repeat left top;
	width: 958px;
	height: 21px;
	color: #dcdcdc;
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
}

#footer a {
	font-size: 10px;
	color: #dcdcdc;
}

b.required {
	color: #fff;
}

#errorBox {
	padding: 10px 0;
}

#errorBox span {
	display: block;
}

.error {
	color: red;
}

fieldset {
	margin-bottom: 15px;
	padding: 10px;
}

legend {
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

label {
}

label.field {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0.6em 4px 0 0;
	padding: 2px 5px;
	min-width: 10em;
	width: 11em;
	background-color: #434676;
	color: #fff;
}

label.textarea{
	display: -moz-inline-box;
	display: inline-block;
	margin: 7px 4px 0 0;
	padding: 2px 5px;
	min-width: 10em;
	width: 11em;
	background-color: #434676;
	vertical-align: top;
	color: #fff;
}

textarea {
	width: 253px;
	height: 100px;
	margin-top: 7px;
}

input, select {
	width: 250px;
}

input.button {
	margin-top: 15px;
	width: auto;
}

input.nomargin {
	margin-top: 0;
}

input.checkbox {
	width: auto;
}
