/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%  Tahoma, "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	background: #FFF;
	color: #636366;	
	color: #333;	
}

#wrapper {
	background-color: #FFF;
}

/* Typography
-----------------------------------------------------------------------------*/

p {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 1.2em;
}

p a {
	color: #005AAB;
	text-decoration: underline;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 900px;
	height: 91px;
}

	#header h1 {
		font-size: 1.0em;
		height: 91px;
		width: 900px;
		background: url(/images/header_bg.jpg) center left no-repeat;
		float: left;
		display: block;
		margin: 0;
	}

		#header img {
			margin-top: 10px;
			float: right;
		}
		


/* Navigation
-----------------------------------------------------------------------------*/
#menu {
	background: #F17A23 url(/images/bg-navi.gif) repeat-x;
}
	
	#menu-wrapper {
		width: 90em;
	}

	#menu ul {
		float: left;
		margin-left: 4em;
		margin-right: 0;
		width: 72em;
		list-style: none;
	}

		#menu ul li {
			display: inline;
		}
		
		#menu ul li a {
			padding-right: 1em;
			margin-right: 1em;
			border-right: 1px solid #FFF;
			display: block;
			float: left;
			color: #FFF;
			text-decoration: none;
			font-size: 1.2em;
			line-height: 2.3;
		}

		#menu ul li.last a {
			border-right: none;
		}

		#menu ul li.active a {
			color: #333;
		}

		#menu ul li a:hover {
			color: #EEE;
		}
		
/* Language Selection
-----------------------------------------------------------------------------*/

ul#language-select {
	display: block;
	width: 140px;
	list-style: none;
	float: right;
	margin-left: 0;
}

	ul#language-select li {
		display: inline;
	}

		ul#language-select li a {
			display: block;
			float: right;
			border: none;
			margin: 5px 0 0 5px;
			padding: 0;
		}

		ul#language-select li.last a {
		}
		
		
/* Subnavigation
-----------------------------------------------------------------------------*/
#submenu {
	width: 16em;
	margin-right: 4em;
	margin-left: 4em !important;
	margin-left: 2em; /* IE 6 */
	float: left;
	padding-bottom: 1px; /* display hack */
}

	#submenu ul {
		list-style: none;
	}

		#submenu ul li {
			border-bottom: 1px solid #939598;
		}
		
		#submenu ul li a {
			display: block;
			color: #F17A23;
			text-decoration: none;
			font-size: 1.1em;
			line-height: 1.8;
		}
		
		#submenu ul li.active a {
			color: #005AAB;
		}

			#submenu ul ul { /* Sub-Submenu */
				list-style: none;
				margin-left: 2em;
			}

				#submenu ul ul li {
					border-bottom: none;
					display: inline;
				}
		
					#submenu ul ul li a {
						display: block;
						color: #F17A23;
						text-decoration: none;
						border-bottom: none;
						line-height: 1.8;
					}
					
					#submenu ul li.active ul a {
						color: #F17A23;
					}
					
					#submenu ul ul li.active a {
						color: #005AAB;
					}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 5em 0;
	width: 90em;
}

#footer-wrapper {
	margin-left: 24em;
	border-top: 1px solid #939598;
	width: 61em;
	padding-top: .5em;
}

	#footer ul {
		list-style: none;
	}

	#footer p {
		font-size: 1.1em;
	}

		#footer ul li {
			display: inline;
		}

			#footer ul li a {
				display: block;
				float: left;
				color: #005AAB;
				text-decoration: none;
				margin-right: .8em;
				padding-right: .8em;
				border-right: 1px solid #005AAB;
				line-height: 1.5;
				font-size: 1.1em;
			}

			#footer ul li.last a {
				border-right: none;
			}

/* Homepage
-----------------------------------------------------------------------------*/
#main h1 {
	font-weight: 200;
	color: #005AAB;
	font-size: 2.2em;
	margin-bottom: 1em;
}


/* Images
-----------------------------------------------------------------------------*/
#image-content {
	margin-top: 30px;
}

	div.image-container {
		float: left;
		margin-right: 30px;
		margin-bottom: 30px;
	}

		div.image-container img {
			border: 1px solid #CCC;
			display: block;
		}

		div.image-container p {
			font-style: italic;	
		}
			
/* Flash
-----------------------------------------------------------------------------*/
#flash-content {
	background: #00349A;
	height: 110px;
	margin: .7em 0 .7em 0;
}

#flash-wrapper {
	width: 80em;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	background: url(../images/background.jpg) repeat-x;
	min-height: 30em;
	height: auto !important;
	height: 30em;
	overflow: visible;
}

