@import url("form.css");
/*------------- global settings ------------*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #5B5B5B;
	background-image: url(images/punkte_4.gif);
	background-repeat: repeat-y;
	text-align: left;
	text-indent: 0px;
	font-style: normal;
	background-color: #F4F4F4;
	height: 150%;
}
/*---------------global formatting -------------------
-----------------------------------------------------------*/

/* ------------- =headlines---------------- */


h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #0033CC;
	background-color: #F4F4F4;
	text-align: left;
	font-style: normal;
	line-height: normal;
	padding-bottom: 0.7em;
}

	h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #0033CC;
	background-color: #F4F4F4;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
	background-color: #F4F4F4;
	text-align: left;
	text-indent: 0px;
	line-height: normal;
	padding-bottom: 0.3em;
	padding-top: 0.6em;
}
	h2 a:link, h2 a:visited {
		text-decoration: none;
		color: #0033CC;
		background-color: #F4F4F4;
	}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #737373;
	background-color: #F4F4F4;
	text-align: left;
	text-indent: 0px;
	padding-top: 0.5em;
}
h3 a:link, h3 a:visited {

		text-decoration: none;
		color: #737373;
		background-color: #F4F4F4;
	}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #737373;
	background-color: #F4F4F4;
	text-align: left;
	text-indent: 0px;
	padding-top: 0.5em;
	padding-bottom: 5px;
}


h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 0px;
	line-height: normal;
}

.headline-2 {
	position: relative;
	width: 48em;
	border-bottom: solid 1px #666666;
	margin-bottom: 10px;
	top: 10px;
}

.headline-2 p {
	float: right;
	position: relative;
	font-weight: bold;
	font-size: 1.1em;
	height: auto;
	padding: 0;
}
.headline-2 h3 {
	float: left;
	position: relative;
	vertical-align: bottom;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1.1em;
}
.headline-2 h1{
	float: left;
	position: relative;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-top: 0px;
	font-size: 1.3em;
}
.headline-2 h1 p{
	float: right;
	position: relative;
	font-weight: bold;
	font-size: 1.3em;
	height: auto;
	padding: 2px 0px 0px 0px;
}
.c-headline-2 {
	width: 49em;
	padding-top: 10px;
	position: relative;
}


/*------------      =text styles-----------*/

.strong-blau {
	font-weight: bold;
	color: #0033CC;
	background-color: #F4F4F4;
}
	.strong-blau a:link, .strong-blau a:visited {

		text-decoration: none;
		color: #0033CC;
		background-color: #F4F4F4;
	}

.strong-blau-small {
	font-weight: normal;
	color: #0033CC;
	background-color: #F4F4F4;
	font-size: .8em;
}

.small {
	font-size: .9em;
}
.tab {
	position: relative;
	padding-bottom: 20px;
}


.hoch {
	font-size: 0.7em;
	font-weight: normal;
}






/*--------------=global classes ---------------------*/

p {
	padding-bottom: 0.5em;
}
.right {
	text-align: right;
}

.clear {

	clear: both;
	width: 1px;
	height: 0px;
	font-size: 1px;
}


/*------------               =links-------------*/
h4 a:link, h4 a:visited {

		text-decoration: none;
		color: #737373;
		background-color: #F4F4F4;
	}
a:link.no-decoration {
	text-decoration: none;
}
/*------------            =list---------------------------*/
ul {
	list-style-type: none;
}

.list-bold {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: square;
}
.list-inhalt {
	list-style-type: square;
	list-style-position: inside;
	padding-top: 0.6em;
	font-weight: bold;
	padding-bottom: 0.6em;
	text-indent: 1.5em;
	line-height: 1.5em;
}
.li {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 0.5em;
}



.tel {
	position: relative;
	width: 120px;
	top: -3em;
	left: -10px;
}

.li-2 {
	font-size: 1em;
	list-style-type: square;
	font-weight: normal;
	margin-left: 15px;
}



.li-inhalt {

	list-style-type: square;
	list-style-position: inside;
	padding-top: 0.6em;
	font-weight: bold;
	padding-bottom: 0.6em;
	text-indent: 1.5em;
	line-height: 1.5em;
}
.li-inhalt a:link, .li-inhalt a:visited {
	text-decoration: none;
	color: #5B5B5B;
	background-color: #F4F4F4;
}

.li-n-h {
	display:list-item;
	margin-left: 5px;
	padding-left:10px;
	list-style-image: url(images/pfeil_details-grau_grau.gif);
}
.li-ws {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 10px;
}





