/* Alle Stile der Seitenstruktur */
html{height:100%}
body {
	text-align:center;
	background-color:#191919;
	margin:0;
	min-height:101%;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerWrapper {
	width:100%;
	height:150px;
	background-image: url(../images/css/top-navi-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#F7F7F4;
}
#header {
	width:975px;
	padding-left:7px;
	padding-right:8px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header #logo {
	position:absolute;
	left:7px;
	top:20px;
}
#header #logo img {
	border:none;
}
#header #spruch {
	position:absolute;
	left:285px;
	top:20px;
	width:705px;
	text-align:right;
}
#header #MainNavi {
	width: 975px;
	height:55px;
	position:absolute;
	left:0px;
	bottom:0px;
}
#spruch div.spruchWrapper {
	float:right;
	background-image: url(../images/css/spruch-anfang.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:34px;
}
#spruch h1 {
	padding-right:34px;
	background-image: url(../images/css/spruch-ende.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#8A8A8C;
	font-size:180%;
	font-weight:normal;
	line-height:160%;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fpWrapper {
	width:100%;
	background-color:#FFF;
	background-image: url(../images/css/footer-lines.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#fullpage {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	padding-bottom:15px;
	position:relative;
}
#gplus {
	position:absolute;
	left:272px;
	top:-113px;
}
#sprachWahl {
	text-align:right;
	width:300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position:absolute;
	right:0px;
	top:-23px;
}
#page {
	text-align:left;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#center {
	width:990px;
	padding-top:25px;
	padding-bottom:20px;
}
#leftcol {
	width:235px;
	float:left;
}
#rightcol {
	width:715px;
	float:right;
}
#rightcol #infos {
	position:relative;
	float:right;
	width:195px;
}

#footer {
	width:990px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding: 5px 5px 15px;
}
#iva {
	float:left;
	width:200px;
	text-align:left;
	font-size:90%;
	color:#FFF;
}
#fPortale {
	position:absolute;
	left:280px;
	width:480px;
	text-align:left;
}
#footerpages {
	float:right;
	text-align:right;
	width:580px;
}

/* Cookies */
#cookiesWrapper {
	width: 100%;
	position:fixed;
	left:0;
	bottom:0;
	background-color:#EEE;
	padding:5px 0px;
}
#cookies {
	width: 100%;
	margin:0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
#cookiesText {
	width: 80%;
	float:left;
	color:#000;
	line-height:20px;
}
a#cookiesButton {
	width: 40px;
	height:30px;
	line-height:30px;
	font-size: 14px;
	background-color:#333;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	display:block;
	float:right;
}
@media only screen and (min-width: 960px) {
	#cookies {
		width: 960px;
	}
}


/* For modern browsers */
.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clear {
    zoom:1;
}