@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
}
.tabletitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#menu {
	padding: 0px;
	list-style-type: none;
	background-color: #007eb4;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0px;
	position: relative;
	width: 100%;
	height: 45px;
}
#menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline;
	line-height: 45px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
    -moz-transition:color 0.2s linear, background 0.2s linear;
    -o-transition:color 0.2s linear, background 0.2s linear;
    transition:color 0.2s linear, background 0.2s linear;
}
#menu li {
	display: inline;
	line-height: 45px;
	padding: 0;
	margin: 0px;
	position: relative;
	float: left;
}
#menu li.current {
	background-color: #f1f2f2;
	box-sizing: border-box;
	border-radius: 4px 4px 0px 0px;
	padding-bottom: 5px;
}
#menu li:hover > a {
	color: #000;
	background-color: #f1f2f2;
	box-sizing: border-box;
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 16px;
}
#menu li.current a {
	color: #000;
}
#menu li:hover > ul {
	display: block;
    opacity:1;
}
#menu ul {
	list-style: none;
	display: none;
	opacity:0;
	position: absolute;
	z-index: 99999;
	width: 170px;
	background: #f1f2f2;
	box-shadow: 2px 4px 7px 0px #ccc;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear;
	-o-transition:opacity 0.2s linear, visibility 0.2s linear;
	transition:opacity 0.2s linear, visibility 0.2s linear;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.standleitungenRight ul {
	margin-top: 0px;
}

#menu ul li {
	overflow: hidden;
    margin: 0;
    padding: 0;
    display: block; 
	float: none;
}
#menu ul a {    
	color: #000;
	font-weight: normal;
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
#menu ul a:hover {
	color: #fff;
    background-color: #007eb4;
	padding: 10px;
}
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.teaser {
	width: 309px;
}
.teaser-top {
	background-color: #007eb4;
	box-sizing: border-box;
	border-radius: 10px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 15px;
	color: #FFF;
	line-height: 29px;
	margin: 0px;
	text-decoration: none;
}
#footer {
	background-color: #007eb4;
	border-radius: 10px;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

.footer-top {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	line-height: 40px;
}
.zur-kontaktseite-button {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 13px;
	color: #000;
	line-height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.kontaktbutton {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}


.footerColumn {
	height: auto;
	width: 298px;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
	margin-left: 8px;
}
.standleitungenLeft {
	height: auto;
	width: 225px;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
}
.verfuegbarkeitLeft {
	height: auto;
	width: 225px;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
}




.standleitungenRight {
	height: auto;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
	margin-left: 8px;
	width: 600px;
	font-size: 13px;
}
.verfuegbarkeitRight {
	height: auto;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
	margin-left: 8px;
	width: 300px;
	font-size: 13px;
}

.impressumLeft {
	height: auto;
	width: 225px;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
	line-height: 1.5;
}
.impressumMiddle {
	height: auto;
	width: 225px;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
	line-height: 1.5;
}
.impressumRight {
	height: auto;
	width: 400px;
	background-color: transparent;
	float: left;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 18px;
	line-height: 1.5;
}


#standleitungenContent {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#downloadsContent {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kontaktContent {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form {
	background-image: url(../images/bg-kontaktformular.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
	height: 288px;
}
input#absender, input#email, input#betreff, input#telefon {
	background-color: #efefef;
	border-radius: 10px;
	border: none;
	width: 307px;
	height: 38px;
	outline:none;
	margin-bottom: 5px;
	padding-left: 20px;
	margin-right: 15px;
}
input#absenden {
	background-image: url(../images/absenden-button.png);
	background-repeat: no-repeat;
	border: none;
	height: 32px;
	width: 245px;
	outline:none;
	background-color: transparent;
	margin-top: 10px;
}
textarea {
	background-color: #efefef;
	border-radius: 10px;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 629px;
	height: 110px;
	resize: none;
}