/*------------------- =table--------------*/
table {
	empty-cells: show;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
td, th{
	padding: 0.25em;
	border: 1px solid #e0e0e0;
}
thead {
	font-size: 1.2em;
	font-weight: bold;
	color: #0033CC;
	background-color: #FFFFFF;
	text-align: center;
}
tfoot {
	text-align: left;
	font-size: 0.9em;
}

#table_zusatz {
	position: relative;
	width: 50em;
	top: 0em;
	z-index: 6;
	height: auto;
}
#table_domain {
	position: relative;
	width: 24em;
	z-index: 2;
	float: left;
}
#table_sonstige {
	position: relative;
	width: 25em;
	z-index: 4;
	float: right;
}
#table_tarif {
	position: relative;
	width: 50em;
	z-index: 5;
}
#inhalt-tab {
	overflow: visible;
	position:absolute;
	width: 50em;
	left:27px;
	top:18em;
	padding-left: 1.3em;
	padding-top: 1em;
	border-left:dotted 2px #C0C0C0;
	z-index:1;
	right: 18px;
	visibility: visible;
	height: auto;
}
.inhalt-tab {
	overflow: visible;
	position:relative;
	width: 55em;
	top:18em;
	padding-left: 1.3em;
	padding-top: 1em;
	border-left:dotted 2px #C0C0C0;
	z-index:1;
	right: 18px;
	visibility: visible;
	height: auto;
	left: 27px;
	margin-left: 27px;
}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noborder td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noborder td,th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}









/*-----------                   =structure -------------
--------------------------------------------------------------*/

/*----------    =header ----------------*/
#header {
	position:relative;
	left: 5px;
	right: 18px;
	top:0px;
	margin: 0;
	display: block;
	width:100%;
	height:89px;
	z-index:7;
	overflow: hidden;
	background-color: #FFFFFF;
	color:#333333;
	background-position: 27px;
	padding-left: 27px;
	visibility: visible;
}


/*----------------        =navi------------------------------
-------------------------------------------------------------*/
a.navi:link {
	text-decoration: none;
	color: #222222;
	background-color: #E5E5E5;
}


a.navi:hover {
	border-bottom: 1px dotted #0000FF;
	padding-left: 25px;
}

a.navi:visited {
	color: #222222;
	background-color: #E5E5E5;
	text-decoration: none;
}

/*-------------           =navi-container--------*/
#navi {
	position:relative;
	left:27px;
	right: 18px;
	top:0px;
	width:100%;
	z-index:8;
	background-color: #E5E5E5;
	color: #000000;


}
#menu {
	position: relative;
	float: left;
	width: 37em;
}
		.navi {
		font-size: 1.1em;
		text-transform: lowercase;
		text-decoration: none;
		line-height: 1.4em;
		list-style-type: none;
	}
#navi-bild {
	position: relative;
	float: left;
	
}


#navi-1 {
	position:relative;
	float: left;
	padding-left: 10px;

	width: 9em;
	background-image: url(images/pfeil_1.gif);
	background-repeat: no-repeat;

	background-position: 10px 3px;
	padding-top: 20px;
}

#navi-2 {
	position:relative;
	float: right;


	width: 12em;
	background-image: url(images/pfeil_2.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	overflow: visible;
	background-position: 0px 3px;
	visibility: hidden;

}

#navi-21 {
	position:absolute;
	z-index: 21;
	visibility: hidden;
}
#navi-22 {
	position:absolute;
	z-index: 22;
	visibility: hidden;
}
#navi-23 {
	position:absolute;
	z-index: 23;
	visibility: hidden;
}
#navi-24 {
	position:absolute;
	z-index: 24;
	visibility: hidden;
}


/*-----------------------        =navi-h-----------------------------*/
#navi-h {
	position:relative;
	right: 0px;

	width:100%;
	height:1.5em;
	z-index:9;
	background-color: #C0C0C0;
	color: #FFFFFF;
	border-top:solid 1px #0000FF;
	visibility: visible;
	vertical-align: middle;
	bottom: 0px;
}
.n-h {
}


.n-h li {
	display: inline;
	margin-left: 15px;
}
a.n-h:link {

	color: #FDFDFD;
	background-color: #C0C0C0;
	text-decoration: none;
	font-size: 1em;
}
a.n-h:visited {

	color: #FDFDFD;
	background-color: #C0C0C0;
	text-decoration: none;
	font-size: 1em;
}
/*------------------=datum---------------------------*/
#datum {
	position: relative;
	width: 5em;
	left: 44em;
}

/*-----------      =aktuell            ---------------*/
#aktuell {
	position:absolute;
	left:54em;
	top:4em;
	width:25em;
	z-index:15;
	visibility: visible;

}

#aktuell-1 {
	position:relative;
	border-top:solid 2px #C0C0C0;
	border-right: solid 2px #C0C0C0;
	border-bottom:solid 1px #0000FF;
	border-left:solid 1px #0000FF;
	z-index: 16;
	visibility: visible;
	height: auto;
	width: 300px;
	background-color: #FFFFFF;
	color: #5B5B5B;

}
	#aktuell-1-bild {
	position: relative;
	z-index: 18;
	visibility: visible;
	
	left: 0px;
	top: 0px;

}


