body a {
        color:#000;
        text-decoration:underline;
}

body a:hover {
        text-decoration:none;
}

#hauptnavigation {
	margin-top:10px;
	margin-left:12px;
	width:610px;
	float:left;
        border-left:1px solid #000;
}

*html #hauptnavigation {
	margin-left:6px;
}

/********************************/

/* #active a {
        color:#000;
} */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 120px;
	text-decoration:none;
	text-align: center;
	font-size: 13px;
	color: #000;
	padding-top: 5px;
        padding-bottom:5px;
}

#nav a:hover, {
	font-weight:bold;
}

#nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
	border-right: 1px solid #000;

}

*html #nav li {
	   //width: 115px;
	  }

#nav li ul { /* second-level lists */
        border: 1px solid #000;
	border-top:0;
        margin-left:-1px;
	position: absolute;
	background: #ffffff;
	width: 120px;
	padding-top: 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
        z-index:1;
}

#nav li ul li a {
        padding-top:12px;
        padding-bottom:12px;
}

#nav li ul a {
	text-align: center;
	font-size: 11px;
}

#nav li ul a:hover {
	font-weight:700;
}

#nav li ul ul { /* third-and-above-level lists */
        border-top: 1px solid #000;
        padding-top: 0;
	margin: -1.6em 0 0 120px;
}

*html #nav li ul ul {
	margin: -1.3em 0 0 115px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
	background: #ffffff;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#hauptnavigation li ul li a.daddy{
	background: url(../upload/layout/rightarrow.gif) right no-repeat;
}


#hauptnavigation li li:hover, #hauptnavigation li li.sfhover {
/* second-level lists */

	background: #FFF;  	
}

#hauptnavigation li:hover li ul, #hauptnavigation li.sfhover li ul {
/* second-level lists */	


            
}

#hauptnavigation li:hover ul, #hauptnavigation li.sfhover ul, #hauptnavigation li li:hover ul, #hauptnavigation li li.sfhover ul {
/* lists nested under hovered list items */
	/* left: auto;
*/
	display: block;
      
}
/*******************************************/

* {
	margin:0;
	padding:0;
}

body {
	background:#ffffdc url(../upload/layout/bg.png) center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

input, textarea, select {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
        border:1px solid #000;
} 

h3 {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
    font-weight:700;
    padding:10px 0 0 10px;
}

h2 {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
        font-weight:700;
        padding:10px 0 10px 0;
}

#container {
	margin:0 auto;
	width:960px;
}

#logo {
	background:url(../upload/layout/logo.png);
	margin:12px 0 0 12px;
	width:412px;
	height:42px;
	float:left;
}

#servicenavigation {
	margin-top:41px;
	margin-right:183px;
	color:#ffffdc;
	font-size:11px;
	text-align:right;
	width:350px;
	float:right;
}

*html #servicenavigation {
	margin-right:96px;
}

ul#servicenavigation {
        list-style:none;
}

#servicenavigation li {
        display:inline;
}

#servicenavigation a:link,#servicenavigation a:visited {
	color:#ffffdc;
	text-decoration:none;
}

#servicenavigation a:hover,#servicenavigation a:active {
	color:#ffffdc;
	text-decoration:underline;
}

#header {
	margin-top:5px;
	margin-left:10px;
	border:12px #FFF solid;
	width:742px;
	height:282px;
	float:left;
}

#container_hauptnavigation {
	margin-left:10px;
	background:#FFF;
	width:766px;
	height:50px;
	float:left;
}

#suche {
	margin-top:15px;
        margin-right:38px;
	width:100px;
	height:20px;
	float:right;
}

*html #suche {
        margin-right:5px;
}

#searchbox {
        padding-left:0px;
}

.input_searchbox {
	width:100px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration: none; 
	border:1px solid #000;
	background-color:#FFF;
        padding-top:2px;
	height:13px; 
}

