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

body {
	font: 100%/1.8 'Open sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.content {
	padding-top: 0;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
	width:900px;
	float: left;
}

.home h1 {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #006699;
	}
	
.blau2 {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #006699;
}
.header-pic {
	padding:0;
	margin:0;
	height:508px;
	background-image: url(../images/header_start.png);
	background-repeat: no-repeat;
}

.red ul {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 20px; 
	line-height: 1.5em;
	
}

.red li {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(../images/list.png);
}

h2 {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	color: #0099cc;}

.redbg ul {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left: 40px; 
	line-height: 1.5em;
	
}

.redbg li {
	font-family: 'Open sans Condensed', Arial, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-image: url(../images/list2.png);
}

.redbg {
	color: #fff;	
}
.homeimg {
	text-align: center;	
}


