html, body {
	color: #000;
	background-color: #ffffff;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}

#top {
	background-color: transparent;
	
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 5px;
	border-top: 0px solid #55ccff;
	border-right: 0px solid #55ccff;
	border-bottom: 0px solid #55ccff;
	border-left: 0px solid #fc6;
	font-family: Arial, Helvetica, sans-serif;
}

#right {

	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-right : 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-align: justify;
	font-size: 8pt;
}

#navbg {
    background-color: #E0F2F2;
    line-height: 20px;
    color: #000;
    border-right: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
    border-top: 1px solid #A0A0A0;
    border-left: 1px solid #A0A0A0;
}

#nav {
	background-color: transparent;
	padding-top: 90px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
}

#nav ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

#nav li {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	font-weigth: normal;
}

#nav ul.sub {
	list-style-type: none;
	margin-left:10px;
	padding-left:10px;
}

#nav ul.sub li.active a {
	background-color: tranparent;
	color: #4040FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;	
}

#nav a, #nav li.active li a {
	background-color : transparent;
	color: #4040FF;
	text-decoration: none;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 10pt;
	font-weight: normal;	
}

#nav a:hover, #nav li a:hover {
	background-color: transparent;
	color: #4040FF;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 10pt;	
}

#nav li.active a {
	background-color: transparent;
	color: #4040FF;
 	font-family: Tahoma, Verdana, Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;	
}

a {
	background-color : transparent;
	color: #4040FF;
	font-size: 8pt;	
	text-decoration: none;
}

a:visited {
	background-color : transparent;
	color: #4040ff;
	text-decoration: underline;
}

a:hover {
	background-color : transparent;
	color: #f60;
	text-decoration: underline;
}
	
#content {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom : 30px;
	background-color: #FFF;
	border-left: 0px solid #55ccff;
	border-right: 0px solid #55ccff;
	color: #000;
}

#bottom {

  	padding-top : 0px;
	padding-bottom : 30px;
	padding-left : 5px;
	padding-right : 5px;

	background-color : transparent;
	text-align: center;
	font-size: 8pt;
	border-top: 0px solid #55ccff;
}

#usercomment {
  	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	background-color: #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	color: #000;
	clear: both;
}

#package {
  	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-right : 2px;
	width: 220px;
	background-color: #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #000;
	clear: both;
}

#package2 {
  	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 2px;
	padding-right : 2px;
	width: 277px;
	background-color: #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #000;
	clear: both;
}

#package_head {
  	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	background-color: #A0A0A0;
	border: 1px solid #707070;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	color: #fff;
	clear: both;
}

.package_head {
  	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	background-color: #A0A0A0;
	border: 1px solid #707070;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-align: center;
	color: #fff;
	clear: both;
}

p,ul,ol,td {
	font-size: 8pt;
	text-align: justify;
	color: #000000;
	background-color : transparent;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 130%;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 1px;
	border-top: 0px solid #55ccff;
	border-right: 0px solid #55ccff;
	border-bottom: 2px solid #3399ff;
	border-left: 0px solid #55ccff;
}

h3 {
	font-size: 100%;
}

hr {	color: #55ccff;
	background: #55ccff;
	margin: auto 0px auto auto;
	width: 100%;
	height:1px;
	text-align: right;
	border: 1px solid #c69;
}

li.available {
	line_height: 10px;
	list-style-image: url("images/check.gif");
	list-style-position: inside;
}

li.new {
	line_height: 10px;
	list-style-image: url("images/neu.gif");
	list-style-position: inside;
}

li.not_available {
	list-style-image: url("images/cross.gif");
	list-style-position: inside;
}

input	{
	background-color: #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	color: #000;
	clear: both;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

select	{
	background-color: #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	color: #000;
	clear: both;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

option	{
	background-color: #f0f0f0;
	color: #000;
	clear: both;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

textarea	{
	background-color: #f0f0f0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	color: #000;
	clear: both;
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

/*-- Suche und Sitemap--*/
.rubrik {	
	color: #000;
	margin: auto 0px auto auto;
	width: 100%;
	text-align: left;
	padding:5px 2px; margin: 5px 0px; 
	border: 1px dotted #fc6; 
	background:#B7C4CA;
	font-weight:bold;
}

.rubrik a:link { color:#000; font-weight:bold; text-decoration: underline;}
.rubrik a:visited { color:#000; font-weight:bold; text-decoration: underline; }
.rubrik a:hover { color:#930; font-weight:bold; text-decoration: underline;}
.rubrik a:active { color:#000; font-weight:bold; text-decoration: underline;}