#content-wrapper {
	width: 90em;
	padding: 3em 0 1em 0;
}

#main {
	width: 61em;
	float: left;
	font-size: 1em;
}
	
	#main ul {
		padding-left: 2em;
		font-size: 1.2em;
		margin-bottom: 1em;
	}

/* Press Articles
-----------------------------------------------------------------------------*/
div#press-articles {
	margin: 2em 0 0 0;
}

div.press-article {
	margin: 3em 0 .5em 0;
}

	div.press-article h3 {
		font-size: 1.2em;
	}

	div.press-article h2 {
		font-size: 1.2em;
		font-weight: 600;
		line-height: 2;
	}
	
	div.press-article a {
		color: #005AAB;
		text-decoration: none;
	}

/* Downloads
-----------------------------------------------------------------------------*/
div#download-items {
	margin: 2em 0 0 0;
}

div.download-item {
	margin: 3em 0 .5em 0;
}

	div.download-item h3 {
		font-size: 1.2em;
	}

	div.download-item h2 {
		font-size: 1.2em;
		font-weight: 600;
		line-height: 2;
	}
	
	div.download-item a {
		color: #005AAB;
		text-decoration: none;
	}
	

/* News Articles
-----------------------------------------------------------------------------*/
div#news-articles {
	margin: 2em 0 0 0;
}

div.news-article {
	margin: 3em 0 .5em 0;
}

	div.news-article span {
		font-size: 1.1em;
	}
	
	div.news-article h2 {
		font-size: 1.6em;
		color: #005AAB;
		font-weight: 200;
		line-height: 1.5;
	}

	div.news-article p {
		margin-bottom: 0;
	}
	
	div.news-article a {
		color: #005AAB;
		font-size: 1.2em;
		text-decoration: none;
		line-height: 2;
	}


/* Homepage Highlights
-----------------------------------------------------------------------------*/
div#home-highlights {
	margin: 3em 0 0 0;
	padding: 2em;
	background: #EEE;
}

	div#home-highlights h2 {
		font-size: 1.5em;
		margin: 0;
		font-weight: 200;
		border-bottom: 1px solid #CCC;
	}
	
div.highlight-teaser {
	margin: 2em 0 .5em 0;
}
	
	div.highlight-teaser h3 {
		font-size: 1.3em;
		color: #005AAB;
		font-weight: 200;
		line-height: 1.5;
	}

	div.highlight-teaser p {
		margin-bottom: 0;
		font-size: 1.1em;
	}
	
	div.highlight-teaser a {
		color: #005AAB;
		font-size: 1.1em;
		text-decoration: none;
		line-height: 2;
	}
	

/* Partner List
-----------------------------------------------------------------------------*/
ul#partner-list {
	margin-top: 5em;
	list-style: none;
}

	ul#partner-list li {
		display: inline;
	}
	
	ul#partner-list li a {
		width: 15em;
		text-align: center;
		background: #FFF;
		margin-right: 1em;
		display: block;
		float: left;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
		line-height: 2.3;
		margin-bottom: 2em;
	}
	
	ul#partner-list li a span.logo-container {
		display: block;
		text-align: center;
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		height: 7em;
	}
	
	ul#partner-list li a span.partner-description {
		display: block;
		text-align: center;
		color: #333;
		background: #CCC;
		font-size: 1em;
		line-height: 1.5;
		overflow: hidden;
		height: 40px;
	}
	

/* Associations List
-----------------------------------------------------------------------------*/
ul#associations-list {
	margin-top: 5em;
	list-style: none;
}

	ul#associations-list li {
		display: inline;
	}
	
	ul#associations-list li a {
		width: 15em;
		text-align: center;
		background: #FFF;
		margin-right: 1em;
		display: block;
		float: left;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
		line-height: 2.3;
		margin-bottom: 2em;
	}
	
	ul#associations-list li a span.logo-container {
		display: block;
		text-align: center;
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		height: 7em;
	}
	
	ul#associations-list li a span.association-description {
		display: block;
		text-align: center;
		color: #333;
		background: #CCC;
		font-size: 1em;
		line-height: 1.5;
		overflow: hidden;
		height: 40px;
	}
	
	
/* Press Images
-----------------------------------------------------------------------------*/
div#press-images h3 {
	margin-top: 3em;
	text-transform: uppercase;
	font-size: 1.3em;	
	border-bottom: 1px solid #CCC;
}

