/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF url(images/bg.gif) repeat-x;	
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #00add6; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}

/* images */
img {
	border: none;;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}


/**********************************
  LAYOUT 
***********************************/
#ad_head {
	height:17px;
}

#wrap {
	margin: 0 auto; 
	width: 910px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 43px;
	padding-top:17px
}
#header #slogan {
	font: bold 20px Verdana, Arial, Tahoma,  Sans-serif;
	font-size:18px;	
	color: #FFF;	
	font-weight:bold;
	float:left;
}
#header #slogan a , #header #slogan a:hover {	
	color:#fff;
	background:none;
	font-size:18px;	
}

#header-pic {
	position: relative;
	clear: both;
	height: 120px; 
	width: 900px;
	background: #fff url(images/header.png) no-repeat;
	border:solid 5px #00add6;
	margin: 0;
	padding: 0;
}

/* navigation tabs */
#header ul {
  	margin:0;
   	list-style:none;
	float:right;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}

#header li a{
   font-size:13px;
}

#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
   font-weight:bold;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 8px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	float: left;
	width: 678px;	
	margin: 10px 0 10px 10px; padding: 0;	
	background: #FFF url(images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	padding:10px;
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin:0 0 10px 0;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 10px 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFF;
}

#side_links {
	padding: 5px 0 10px 20px;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(images/bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
	font-size:12px;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
	font-size:12px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }

#suche {
	float: right;
	margin-right: 9px;
	margin-top:-11px;
	color: #939E9F;
}

#sidebar .box {
	padding: 10px;
	margin: 0;
	width: 178px;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0 5px 0;
}

#sidebar .box h2{
	background: none;
	margin: 0 0 10px 0;
	border: 0 none;
	padding: 0;
	font-size: 16px;
	text-align: left;
}

form {
	margin: 0;
}

#search_top_submit {
	height: 22px;
	vertical-align: bottom;
}

#search_bottom_submit {
	height: 22px;
	vertical-align: bottom;
}

#content form {
	margin: 0;
}

a.linklist {
	display: block;
	margin: 3px 0 3px 10px;
}

.item {
	width: 150px;
	margin: 10px 0 10px 0;
	float: left;
	text-align: center;
}

.items {
	padding: 0;
	margin: 0 0 20px 0;
}

td.linklist {
	width: 200px;
	vertical-align: top;
}
td.configpanel {	
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
}

td.configpanel h2{
	margin: 0;
}
td.linklist h2{
	margin: 0;
}


.progressbar {
	float: left;
	border: 1px solid #939E9F;
	margin-top: 1px;
	height: 1.1em;
	overflow: hidden;
	background-color: #fff;
}
.progress_done {
	background-color: #EDF1F2;
}

.progress_error {
	background-color: #9e0203;
}

.pagination {
	border-top: 1px solid #d2dde4;
	border-bottom: 1px solid #d2dde4;
	text-align: center;
}

input.editbox, textarea.editbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #C6B4B5;
	background-color: #fff;
}

input.editbox_number {
	text-align: right;
}


* html input.editbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

select.editbox {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #C6B4B5;
	background-color: #FFF;
}

table.checkbox,table.radiobox {
	padding: 0;
	margin: 0;
}

table.checkbox td,table.radiobox td{
	padding: 3px 0 0 0;
	margin: 0;
}


table.error {	background-color: #FFDDDD; border: 1px solid #BF8387;}
table.notice {	background-color: #BFFFC2; border: 1px solid #598F5B;}
input.error, textarea.error, select.error {		background-color: #FFF; border: 1px solid #CC0000;}
input.notice, textarea.notice, select.notice {	background-color: #BFFFC2; border: 1px solid #598F5B; }

img.captcha {
	border: 1px solid #C6B4B5;
}




td.noticelistError {
	color: #990000;
	padding-left: 5px;
	padding-top: 3px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

td.noticelistNotice {
	color: #000099;
	padding-left: 5px;
	padding-top: 3px;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

/* {{{ .clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* }}} */

table.listtable {
	width: 100%;
	border: 0px none;
}

table.listtable a {
	color: #7C6E69;
}

tr.listheader {
	background-color: #9E0D0D;
	color: #fff;
	text-align: left;
	background-image: url('images/border.gif');
	padding: 5px 5px;
	font-weight: bold;
}

tr.filterheader {
	background-color: #BFB4B0;
}

tr.listheader a {
	color: #FFFFFF;
}

tr.listheader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


tr.listitem1 {
	background-color: #dfdcdc;
}

tr.listitem2 {
	background-color: #F1EDED;
}

tr.listitemhover {
	background-color: #EEDDAA;
}

iframe.hotel  {
	width:650px;
	height:800px; 
	border:0;
	margin-left:20px;
}

iframe.lastminute  {
	width:650px;
	height:800px; 
	border:0;
	margin-left:20px;
}

iframe.fluege  {
	width:650px;
	height:800px; 
	border:0;
	margin-left:20px;
}

iframe.mietwagen  {
	width:620px;
	height:800px; 
	margin-left:30px;
	border:0;
}

iframe.ferienhaus  {
	width:620px;
	height:1200px; 
	border:0;
	margin-left:35px;
}

iframe.rundreisen, iframe.staedte, iframe.kreuzfahrt, iframe.wellness  {
	width:620px;
	height:1200px; 
	border:0;
	margin-left:30px;
}


/* ------------------------------ */

.tagcloud {
	border: 1px solid #1777B1;
	background-color: #f0fafb;
	padding: 1em;
	margin: 10px 0;
	text-align: justify;
}

.tagcloud a:hover {
	text-decoration: underline;
}

.tag0 {
	font-size: 12px;
	line-height: 20px;
	color: #1777B1;
}
.tag1 {
	font-size: 16px;
	line-height: 20px;
	color: #1777B1;
}
.tag2 {
	font-size: 18px;
	line-height: 20px;
	color: #1777B1;
}
.tag3 {
	font-size: 20px;
	line-height: 20px;
	color: #1777B1;
}

/* ------------------------------ */