/* header area */

body {
    font-family:		arial, sans-serif;
	font-size:			12px;
	color:				#FFF;
	margin: 			0px;
    background:	        #191970;
    text-align:         center;
}

#main {
    background:	        #191970;
    width: 1000px;
    display: inline-block;

}

#header {
	background: url(Bilder/index_04.gif);  ;
    height: 145px;
    width: 1000px;
   text-align: left;
	padding:5px;
	}
    
#header img {
    padding: 0px;
}    
#header a{
	width: 300px;
}

#header .ad_rotation_header {
        float: right;
        text-align: right;
        margin-left: 600px;
        padding-left: 600px;
		width: 300px;
		height: 25px;
		margin-top: 25px;
		border: none;
}

#date {
	text-align:right;
	width:200px;
	float:right;
	font-size: 10px;
}

/* Cookie Popus */
#cookie-popup { 
	text-align: center; 
	background: rgb(0, 0, 0);
	position: fixed;
	top: 0px; 
	left: 0;
	right: 0;
	z-index: 9999;
	font-size:14px; 
	line-height:20px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	}

	#cookie-popup-limit { 
		text-align: center; 
		background: rgb(0, 0, 0);
		float: none;
		top: 0px; 
		left: 0;
		right: 0;
		z-index: 9999;
		font-size:14px; 
		line-height:20px;
		padding: 15px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		}

/*Navi Top */
#navitop ul
{
text-align: center;
list-style: none;
display: inline;
padding: 5;
margin: 5;
margin-left: 1%;
margin-right: 1%;
}

#navitop li
{
text-align: center;
list-style: none;
display: inline;
padding: 10px;
margin: 0px;
border-left: 1px;
}
#navitop{
	background: 	#819FF7;
	font-weight:	bold;
display: flex;
justify-content: center;
padding-top:7px;
width: 1000px;
text-align: center;
}

#navitop h2 {
	text-align: center;
	margin-top: 0; 
	margin-bottom: 0;
	color: #FFF;
	font-family:  Arial, "Times New Roman", Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}

#navitop a:hover {
background: #FFF;
text-decoration: underline;

}
#navitop a {
    text-decoration:none;
    color:#FFF;
  font-weight:bold;
  height: 33px;
  text-decoration:none;
  letter-spacing:1px;

  }

  #navitop img {
    border:1px solid #FFF; 
  }


/* Content*/

/* VErgleich Tabs*/
#tabs_vergleich {
    width: 98%;
    min-width: 400px;
	max-width: 1300px;
    margin-left: 5px;
    text-align: left;

}

#tabs_vergleich ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs_vergleich li {
    display: inline;
    border: solid;
    border-width: 1px 1px 0 1px;
    height: 25px;
    margin: 0 5px 0 0;
    text-align: center;
}

#tabs_vergleich li a {
    padding: 0 5px;
    font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

#tabs_vergleich #selected {
    padding-bottom: 2px;
	background-color: #5cacee

}


/*Vergleich */
#vergleich table {
	border: 1px solid;
	width: 98%;
	border-collapse: collapse;
	padding-left: 5%;
    padding-right: 5%;
    align: center;
	}


#vergleich .bezeichnung p {
	align: left;
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px; 
	color: black;
	font-weight: bold;
	}
#vergleich td {
	text-align: center;
	border: 1px solid;
	}
	
#vergleich h1 {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px; 
	color: #000080;
	font-weight: bold;
	text-align: center;
	text-decoration: italic;
}

#vergleich p {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px; 
	color: black;
}

#vergleich a {
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px; 
	color: #000080;
	text-decoration: none;
}

#vergleich {
	align: center;
	font-family: Arial, Times New Roman, Helvetica, sans-serif;
	font-size:12px; 
	color: black;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px;
	margin: 5px;
	}




tr.tabelle {font-family:Arial;font-size:12px;color:#FFFFFF;font-weight:bold;text-align: center;}
tr.tabelleninhalt {font-family:Arial;font-size:12px;color:#FFFFFF;text-align: center;}
a:link {text-decoration:none; color:#FFFFFF}
A:visited {text-decoration:none; color:#FFFFFF}
