/* HACKS */
/* ----- */

/* NUR IE 6*/
* html #id {

}

/* IE 7 und FF */
html>body #id {

}

/* NUR IE 7*/
*+html #id {

} 


/* STRUKTUR */
/* -------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-align: center;
	min-width: 940px;
	font-size: 68.5%;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#content {
	width: 760px;
	float: right;
}

#branding {
	width: 990px;
	background: url('images/branding.jpg') top left no-repeat;
	height: 157px;
	border-bottom: 2px solid #ddd;
}

#logo {
	position: relative;
	top: 60px;
	left: 20px;
}

#leftColumn {
	width: 228px;
	float: left;
	padding: 5px 0 20px 0;
	text-align: center;
}

#mainContent {
	width: 529px;
	min-height: 450px;
	float: left;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}

#rightColumn {
	width: 227px;
	float: right;
	padding: 5px 0 20px 0;
	text-align: center;
}

#footer {
	width: 990px;
	margin: 0 auto 10px auto;
	clear:both;
	border-bottom: 2px solid #ddd;
}


/* ELEMENTE */
/* -------- */

img {
	border: 0;
}

h1 {
	color: #0260AA;
	font-size: 1.7em;
	font-weight: normal;
	margin: 44px 25px 20px 30px;
	line-height: 1.3em;
}

* html h1 {
	margin: 0 25px 20px 30px;
}

h2 {
	color: #0260AA;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 25px 10px 30px;
	line-height: 1.3em;
}

h3 {
	color: #0260AA;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 25px 10px 30px;
	line-height: 1.3em;
}

#content p {
	margin: 0 0 10px 30px;
	padding-right: 20px;
	line-height: 1.6em;
}

#content p.page {
	margin: 20px 0 180px 30px;
	padding-right: 20px;
	line-height: 1.6em;
}

#rightColumn p {
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 2px solid #ddd;
}

#lang {
	text-align: center;
}

#lang2 {
	text-align: center;
}

#suche {
	float: right;
	margin: -75px 15px 0 0;
	display: inline;
}

#messe {
	margin: 70px 0 0 40px; 
	float: left; 
	text-align: left;
	display: inline;
}


/* NAVIGATION */
/* ---------- */

#mainNav {
	width: 529px;
	float: left;
	display: inline;
	margin: 0 0 44px 0;
}

#mainContent ul {
	list-style: disc;
	margin: 0 25px 15px 46px;
}

#mainContent ul li {
	margin: 10px 0 0 0;
	list-style-position: inside;
}

#mainContent ul li.sitemap {
	text-indent: 60px;
}

#mainNav ul {
	list-style: none;
	float: left;
	margin: 0;
}

#mainNav ul li {
	float: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 105px;
	text-align: center;
	margin: 0;
}

#mainNav ul li a {
	padding: 5px 10px 10px 10px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	width: 85px;
	display: block;
}	

#mainNav ul li a:hover {
	color: #fff;
	width: 85px;
	display: block;
	background-color: #aaa;
}

#leftColumn ul {
	list-style: none;
	float: left;
	margin: 60px 0 0 25px;
	display: inline;
}

/* NUR IE 6*/
* html #leftColumn ul {
	list-style: none;
	float: left;
	margin: 60px 0 0 20px;
	display: inline;
}

/* NUR IE 7*/
*+html #leftColumn ul {
	margin: 60px 0 0 22px;
	list-style: none;
} 

#leftColumn ul li {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 164px;
	text-align: left;
}

#leftColumn ul li a {
	padding: 5px 10px 10px 2px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	width: 152px;
	display: block;
}	

#leftColumn ul li a:hover {
	color: #fff;
	width: 152px;
	display: block;
	background-color: #aaa;
}

#mainContent ul {
}

/* LINKS */
/* ----- */

a, a:link, a:visited {
	color: #0260AA;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0260AA;
	font-weight: bold;
	text-decoration: none;
}

#lang a, #lang a:link, #lang a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding-right: 5px;
} 

#lang a:hover, #lang a:active {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 5px;
} 


/* FORMULARE */
/* --------- */

label {
	margin-right: 5px;
	width: 150px;
	float: left;
}

label.search {
	width: 40px;
	clear: both;
	padding: 10px 0 0 0;
}

input, textarea, select {
	font-size: 1em;
	font-weight: normal;
	background-color: #ffffff;
	width: 270px;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus,
input.checkbox:hover, input.checkbox:active, input.checkbox:focus {
	background-color: #eeeeee;
}

fieldset {
	padding: 4px;
	margin: 4px;
	width: 460px;
}

legend {
	padding: 0 5px;
}

.clearform {
	clear: both;
	height: 5px;
	line-height: 1px;
}

form {
	margin: 20px 0 0 30px;
}