.angebot {
	position: relative;
	z-index: 20;
	border-top: 2px solid #999999;
	padding: 5px 3px;
	margin: 5px;
}
.aktuell {
	font-size: 1.2em;
	text-decoration: none;
}
.angebot h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #737373;
	background-color: #FFFFFF;

}
#aktuell-ref {
	position:relative;
	z-index: 18;
	visibility: visible;
	border-top: solid 2px #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 5px 3px;
	color: #0000FF;
	margin: 5px;
}
#aktuell a {
	text-decoration: none;
}

#login {
	position:relative;
	width:175px;
	height:1.6em;
	z-index:20;
	color: #0000FF;
	font-size: 1.1em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #E5E5E5;
	border: solid #0000FF 1px;
	top: 10px;
}
#barrierefrei {
	height: 36px;
	position: relative;
	border-top: solid 1px #0000FF;
	top: 20px;
	color: #5B5B5B;
	text-align: center;
	background-color: #F4F4F4;
}
.details {
	clear: none;
	float: left;
	color: #333333;
	background-color: #F4F4F4;
	text-decoration: none;
	font-size: 0.9em;
}


/*------------- =footer----------------*/


#footer {
	width:50em;
	height:auto;
	visibility: visible;
	background-color: #F4F4F4;
	color: #0000FF;
	padding-top: 2em;
	margin-top: 2em;
}
.footer {
	font-size: 1em;
	text-decoration: none;
}
#footer-top {
	border-bottom: 1px solid #000099;
	margin-bottom: 5px;
}
#footer-link a:link, #footer-link a:visited {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #0000FF;
}


/*------------- =inhalt-------------------------*/
#inhalt {
	overflow: visible;
	position:absolute;
	width: 100%;
	left:27px;
	top:16.6em;
	z-index:1;
	right: 18px;
	visibility: visible;
}
#content{
	position:relative;
	border-left: 2px dotted #C0C0C0;
	padding-left:1.3em;
	padding-top:1.5em;
	width:50em;
	height:auto;
	z-index:4;


}
#inhalt-li {
	position:absolute;
	border-left: dotted 2px #C0C0C0;
	padding-left:20px;
	padding-top:1.5em;
	width:35em;
	height:50%;
	z-index:2;
	bottom: 0px;
	overflow: visible;
	visibility: hidden;
}
#inhalt-re {
	position:absolute;
	left:40em;
	top:1.5em;
	width:35em;
	height:50%;
	z-index:3;
	overflow: auto;
	bottom: 0px;
	visibility: hidden;
}
#inhalt-kli {
	position:relative;
	width:28em;
	z-index:8;
	visibility: visible;
	float: left;
}
#inhalt-kre {
	position:relative;
	width:28em;
	z-index:5;
	visibility: visible;
	float: right;
}
#inhalt-kli-u {
	position:relative;
	width:28em;
	z-index:8;
	visibility: visible;
	float: left;
	top: 20px;
	height: auto;
}
#inhalt-kre-u {
	position:relative;
	width:28em;
	z-index:8;
	visibility: visible;
	float: right;
	height: auto;
	top: 20px;
}
#inhalt-a {
	position:relative;
	border-left: 2px dotted #C0C0C0;
	padding-left:1.3em;
	padding-top:1.5em;
	width:50em;
	height:auto;
	z-index:4;
	overflow: visible;
	visibility: hidden;
}
#inhalt-b {

	position:relative;
	border-left: dotted 2px #C0C0C0;
	padding-left:1.3em;
	padding-top:1.5em;
	width:58em;
	height:auto;
	z-index:4;
	overflow: hidden;
	visibility: visible;
}
#inhalt-c {
	position: relative;
	top: 30px;
	width: 30em;
	padding-bottom: 20px;
}
.inhalt {
	font-size: 1.2em;
}
.ref {
	padding: 20px 0px;

}
.ref-pic{
	float: right;
	border-left: solid 1px #C0C0C0;
	border-top: solid 2px #C0C0C0;
	border-right: outset 2px #C0C0C0;
	border-bottom: outset 2px #C0C0C0;
	padding: 0px;
	margin: 10px 0px;
	width: 300px;
}
.ref-pic a{
	text-decoration: none;
}
.ref-text {

	float: left;
	width: 23em;


}	
.li-ref{

	list-style-type: square;
	list-style-position: inside;
	padding: 3px 0px 10px 0px;
	font-size: 1em;
	font-weight: normal;
	text-indent:.8em;
	line-height: 1.2em;
	

}

#webcard {

	position: relative;
	z-index: 18;
	width: 19em;
	margin: 5px;
}

#webcard h1 {


	font-size: 1.2em;
	font-weight: bold;
	color: #737373;
	background-color: #FFFFFF;
}


