body, html {
    height: 100%;
	padding: 0;
    margin: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

* { 
	margin: 0;
	padding: 0;
}

#main {
    position: relative;
    min-height: 100%;    
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
}

.socialbookmark fieldset {
	padding:10px;
	margin-bottom:15px;
	margin-top:15px;
	width: auto;
	border:1px #D8D8D8 solid;
	text-align:center;
}

.socialbookmark legend {
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
}

.tagcloud fieldset {
	padding:10px;
	margin-bottom:15px;
	margin-top:-5px;
	width: auto;
	border:1px #D8D8D8 dotted;
}

.tagcloud legend {
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
}

#info fieldset {
	padding:10px;
	margin-bottom:15px;
	margin-top:-5px;
	width: auto;
	border:1px #D8D8D8 dotted;
	font-size:12px;
	text-align:justify;
}

#info legend {
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
}

#arealink fieldset {
	padding:10px;
	padding-top:0px;
	margin-bottom:15px;
	margin-top:15px;
	width: auto;
	border:1px #D8D8D8 dotted;
}

#arealink legend {
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
}

#anbieter fieldset {
	background-image:url(../img/reiseanbieter.gif);
	background-repeat:no-repeat;
	padding:8px;
	margin-bottom:15px;
	width: auto;
	height:83px;
	border:1px #D8D8D8 dotted;
}

#anbieter legend {
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
}

#content {
    padding: 110px 0 90px 0;
}

#content.with-sidebar {
    float: left;
    width: 800px;
}

#content h1 {
    margin-top: 10px;
    margin-bottom: 4px;
    color: #34AF21;
    font-size: 14px;
    font-weight: bold;
}

#content p {
    font-size: 12px;
	margin-top:3px;
}

#sidebar {
    float: left;
    padding: 110px 15px 5px 10px;
	font-size:11px;
}

#box_left {
	float:left;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border:0px #CCCCCC solid;
	width:642px;
}

#box_left a {
	font-size:12px;
}

#box_right {
	float:left;
	padding: 0 0 0 0;
	margin: 10px 0 0 10px;
	border:0px #CCCCCC solid;
	width:300px;
}

#header a,
#footer a {
    font-size: 10px;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 960px;
}

#logo {
    position: absolute;
    left: 0;
    top: 4px;
    width: 260px;
    height: 0;
    overflow: hidden;
    padding-top: 70px;
    background-image: url(../img/logo.gif);
}

#top_ad {
    position: absolute;
    left: 460px;
    top: 7px;


}

#navbar {
    position: absolute;
    top: 75px;
	left:0px;
    width: 940px;
	margin: 0;
    padding:3px 0px 0px 20px;
    overflow:hidden;
	list-style-type: none;
	list-style-position: outside;
    height: 34px;
    background: url(../img/headbar.gif) #0076DB;
}

#navbar li {	
	display:inline;
}

#navbar li a:active,
#navbar li a:link,
#navbar li a:visited,
#navbar li a:hover {
    float: left;
    height: 30px;
    background: url(../img/nav_inactive_right.gif) top right no-repeat;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#navbar li.active a:active,
#navbar li.active a:link,
#navbar li.active a:visited,
#navbar li.active a:hover,
#navbar li a:hover {
    background: url(../img/nav_active_right.gif) top right no-repeat;
}

#navbar li a span {
    float: left;
    height: 30px;
	background: url(../img/nav_inactive_left.gif) top left no-repeat;
}

#navbar li.active a span,
#navbar li a:hover span {
    background: url(../img/nav_active_left.gif) top left no-repeat;
}

#navbar li a span span {
    float: left;
    height: 23px;
	padding: 7px 10px 0 10px;
	background: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

/*#navbar li.active a span span,
#navbar li.active a:hover span span {
    padding-left: 31px;
	background: url(../img/icon_sun.gif) 9px 7px no-repeat;
}*/

div.clear {
    clear: both;
}

#footer {
    position: absolute;
    left: 5px;
    bottom: 0;
	width: 950px;
    height: 70px;
	padding-top: 10px; 
	border-top: 1px solid #6699FF;
	font-size:12px;
}

#footer_logo {
    position: absolute;
    left: 10px;
    top: 0px;
	width: 160px;
    height: 130px;
	background-image: url(../img/footerlogo.gif);
}

#footer_copyright {
    color: #34AF21;
    text-align: center;
    font-size:10px;
}

#footer_info {
    text-align: center;
    font-size:10px;
}




form {
  font:11px "verdana";
      color: #000000;
    
}

 input {

  font:11px "verdana";    
         border: 1px solid #6699FF;
    color: #34AF21;

}

option {

  font:11px "verdana";    
         border: 1px solid #6699FF;
    color: #34AF21;

}

select{

  font:11px "verdana";    
         border: 1px solid #6699FF;
    color: #34AF21;

}