ul.press-image-list {
	margin-top: 3em;
	list-style: none;
}

	ul.press-image-list li {
		display: inline;
	}
	
	ul.press-image-list li a {
		width: 15em;
		text-align: center;
		background: #FFF;
		margin-right: 1em;
		display: block;
		float: left;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
		line-height: 2.3;
		margin-bottom: 2em;
	}
	
	ul.press-image-list li a span.image-container {
		display: block;
		text-align: center;
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		height: 7em;
	}
	
	ul.press-image-list li a span.image-description {
		display: block;
		text-align: center;
		color: #333;
		line-height: 1.3;
		font-size: 12px;
		overflow: hidden;
		height: 45px;
	}
	
	
/* Team
-----------------------------------------------------------------------------*/
div#team h3 {
	margin-top: 3em;
	text-transform: uppercase;
	font-size: 1.3em;	
	border-bottom: 1px solid #CCC;
}

ul.team-list {
	margin-top: 3em;
	list-style: none;
}

	ul.team-list li {
		display: inline;
	}
	
	ul.team-list li div {
		width: 15em;
		text-align: center;
		background: #FFF;
		margin-right: 1em;
		display: block;
		float: left;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
		line-height: 2.3;
		margin-bottom: 2em;
	}
	
	ul.team-list li span.image-container {
		display: block;
		text-align: center;
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		height: 7em;
	}
	
	ul.team-list li p.team-description {
		display: block;
		margin-top: .5em;
		text-align: center;
		color: #333;
		font-size: .9em;
		line-height: 1.5;
	}


/* References
-----------------------------------------------------------------------------*/
div#reference-container h3 {
	float: left;
	width: 2.5em;
	margin-top: 2.4em;
	margin-left: 1em;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #005AAB;
	line-height: 1;
	padding-top: 5px;
}

#main ul.reference-list {
	margin-top: 3em;
	list-style: none;
	float: left;
	display: block;
	padding-left: 0;
}

	ul.reference-list li {
		font-size: 12px;
		margin-bottom: .5em;
	}
	
	ul.reference-list li span {
		width: 18em;
		display: block;
		float: left;
	}
	
	ul.reference-list li a {
		width: 5em;
		display: block;
		float: left;
		color: #333;
		text-decoration: none;
		font-weight: 600;
	}

/* Google Maps
-----------------------------------------------------------------------------*/
#map {	
	width: 55em;
	height: 35em;
}

/* Forms
-----------------------------------------------------------------------------*/

.error {
	font-weight: bold;
	color: #900;
}

.success {
	font-weight: bold;
	color: green;
}

form fieldset { 
	border: 1px solid #CCC;
	margin-bottom: 2em;
}

form fieldset legend { 
	padding: .2em;
	font-size: 1.2em;
}

form label { 
	cursor: pointer;
	float: left;
	padding: 0.3em 7px 0 5px;
	text-align: right;
	width: 12em;
	font-size: 12px;
}

form ul {
	margin: 0 0 .5em .5em;
	list-style: none;
}

form ul.interests {
	margin: 0 0 20px 14em;
	list-style: none;
}

	form li {
		padding: 0 0 0.5em 0;
	}
	
	form li.space {
		padding: 0 0 1.5em 0;
	}

form label.checkbox {
	float: none;
	padding: 0.3em 1em 0 0.3em;
	text-align: left;
	width: auto;
}

input[type="text"]:focus, 
textarea:focus {
	background: #EFF3F5; 
	border: 1px solid #7199A6;
}

input[type="text"]:hover, 
textarea:hover {
	border: 1px solid #30464E;
}

#vorname,
#nachname,
#beruf,
#firma,
#abteilung,
#strasse,
#telefon,
#fax,
#email,
#kammer,
#ort,
#plz,
textarea {
	border: 1px solid #7199A6;
	padding: 4px;
	width: 270px;
}

input#plz {
	width: 40px;
}

input#ort {
	margin: 0 0 0 4px;
	width: 216px;
}

input.submit-button {
	padding: 3px;
	margin: 0 0 20px 17em;
}

/* Tables 
-----------------------------------------------------------------------------*/

table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

td {
  	text-align: left;
	font-weight: normal;
}


/* Sitemap
-----------------------------------------------------------------------------*/
ul#sitemap {
	padding-left: 2em;
	font-size: 13px;
}
	
	ul#sitemap li {
		margin-bottom: 1em;
		font-size: 13px;
	}
	
		ul#sitemap li a {
			color: #333;
		}
	
		ul#sitemap ul {
			padding-left: 2em;
		}
	
			ul#sitemap ul li {
				margin-bottom: .3em;
			}



