/*
/* Styles for Selmunder.de 
/* Author: Sebastian Verweyen
/* Creation Date: 2007-11-26
/*
/******/

html {
	height: 100.01%
}

body {
	margin: 0;
	background: #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
}

#page {
	width: 812px;
	margin: 0 auto;
	padding: 10px 10px;	
	background: #fff;
	min-height: 800px;
	text-align: left;
}

#header {
	color: #045669;
	text-transform: uppercase;
}

#title {
	display: none;
	float: left;
	margin-bottom: 8px;
}

#metaNavigation {
	display: none;	
	float: right;
}

#metaNavigation {
	list-style: none;
	margin: 0 -6px 0 0;
	padding: 0;
}

#metaNavigation li {
	float: left;
}

#metaNavigation li a {
	padding: 0 6px;
	color: #045669;
	text-decoration: none;
}

#logo {
	display: block;
	clear: both;
	background: #045669;
}

#logo a {
	display: block;
	text-align: center;
}

#logo a img {
	border: none;
}

#searchBar {
	display: none;
	height: 16px;
	margin-top: 8px;
	background: #e5e5e5;
	text-align: right;
	margin-bottom: 8px;
}

#searchBar form {
	float: right;
	width: 130px;
	height: 16px;
	overflow: hidden;
	background: #fff;
}

#searchBar form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#searchBar form fieldset legend {
	display: none;
}

#searchBar form fieldset .searchText {
	height: 12px;
	width: 93px;
	border: 1px solid #e5e5e5;
	padding-right: 25px;
	padding-left: 2px;
	font-size: 10px;
}

#searchBar form fieldset .searchButton {
	position: relative;
	top: -14px;
	left: -2px;
}

#main {
	margin-top: 10px;
}

ul#mainNavigation {
	width: 178px;
	float: left;
	list-style: none;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	padding-bottom: 121px;
	background: url(../_images/bg_mainNavigation.png) repeat-x bottom left;
	border-top: 1px solid #e5e5e5;
}



ul#mainNavigation li {
	display: block;
	border-bottom: 1px solid #e5e5e5;

}
ul#mainNavigation li,
ul#mainNavigation li a {
	text-transform: uppercase;
	color: #045669;
	text-decoration: none;
}

ul#mainNavigation li a {
	display: block;
	padding: 5px 0 5px 5px;
}

ul#mainNavigation li a:hover {
	background: #f9f9f9;
}

ul#mainNavigation ul {
	padding-left: 0;
	border-top: 3px solid #045669;
	border-bottom: 3px solid #045669;
}

ul#mainNavigation ul li a {
	background: #efefef;
	font-size: 9px;
}

#content {
	float: right;
	width: 624px;
	font-size: 12px;
	color: #666666;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/**
 * Content
 */
 
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #045669;
	letter-spacing: 1px;
	margin-bottom: 0;
}

a {
	color: #045669;
	text-decoration: underline;
}

dl.csc-textpic-firstcol {
	margin-top: 0;
}

p.csc-subheader-0 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

.colleft {
        float: left;
        width: 48%;
	margin-right: 2%;
}

.colright {
        float: right;
        width: 48%;
        margin-left: 2%;
}

.csc-mailform fieldset,
fieldset.csc-mailform {
        border: none;
}

.csc-mailform legend {
        display: none;
}

.csc-mailform label {
        display: block;
        width: 30%;
        float: left;
}


.csc-mailform input,
.csc-mailform textarea {
        width: 200px;
		margin-bottom: 10px;
}

.csc-mailform input.csc-mailform-submit {
        width: auto;
        margin-left: 30%;
}

.csc-mailform input.csc-mailform-radio {
	float: left;
	width: auto;
}

span.csc-mailform-radio label,
.csc-mailform input.csc-mailform-check {
	width: auto;
}


