@charset "UTF-8";
/* CSS Document */
body {
	background-color: #cbcbcb;
	background-image: url(images/background-landing.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:12pt;
	font-family:Verdana, Geneva, sans-serif;
	color:#7f7f7f;
	
}
a {
	font-size:12pt;
	
	color:#7f7f7f;
	text-decoration:none;
}
.artikel a {
	font-size:12pt;
	color:#03499a;
	text-decoration:underline;
	
	}
.link {
	text-decoration:underline;}
h1 {
	font-size:17pt;
	color:#03499a;
	font-weight:lighter;
	}
h2 {
	color:#03499a;
	font-weight:lighter;
	}
h3 {
	color:#03499a;
	font-weight:lighter;
	}
.clear { clear:both;}	
#container {
	width:900px;
	margin:25px auto;
	height: auto;
	-moz-box-shadow: 0px 0px 7px 3px #999;
	-webkit-box-shadow: 0px 0px 7px 3px #999;
	box-shadow: 0px 0px 7px 3px #999;
	}
	
#wrapper {
	background-color: #FFF;
	border: 0px solid #000;
	min-height: 1000px;
}

#top-navi {
	height: 50px;
	width: 900px;
}
#slider {
	height: 210px;
	text-align: center;
}
#slider img {
	width:900px;
	height:210px;
	border:none;
}

	
#header {
	height:105px;
	width:900px;
	}
#logo {
	height:100px;
	width:208px;
	/*03499a   #0056c2*/
	border-top:5px solid #03499a;
	background:url(images/logo-quasus-start-dark.png) no-repeat center bottom;
	margin-left:346px;
	}
#logo a img {
	height:100px;
	width:208px;
	border:none;
}

#main {
	width:900px;
	height:auto;
	}
#content {
	width:900px;
	min-height: 400px;
}


#footer {
	width:900px;
	height:40px;
	background-color:#e2e2e2;
	padding-top:25px;
	margin-top: 15px;
}

#footer #footer-infos a {
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
	color:#7f7f7f;
	text-decoration:none;
}
#footer #footer-infos {
	text-align:center;
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
	color:#7f7f7f;
	text-decoration:none;
	}
	
.artikel {
	margin-left:45px;
	padding-bottom:35px;
	font-size:11pt;
	font-family:Verdana, Geneva, sans-serif;
	background:url(images/seperator.png) no-repeat bottom;
	padding-right: 20px;
	}
.artikel blockquote ul { padding-left:18px; }
.left {
	float:left;
	}
.right {
	float:right;
	}
.half {
	width:50%;
	}
.two-third {width:560px;}
.one-third {width:275px;}
.artikel p {
	margin-bottom:0.3em;
	margin-top:0.3em;
	}
.septop {
	height: 20px;
	width: 900px;
}
.fett {
	font-weight:bold;}