.searchbutton {
        background:url(../upload/layout/lupe.png) no-repeat;
	width:18px; 
	height:17px; 
        //height:20px;
        //width:20px;
	cursor:pointer; 
	margin-left:5px;
	line-height:15px;
        border:1px solid #FFF;
}

#content {
	margin-top:10px;
	margin-left:10px;
	padding:15px;
	background:#FFF;
	width:736px;
	float:left;
       min-height: 200px;
}

*html #content {
        //height: 200px;
}

#content img{
        border: none;
}

#seitennavigation {
	text-align:right;
        margin-top:10px;
}

#footer {
	margin-top:10px;
	margin-left:10px;
	width:767px;
	float:left;
}

address {
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffdc;
	font-style:normal;
}

#kwicks_container {
        background:#ffffff url(../upload/layout/horizont.png) repeat-x;
	height: 126px;
margin-top:10px;

}


#marginalspalte {
	width:138px;
	margin-right:10px;
margin-top:-15px;
	float:right;
	color:#ffffdc;
}

#marginalspalte img {
	border:4px solid #ffffff;
        text-align:center;
}

*html #marginalspalte {
	margin-right:0px;
}

#marginalspalte a {
	color: #ffffdc;
}

#marginalspalte a:hover {
        text-decoration:none;
}

.infobox_headline {
        padding-bottom:2px;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffdc;
        font-weight:700;
}

.infobox_content {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffdc;
}

/*********** Kontaktformular *****************/

#kontaktformular input.text{
       width: 450px;
       color:#000;
       border:1px solid #000;
       
}

#kontaktformular label {
	float: left;
	text-align: left;
	width:8em;
	padding:0px 5px 10px 0px;
}	

form .radiobutton {
        margin-top: -2px;
        display: inline;
        background-color:#fff;
        border:1px solid #000;
	
}

form br {
  	clear: both;
 }

#kontaktformular textarea{
	font: 1em/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 455px; 
	background-color: #fff; 
	margin-top: 10px;
	height:130px;
        border:1px solid #000;
}

.textarea_label {
	float: left;
	text-align: left;
	width:8em;
	padding:0px 5px 10px 0px;
	margin-top: 10px;
}

form div.comment {
	padding:5px 0px 5px 0px;
	//padding:5px 0px 0px 0px;
	clear:both;
	
}

div.comment input.button_left {
        margin-left:101px;
        color:#000;
        background-color:#fff;
        width: 100px;
        border:1px solid #000;
}

div.comment input.button_right{
        color:#000;
        background-color:#fff;
        width: 100px;
        margin-left:253px;
        border:1px solid #000;
}

#flashbox {
        width:742px;
        height:282px;
}

/*big menu*/

#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
        margin: 10px auto;
        width: 750px;
width: 100%;
}

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
        margin-top: 20px;
	position: relative;
	width: 735px;
	height: 165px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 125px;
	width: 1000px;
	background:url(../upload/layout/horizont.png) repeat-x scroll 0%;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li span{
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:180px;
	height: 125px;
}

#imageMenu ul li a{
text-decoration: none;
}

#imageMenu ul li span{
        text-indent: 0px;
}

#imageMenu ul li.landscapes span {
	background:url(../upload/layout/luxusreisen.png) repeat scroll 0%;
border-right: 8px solid #fff;
}

#imageMenu ul li.people span {
	background:url(../upload/layout/themenreisen.png) repeat scroll 0%;
border-right: 8px solid #fff;
}

#imageMenu ul li.nature span {
	background:url(../upload/layout/pauschalreisen.png) repeat scroll 0%;
border-right: 8px solid #fff;
}

#imageMenu ul li.urban span {
	background:url(../upload/layout/staedtereisen.png) repeat scroll 0%;
       
}

#imageMenu ul li.abstract span {
	background: url(../upload/layout/horizont.png) repeat scroll 0%;
	width: 280px;
}

.kwick_text {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
        color:#FFF;
        padding:10px 0 0 10px;
}

.clear {
	clear: both;
}

/*************************************************************/

.content ul{
        padding-left: 20px;
}
