/****************************** General Styles ******************************/
body {
	font-family: Calibri, 'Gudea', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #323232;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
	background-image: url(../img/bgSite.jpg);
}

.fl {float: left;}
.fr {float: right;}

.imgFl {
	float:left;
	margin: 8px 15px 7px 0;
}

.imgMarginBorder {
	margin: 8px 15px 8px 0;
	border-style: solid;
	border-width: 1px;
	border-color:#555;
}


.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

a.aKlein {
	font-size:13px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #416490;
	margin-bottom: 10px;
}

h1 span {
	font-weight: 400;
	color: #6e6d6d;
}

h1.neutral {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 10px;
}

h1.neutral span {
	font-weight: 400;
	color: #6e6d6d;
}

h3 {
	font-size: 18px;
	line-height:1.3em;
	font-weight: bold;
	color: #416490;
	
}

h4 {
	font-size: 18px;
	color:#FFF;
}
	
h6 {
	font-size: 12px;
}

a {
	color: #416490;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #6e6d6d;
}

.gray {
	color: #D1D1D1;
	font-weight: 700;
}

p {
	margin-bottom: 15px;
}

hr {
	margin: 35px 0;	
}

.imgMarginTop {
	margin-top: 15px;
}

.imgBorder {
	border-style: solid;
	border-width: 1px;
	border-color:#555;
}

/****************************** Structure Styles ******************************/
div.centerContainer {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

div.leftContainer {
	display:inline;
	float:left;
	width:605px;
	padding-top: 50px;
}

div.rightContainer {
	display:inline;
	float:right;
	width:250px;
	padding-top: 88px;
}

div.articleSeperator {
	height: 1px;
	margin-bottom: 15px;
	display: block;
}

div.blankSeperator {
	height: 1px;
	margin-bottom: 30px;
	display: block;
}

div.blankSeperatorBig {
	height: 1px;
	margin-bottom: 90px;
	display: block;
}
div.blankSeperatorRight {
	height: 1px;
	margin-bottom: 150px;
	display: block;
}

/****************************** Header Section ******************************/
div#topBarContainer {
	color:#fff;
	letter-spacing: 2px;
	background-image: url(../bilder/bgTopBar.png);
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 4px;
	z-index: 10;
}

div#topBarContainer p {
	margin-bottom: 0px;
}

div#topBarContainer a {
	font-size: 12px;
	color:#CCC;
}

div#topBarContainer a:hover {
	color:#fff;
}

div#headerContainer {
	height: 385px;
	background-image: url(../bilder/bgHeader.jpg);
}


div#ribbonLogo {
	position:absolute;
	margin-left:-26px;
	width: 926px;
	height: 76px;
	top: 260px;
}

div#ribbonLogo img {
	display: inline;
	float: left;
}

div#ribbonLogo p {
	display:block inline;
	background-image:url(../bilder/bgHeadTitle.png); 
	float: right;
	width: auto;
	height: 42px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 13px;
	margin-bottom:0px;
	font-size: 20px;
	color:#222;
}

div#ribbonLogo p span{
	font-weight: 800;
}


/****************************** Navigation Section ******************************/
div#navContainer {
	height:	78px;
	background-image:url(../bilder/bgNav.png);
	background-repeat: repeat-x;
}

div#navContainer ul  {
	margin-top: 23px;
}

div#navContainer ul li {
	display: inline;
	margin-right: 25px;
	font-size: 18px;
}

div#navContainer ul li a {
	font-weight: 800;
	color: #eee;
}

div#navContainer ul li a:hover {
	color: #ccc;
}

div#navSecContainer {
	margin-top: 15px;
}

div#navSecContainer ul li {
	margin-right: 15px;
	display: inline;
	padding: 0 7px;
	background-color: #416490;
	border-bottom-color: #0c2346;
	border-top-color:#81aacb;
	border-left-color:#81aacb;
	border-right-color:#81aacb;
	border-style: solid;
	border-width: 1px;
}

div#navSecContainer a {
	color: #fff;
	font-size: 16px;	
	font-weight: 400;

}

div#navSecContainer a:hover {
	color: #222;
}

ul.tabellenNav li {
	margin-right: 15px;
	display: inline;
	padding: 0 7px;
	background-color: #555;
	border-bottom-color: #aaa;
	border-top-color:#888;
	border-left-color:#888;
	border-right-color:#888;
	border-style: solid;
	border-width: 1px;
}

