/*@charset "UTF-8";
/* CSS Document */

/* Startheader
----------------------------------------*/
#startHeader
{
	width:830px;
	height:600px;
	background-image:url(../images/startHeaderBg.jpg);
	background-repeat:no-repeat;
	padding: 40px 37px 20px 37px;
}

#startLeftColumn {
	width:450px;
	float:left;
	}
	
#startLeftColumn ul {
	margin-left:0px;
	margin-bottom:1em;
	padding:12px 10px 5px 12px;
	border:1px solid #999;
	background-color:#f6f7f8;
	}
	
#startLeftColumn li {
	background-image:url(../images/16-em-check_16x16.png);
	background-repeat:no-repeat;
	margin-bottom:.5em;
	padding-left:25px;
	}
	
#startLeftColumn a {
	color:#34629D;
	}

.linkbuttons {
	display:block;
	margin-right:20px;
	float:left;
}

div#startBild {
	width:448px;
	height:220px;
	border:1px solid #fff;
	margin-bottom: 35px;
	}




#startRightColumn {
	width:350px;
	float:right;
	margin-left:0px;
	}
	
#startRightColumn h2 {
	color:#999;
	margin:0 0 .5em 0;
	font-size:1em;
	text-transform:uppercase;
}

#newsBlock {
	height:165px;
	margin-top:15px;
	margin-bottom:40px;
	}

#newsBlock h1 {
	width:350px;
	color: #FFF;
	margin: 0 0 .5em 0px;
	font-size:1.5em
}

#newsBlock p {
	width:350px;
	color: #FFF;
	font-size:0.825em;
	margin-bottom: 0.75em;
}

.startTeaserButton {
	width:346px;
	height:70px;
	padding:4px 2px;
	margin-bottom:10px;
	}

.startTeaserButton h3 {
	color:#34629D;
	}

.startTeaserButton p {
	font-size:.825em;
	line-height:1.25em;
	}

.startTeaserButton:hover {
	width:346px;
	height:70px;
	padding:4px 2px;
	background-color:#E6E9EE;
	}

.startTeaserButton img {
	float:left;
	margin-right:15px;
	}

.infoBox p {
	margin-bottom:.5em
	}