#servicepartnerContent {
	margin: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.downloadsLine {
	background-image: url(../images/bg-download.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	vertical-align: top;
	margin-bottom: 1px;
}
.companyLine {
	background-image: url(../images/bg-company.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	vertical-align: middle;
	height: 96px;
	padding-top: 13px;
	line-height: 1.5;
}
.companyLine a {
	color: #000;
	text-decoration: none;
}
.companyLine a:hover {
	text-decoration: underline;
}
.companyLeft {
	float: left;
	height: auto;
	margin-right: 20px;
}


.downloadsLine a {
	display: block;
	text-decoration: none;
	color:#000;
}
.teaser-top a {
	display: block;
	text-decoration: none;
	color:#fff;
}
img {
	border: 0;
}

.iconsDownload {
	float: left;
	line-height: 52px;
}

.text-pink {
	font-size: 13pt;
	font-weight: bold;
	color: #c10549;
}



.footerContent {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	line-height: 1.5;
}
.logoWeiss {
	background-image: url(../images/logo-weiss.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}


.teaser-top-content {
	padding-left: 50px;
	text-decoration: none;
}
.teaser-img {
	padding-top: 10px;
}
.teaser-content {
	padding-right: 30px;
	padding-left: 20px;
}
.pink-bold {
	font-weight: bold;
	color: #c7054d;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.firma {
	font-weight: bold;
	padding-left: 80px;
	font-size: 16px;
	display: block;
	padding-top: 7px;
	padding-bottom: 9px;
}
.firma2 {
	font-size: 12px;
}




.bg-netz {
	background-image: url(../images/icon-netz.png);
	background-repeat: no-repeat;
	background-position: 17px 15px;
}
.bg-fon {
	background-image: url(../images/icon-telefon.png);
	background-repeat: no-repeat;
	background-position: 17px 15px;
}
.bg-fax {
	background-image: url(../images/icon-fax.png);
	background-repeat: no-repeat;
	background-position: 17px 15px;
}





#startHeader {
	background-image: url(../images/bg-start.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 316px;
	margin-top: 4px;
	padding-left: 42px;
}
#internettelefonieHeader {
	background-image: url(../images/bg-internettelefonie.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 870px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}


#standleitungenHeader {
	background-image: url(../images/bg-standleitungen.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 900px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}
#verfuegbarkeitHeader {
	background-image: url(../images/bg-standleitungen.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 609px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}
#vertriebspartnerHeader {
	background-image: url(../images/bg-downloads.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 462px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}
#vertriebspartnerHeader a {
	color: #000;
	text-decoration: none;
}
#vertriebspartnerHeader a:hover {
	text-decoration: underline;
}



#downloadsHeader {
	background-image: url(../images/bg-downloads.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 462px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}
#servicepartnerHeader {
	background-image: url(../images/bg-servicepartner.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 462px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}

#impressumHeader {
	background-image: url(../images/bg-impressum.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 367px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}
#impressumHeader a {
	text-decoration: none;
	color: #000;
}
#impressumHeader a:hover {
	text-decoration: underline;
}

#kontaktHeader {
	background-image: url(../images/bg-kontakt.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 539px;
	margin-top: 4px;
	padding-left: 42px;
	padding-right: 25px;
}





#tableHeader {
	margin-top: 25px;
}
#tableHeader td {
	text-align: center;
}
.zellen {
	padding-top: 15px;
	padding-bottom: 15px;
}

.weiss {
	color: #FFF;
}
.preis {
	font-size: 18px;
	font-weight: bold;
}
.tarif {
	font-size: 15px;
	font-weight: bold;
}

.speed {
	font-size: 39px;
	font-weight: bold;
}



.leerzeile {
	height: 30px;
}

#startTeaser {
	margin-top: 0px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #007eb4;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.nonbold {
	font-weight: normal;
}

#startHeader li {
	font-size: 32px;
	line-height: 45px;
	list-style-image: url(../images/start-bullet.png);
}
#internettelefonieHeader li {
	font-size: 32px;
	line-height: 45px;
	list-style-image: url(../images/start-bullet.png);
}
.bg-excel {
	background-image: url(../images/icon-excel.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
	line-height: 52px;
}
.bg-word {
	background-image: url(../images/icon-word.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
	line-height: 52px;
}
.bg-pdf {
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
	line-height: 52px;
}


.text-klein {
	font-size: 18px;
}

#startHeader ul {
	padding-top: 15px;
	padding-bottom: 15px;
}
#internettelefonieHeader ul {
	padding-top: 15px;
	padding-bottom: 15px;
}


.headerContent {
	padding-top: 50px;
	width: 470px;
}
.headerContentBreit {
	padding-top: 50px;
}

.content {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	margin: 20px;
}
.zeilenhoehe {
	line-height: 1.6;
}
