@charset "utf-8";
html {
  height: 100%;
  margin-bottom: 1px;
}
body {
	background-color: #edfde4;
	background-image: url(../img/classic-reise-bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1b1813;
}
h1,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
p { margin-top: 0; margin-bottom: 20px; 
}
h1 {
	font-size: 2.0em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #8b0e13;
	font-weight: normal;
	padding-bottom: 14px;
}
h2 {
	font-size: 1.6em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	color: #DBA914;
	padding-bottom: 4px;
}
h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	padding-bottom: 4px;
	color: #8b0e13;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #8b0e13;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#main {
	padding: 0px 0;
	margin-bottom: 1px;
}
#site {
	width: 985px;
	background: url(../img/header.jpg) no-repeat;
	margin: 0px auto;
	padding-top: 315px;
}
#navi {
	width: 980px;
	height: 74px;
	padding-right: 5px;
	background: url(../img/navi-bg.png) bottom no-repeat;
}
#menu {
	padding: 37px 0 3px 0;
	width:622px;
	height: 41px;
	line-height: 28px;
	float: right;
}
#menu a {
	color: #ffffff;
	font-weight:bold;
	padding: 9px 15px 15px 15px;
	text-decoration: none;
}
#menu a.hover {
	/* background:#F4F9FF none repeat scroll 0 0; */
	background: url(../img/navi-high-bg.png) repeat-x;
	color: #ffffff;
}
#contentheader {
	width: 983px;
	height: 55px;
	background: #fff url(../img/content-bg.png) top repeat-x;
	border-top: #e3d27b 1px solid;
	border-left: #e3d27b 1px solid;
	border-right: #e3d27b 1px solid;
	margin-top: 2px;
}
#contentbox {
	width: 983px;
	background: #ffffff;
	min-height: 455px;
	border-bottom: #e3d27b 1px solid;
	border-left: #e3d27b 1px solid;
	border-right: #e3d27b 1px solid;
}
#content {
	width: 562px;
	background: #fff url(../img/pl-cont-bg.png) bottom repeat-x;
	padding: 0px 50px 40px 30px;
	margin: 0 0 0 4px;
	min-height:430px;
	float: right;
	height:auto !important;  /* für moderne Browser */
	height:430px;  /*für den IE */
}
#radioheader {
	background: url(../img/radiohead.png) no-repeat;
	width: 313px;
	height: 133px;
	margin-left: 25px;
	float: left;
	position: absolute;
}
#radio {
	width: 313px;
	padding-bottom: 50px;
	margin-left: 24px;
}
#radiocontent {
	width: 296px;
	padding-left: 17px;
	background: url(../img/radio-bg.png) repeat-y;
}
#radiocontent img {
	padding-bottom: 3px;
}
#radioitem-1 {
	width: 213px;
	height: 25px;
	padding: 9px 5px 0 55px;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/reise1-header.png) no-repeat;
}
#radioitem-2 {
	width: 213px;
	height: 25px;
	padding: 9px 5px 0 55px;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/reise2-header.png) no-repeat;
}
#footer {
	width: 925px;
	height: 47px;
	text-align: left;
	background: url(../img/footer.png) no-repeat;
	padding: 30px;
	color: #FFFFFF;
	margin: 0 auto;
}
#footernavi {
	float: right;
}
#footernavi a {
	color: #FFFFFF;
}
#button {
	height: 34px;
	background: url(../img/classic-button-bg.png) top right no-repeat;
	padding-right: 25px;
	margin-right: 15px;
	float: left;
}
#button  a.button {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 34px;
	font-size: 1.1em;
}
#thumb-left {
	float: left;
	border: #8b0e13 solid 1px;
	padding: 2px;
	margin-right:10px;
	margin-bottom: 5px;
}

#thumb-right {
	float: right;
	border: #8b0e13 solid 1px;
	padding: 2px;
	margin-left:10px;
	margin-bottom: 5px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


