/********************************* General styles ******************************/
html { 
  padding:0px;
  margin:0px;
}
body {
  background-color: #333;
  font-size: 12px;
  font-family: Verdana, Arial, Sans-Serif;
  color:#564b47;  
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6 {
	color: #F28D23;
}
h1 {
	font-size: 16px;
	margin: 0px;
}
h2 {
	font-size: 14px;
}
hr {
	height: 1px;
	border: 1px solid #F28D23;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/************************************ positioning ************************************/
#main {
	position: absolute;
	width: 955px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -477.5px;
	margin-top: -300px
}

#header {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #1F1D22;
	padding:0px;
	margin:0px;
	right: 0px;
	position: absolute;
	top: 100px;
	height: 50px;
	width: 755px;
	background-attachment: scroll;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu {
	position: absolute;
	width: 200px;
	background-color: #D8D9DA;
	padding:0px;
	margin:0px;
	height: 400px;
	top: 150px;
	right: 755px;
}
#inhalt {
	background-color:#221E1F;
	overflow: auto;
	right: 0px;
	position: absolute;
	height: 400px;
	min-height:400px;
	width: 755px;
	top: 150px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #1F1D22;
	padding:0px;
	margin:0px;
	right: 0px;
	position: absolute;
	top: 550px;
	height: 50px;
	width: 755px;
	background-attachment: scroll;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo {
	position: absolute;
	top: 0px;
	right: 5px;
}

.map {
	position:absolute;
	bottom:85px;
}

/************************************ END positioning ************************************/


/*  HEADER  */
#header p, #header a {
	font-size:9px;
	color: #303038;
}
#header p {
	margin-top:15px;
	margin-right:5px;
}
/*  END HEADER  */


/*  FORMS  */
input, select, textarea {
	border: 1px solid #cccccc;
	margin-bottom: 1px;
}


/* INHALT  */
#inhalt h1 {
	color: #fff;
	padding-top:5px;
	text-align:right;
	border-bottom: 1px solid #FFF;
	display:block;
	width:35%;
}
#inhalt h1[title='Reise- und Routenideen'] {
	color:#000;
}
#inhalt p {
	color: #fff;
	padding:5px;
	/*text-indent: 10pt;*/
	text-align: justify;
}
#inhalt table {
	width:97%;
}
#inhalt table.tablelarge {
	height:100%;
	min-height:100%;
	width:97%;
}
#inhalt td {
	color: #fff;
	vertical-align:top;
}
#inhalt form {
	background-color:#fff !important;
	filter:alpha(opacity=75, finishopacity=0, style=0) !important; /* IE */
	-moz-opacity:.75 !important; /* ltere Mozillas */ 
	opacity:.75 !important; /* alle browser welche css3 untersttzen */
	-khtml-opacity: 0.7 !important; /* Safari und Konquerer */ 	
}
/*  END INHALT  */


/*  NAVIGATIO  */
.navigation li a {
	display:block !important;
}
.navigation li.level0 a {
	margin-left: 5px !important;
	font-size: 100% !important;
}
.navigation li a:hover {
	color: #F58E27 !important;
}
.navigation li.current a {
	display:block !important;
	border-bottom: 1px solid #333333 !important;
}
.navigation li.level2 a {
	margin-left: 20px;
	font-size: 80%;
}
.page_123 {
	background-color:#D8D9DA !important;
}
/*  END NAVIGATIO  */

/*  PAGE COUNTER  */

#page_counter {
	padding:5px;
}
#page_counter a {
	padding:0px 3px 0px 3px;
}
.page_counter {
	width:100% !important;
	float:none !important;
	position:absolute !important;
	bottom:0px !important;
}
/*  END PAGE COUNTER  */

/*  PORTLETS  */
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
h1.portlet-title {
	color:#F58E27;
	padding:0px 0px 0px 5px;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher {
	position:absolute;
	left: 8px;
	top: 3px;
}
.language, .pNewsDetail, .pNewsDetail a {
	font-size:11px;
}
.language {
	text-transform: uppercase !important;
	text-decoration:none !important;
	color:#ACABB0 !important;
}
.pNewsDetail {
	padding: 2px 0px 0px 5px;
}
.pNewsDetail a {
	text-decoration: none !important;
	color:#303038;
}
.pNewsDetail a:hover {
	text-decoration: underline !important;
}
/*  END PORTLETS  */

/*  SEARCH RESULTS  */
.search {
	background-color:#fff !important;
	height:90% !important;
	filter:alpha(opacity=75, finishopacity=0, style=0) !important; /* IE */
	-moz-opacity:.75 !important; /* ltere Mozillas */ 
	opacity:.75 !important; /* alle browser welche css3 untersttzen */
	-khtml-opacity: 0.7 !important; /* Safari und Konquerer */ 	
}
/*  END SEARCH RESULTS */