/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

body {
	background: #f9f9f9 url(../images/body_bg.png);
}

body.homepage {
	background: #fff url(../images/homepage_body_bg.png) repeat-x 0 367px;
}

form .text {
	border-color: #89ABD1;
	width: 200px;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #89ABD1;
	background-color: transparent;
	color: #FFF;
}

form .button.image {
	border-color: transparent;
	background-color: transparent;
	color: #16A1DF;
}

#title {
	position: absolute;
	top: 8px;
	left: 11px;
	background-image: url(../images/logo.png);
}

.homepage #title {
	background-image: url(../images/homepage_logo.png);
}

	#title a {
		display: block;
		width: 276px;
		height: 35px;
		text-indent: -9999px;
	}
	
#subtitle {
	display: none;
}

#box {
	position: absolute;
	top: 40px;
	left: 50%;
	width: 678px;
	margin: 0 -339px 0 -339px;
	background-color: #cdcdcd;
}

.homepage #box {
	top: 62px;
	background: transparent url(../images/homepage_box_bg.png) no-repeat 10px 0; 
}

#header {
	height: 226px;
	background: url(../images/header_bg.jpg) no-repeat 9px 100%;
}

.homepage #header {
	height: 306px;
	background: url(../images/homepage_header_bg.jpg) no-repeat 304px 0;
}

#leftCol {
	display: inline;
	float: left;
	clear: both;
	width: 218px;
	margin-left: 9px;
}

.homepage #leftCol {
	position: relative;
	top: -202px;
	width: 304px;
	margin: 0;
}

	#mainNavigation {
		margin: 7px 28px 0 0;
	}
	
	.homepage #mainNavigation {
		margin-right: 18px;
	}

	#mainNavigation li {
		text-align: right;
	}

	#mainNavigation li#mainNavigationUnsereTätigkeitsgebiete {
		margin-top: 18px;
	}

	#mainNavigation li a {
		padding: 0 4px 0 20px;
		line-height: 18px;
		background: url(../images/mainNavigation_level1.png) no-repeat 5px 3px;
	}
	
	#mainNavigation li a:hover {
		color: #900;
	}

#midCol {
	float: left;
	width: 421px !important;
	width: 443px;
	padding-left: 22px;
	background: #fff url(../images/midCol_bg.gif) no-repeat 0 100%;
}

.homepage #midCol {
	width: 362px !important;
	width: 374px;
	padding-left: 12px;
	background: none;
}

	#mainContent {
		margin: 6px 20px 40px 0;
	}

	.homepage #mainContent {
		margin-top: 36px;
	}

	#mainContent .contentElement {
		margin-top: 15px;
	}

	.homepage #mainContent .contentElement {
		margin-top: 0;
	}
	
	#mainContent h2 {
		color: #900;
		font-size: 14px;
	}

	.homepage #mainContent h2 {
		display: none;
	}

	#mainContent a {
		text-decoration: underline;
	}

	#mainContent a:hover {
		color: #900;
	}

	#mainContent .standardTable .firstCol {
		width: 100px;
	}

	#mainContent .addressTable {
		margin-bottom: 5px;
	}

	#mainContent .addressTable td {
		line-height: 16px;
	}

	#mainContent .addressTable .firstCol {
		width: 145px;
	}

	#mainContent .addressTable .secondCol {
		width: 90px;
	}

#footer {
	position: relative;
	height: 40px;
}

.homepage #footer {
	display: none;
}

	#footer * {
		color: #666;
	}
	
	#copyright {
		position: absolute;
		top: 16px;
		left: 20px;
	}
	
	#snowflake {
		position: absolute;
		top: 16px;
		right: 8px;
	}