ul.tabellenNav li a {
	color: #fff;
	font-size: 16px;	
	font-weight: 400;

}

ul.tabellenNav li a:hover {
	color: #222;
}


/****************************** Content Section ******************************/
div.leftContainer ul.boxedList li {
	display: inline-block;
	float: left;
	margin-right: 5px;	
	width: 145px;
}

div.leftContainer img {
	line-height:none;
}

.btnList {
	background-image:url(../bilder/bgNav.png);
	background-position: -3px;
	display: block;
	clear: left;
	color: #fff;
	text-align:center;
	line-height: none;
	width: 145px;
	height: 33px;
	padding-top: 3px;
	margin-top: -8px;

}

.btnList a {
	color: #fff;
}

.btnList a:hover {
	color: #ccc;
}

div.leftContainer ul.numeration li {
	list-style: disc;
	margin: 5px 0 0 15px;
}

div.leftContainer ul.numeration{
	margin-bottom: 15px;
}

div.siderBox {
	background-color: #222;
	display:block;
	color:#ccc;
	padding: 10px 15px 10px 15px;
	border-radius: 7px;
	line-height: 1.4em;
}
div.siderBox p {
	margin-bottom:0px;
}
div.siderBox a {
	color:#ccc;
	font-weight: 400;
	font-style:italic;
}
div.siderBox a:hover {
	color:#eee;
}

ul.contentList li {
	margin-top: 25px;
}

ul.contentList li p {
	font-style:italic;
	font-size:15px;
	line-height: 1.4em;
}

ul.contentList li a {
	font-size:15px;
	font-style:italic;
	margin-top:5px;
	display:inline;
	color: #0c2346;
	padding: 0 8px;
	background-color: #81aacb;
	border-color: #416490;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
}

ul.contentList li a:hover {
	color: #fff;
}

ul.contentList li hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.tarifeContainer {
	width:auto;
	margin: 25px auto 0 auto;
	background-color: #FFF;
}

body.whiteBg {
	background-color:#FFF;
}

div.tarifeContainer table.tarife {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.td1 {
	background-color: #b1cde2;	
}

.td2 {
	background-color: #cae3f5;	
}

.td3 {
	background-color: #FFFFCC;
}

table.tabelleZaehler td {
	padding-left:10px;
}

ul.dldList li {
	margin-top: 15px;
	display:block;
	background-color: #cae3f5;
	padding: 15px;
	background-image:url(../bilder/pdf_icon.png);
	background-repeat:no-repeat;
	background-position: 10px 20px;
}

ul.dldList li:hover {
	background-color: #b1cde2;
}

ul.dldList li a h3 {
	margin-left: 45px;
}

ul.dldList li a p {
	margin-left: 45px;
	font-weight:400;
	line-height: 1.5em;
	color: #323232;
	font-style:italic;
	font-size:14px;
	margin-bottom:0;
}

form#Formular  {
	width: 300px;
	float:left;
	display:block;
	line-height: 1.6em;
}

form#Formular input {
	background-color: #cae3f5;
	border: solid 1px #555;
	width: 250px;
	height:30px;
	padding-left: 10px;
	font-family: Calibri, 'Gudea', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

form#Formular input.btn {
	background-color: #b1cde2;
	border: solid 1px #555;
	width: 130px;
	font-family: Calibri, 'Gudea', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

form#Formular input.btn:hover {
	background-color: #cae3f5;
}

form#Formular textarea {
	background-color: #cae3f5;
	border: solid 1px #555;
	width: 250px;
	height: 120px;
	padding-left: 10px;
	padding-top: 8px;
	font-family: Calibri, 'Gudea', Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h3.hMargin {
	margin-top:35px;
}

.hidden {
	display: none;
	visibility: hidden;
}

small {
	font-size: 12px;
}
/****************************** Footer Section ******************************/
div#footerContainer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	height: 75px;
}

div#footerContainer p {
	display:block;
	text-align:center;
	color:#aaa;
	font-size: 14px;
	padding-top:13px;
	margin-bottom:0px;
}
div#footerContainer p span {
	color:#416490;
}

div#footerContainer a {
	color:#aaa;
}

div#footerContainer a:hover {
	color:#fff;
}
