/*********************************
* Grid
**********************************/
body {
	background-color: #417078;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

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

a:hover {
	color: #a0b7bc;
}

#mainwrapper {
	width: 960px;
	padding: 70px 30px;
	background-image: url('/images/ihreideen.jpg');
	background-position: 700px 0px;
	background-repeat: no-repeat;
}

/*********************************
* Header
**********************************/
#header {
	background-color: #ffffff;
	height: 311px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	
}

#metamenu {
	font-family: Helvetica, Arial, sans-serif;	
	padding-top: 0.5em;
	width: 980px;
	text-align: right;
	color: #417078;
	font-size: 11px;
}

#metamenu a {
	color: #417078;
	text-decoration: none;
}

#metamenu a:hover {
	text-decoration: underline;
}

/*********************************
* Menue
**********************************/
#mainmenu {
	font-weight: bold;
	font-size: 13px;	
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 40px;
}

#mainmenu a {
	color: #a0b7bc;
	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu a:hover, #mainmenu  a.expanded{
	color: #fff;
}


#submenu {
	
}

#submenu ul {
	list-style-type: none;
	margin: 0px;
}

#submenu ul li {
	margin: 0px;
	padding: 0px;
 }

#submenu ul li a {
	font-weight: bold;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #a0b7bc;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
}

#submenu ul li a:hover,
#submenu ul li.expanded a {
	color: #ffffff;
}

#submenu ul li ul li a,
#submenu ul li.expanded ul li a {
	color: #a0b7bc;
	padding-left: 20px;
}

#submenu ul li ul li a:hover,
#submenu ul li ul li.expanded a {
	color: #ffffff;
}

/*********************************
* Allgemeines
**********************************/
ol {
	list-style: decimal;
}

ul {
	
}

li {
	margin-left: 30px;
}

div.block{
	padding-bottom: 15px;	
}

div.block ul {
	padding-top: 1em;
	padding-left: 10px
}

div.block ul li {
	margin-left: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


.startseite div.block ul li {
	background-position: 0px 5px;
}

/*********************************
* Links & Downloads
**********************************/
div.block ul.lud li {
	margin-left: 0px;
}

div.block ul.lud li a {
	font-weight: bold;
	text-decoration: none;
}

div.block ul.lud li a:hover {
	text-decoration: underline;
}

/*********************************
* Bilder
**********************************/
div.blockbild_left {
	float: left;
	margin-right: 20px;
	padding-bottom: 1em;
	padding-top: 5px;
}

div.blockbild_right {
	float: right;
	margin-left: 20px;
	padding-bottom: 1em;
	padding-top: 5px;
}

div.blockbild_left_no_float {
	float: left;
	padding-top: 5px;
	margin-right: 20px;
}

div.blockbild_right_no_float {
	float: right;
	padding-top: 5px;
	margin-left: 20px;
}

div.blockbild_center {
	text-align: center;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

a.zoomlink {
	display: block;
}

div.imgcaption {
	color: #666;
	font-size: 9px;
	padding: 4px 0px 0px 0px;
	line-height: 12px;
	text-align: left;
}


/*********************************
* Footer
**********************************/

/*********************************
* Formular
**********************************/
.form_string,.form_textarea,.form_email,.form_select {
	background-color: #fff;
	height: 18px;
	line-height: 18px;
	padding: 1px 2px; 
	font-size: 11px;
	color: #417078;
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 0px solid #fff;
}


.form_select {
	height: 24px;
}

table.form_tabelle tr td {
	width: 10px;
}

table.form_tabelle tr td.labelcol {
	width: 170px;
}

table.form_tabelle tr td.fieldcol {
	width: 460px;
}

.form_label,.form_required {
	font-weight: normal;
	line-height: 18px;
	display: inline-block;
	padding-right: 10px;
	padding-top: 2px;	
}

.rowerror .form_label {
	font-weight: bold;
}

.rowerror .form_string, .rowerror .form_textarea, .rowerror .form_email, .rowerror .form_select {
	background-color: #dfc2c2;
}

.form_button {
	background-color: #A0B7BC;
	border: none;
	display:inline-block;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 20px;
	text-decoration: none;
	cursor: pointer;
}

.form_button:hover {
	background-color:#fff;
	color: #417078;
}


.form_title {
	display: inline-block;
	padding-left: 180px;
}

div.error {
	margin-bottom: 1em;	
}

div.error ul {
	
}

div.error ul li {
	
}

div.error h2 {
	
}

td.formbuttonrow {
	text-align: right;
	padding-right: 115px;
}


/*********************************
* Sonstiges
**********************************/
/* muss auf floatholder angewendet werden zum clearen*/
.clearfix:after {
	content: " ";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
} /* IE6 */
*:first-child+html .clearfix {
	min-height: 0;
} /* IE 7 */
