* {margin: 0; padding: 0; border: 0;}
/* PAGE/GENERAL */


html,body {
	margin: 0;
	padding: 0;
	height: 100%; 
	/* overflow: hidden; */
	color: #5A5A5A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: white URL('../../picture/bg_line-hotel.gif') repeat-y 10px 0px; 
}

/*
#containerfull {
 height: 100%; 
overflow: auto; 
position: relative; 
z-index: 2;
}
*/


a{
	text-decoration:none;
	color: #5A5A5A;}

a:hover{text-decoration:underline;}

input, textarea, select{
	border: solid 1px #84868C;
}

#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

* html #nonFooter
	{
		height: 100%;
	}





.morelink{
	font-weight: bold;
	font-size: 13px;
	color: #E7B034;
	text-decoration: underline;

}




/* PHPWCMS STYLES */


form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


.listEntry {
	margin-bottom: 10px;
}


.articleText { 
	margin-bottom: 3px;
	text-align: justify;
	line-height: 135%;
}

.articleCode {
	margin-bottom: 3px;
	font-size: 12px;
}


.articleSummary {
	font-size: 11px;
	line-height: 135%;
}

.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


/*
.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-size: 12px;
	color: #5A5A5A;
	font-weight: bold;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-size: 12px;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	font-size: 10px;
}

.articleList_listhead {
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}


/** 
 * Sample CSS for DIV pagelayout 
 */

#container
{
	width: 812px;
	\width: 812px;
	w\idth: 812px;
	min-height: 100%;
	text-align: left;
	float: left;
	border-right: solid 1px #CCCBCB;
	margin: 0px;
}

* html #container
{
	height: 100%;

}


/* HEADER */

#headerBlock
{
	height: 220px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#verlauf{
	clear: both;
	position: absolute;
	top: 190px;
	height: 30px;
	width: 812px;
	background-image: URL('../../picture/verlauf-hotel.jpg');
	background-repeat: repeat-x;
}

#topnav{
position: absolute;
top: 2px;
left: 500px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 300px;
	height: 15px;
	text-align: right;
	z-index:14;
	font-size: 11px;
	padding: 10px 10px 0px 0px;
}


#topnav img{
	margin-right: 5px;
	margin-left: 7px;
}

#topbanner{
	position: absolute;
	top: 25px;
	left: 340px;
	width: 470px;
	height: 62px;
	text-align: right;
	border: solid 1px #5A5A5A;
	border-right: 0;
	padding: 2px 0px 1px 1px;
	background-color: #FFFFFF;
	z-index: 15;
	margin-top: 8px;
	margin-right: 0px;
	clear: both; 
}

#keyimage{
	clear: both;
	position: absolute;
	width: 812px;
	height: 190px;
	z-index:13;
	margin-top:60px;
	border-top: solid 1px #5A5A5A;
}

#keyimage .imagelistimg{
	width: 812px;
	height: 190px;
}




#skyscraperAD{
position: absolute; 
top: 0; 
z-index: 1001;
left: 810px;
padding: 0px 0px 0px 0px;
margin-left: 10px;
margin-top: 35px;
width: 120px;
}

.googlemitte{
border-top: solid 1px #CCCBCB;
border-bottom: solid 1px #CCCBCB;
padding: 8px 10px 8px 0px;
margin: 0px 0px;
width: 580px;
}

/* Main / Contentbereich*/
/* CONTENT */

#mainBlock
{
	padding-bottom: 150px;
	padding-left: 170px;
	padding-top: 0px;
}

#contentMain
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 42px;
	width: 590px;
	font-size: 11px;
	z-index: 5;
}


#contentMain a, #contentMain table td a{
	text-decoration: underline;
	color: #E4AA23;
	font-size: 11px;
}

#contentMain ul li a, #contentMain ul li ul li a{
	text-decoration: underline;
	color: #5A5A5A;
	font-size: 11px;
}

#contentMain h1, #contentMain h4
{
	width: 99%;
	margin-top: 25px;
	margin-bottom: 14px;
	padding-left: 12px;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 110%;
	background: url('../../picture/head_back.gif') no-repeat 0px 3px;
}

*html #contentMain h1, *html #contentMain h4
{
	margin-right: -12px;
}


h2
{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 0em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.5em;
	color: #000;
	font-size: 110%;

}

#contentMain h2
{
	margin-right: 16px;
}


h3
{
	margin-top: 1.5em;
	margin-bottom: 0em;
	color: #000;
	font-size: 105%;

}

#contentMain h3
{
	color: #4C4C4C;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #ECC15F;
	padding-bottom: 4px;
}


h4
{
	margin-top: 1.5em;
	margin-bottom: -0.75em;
	color: #000;
	font-size: 100%;

}

#contentMain h4
{
	margin-right: 16px;
}



#contentMain ul{
background-color: #F8E7C2;
padding: 10px 10px;
margin-top: -15px;
margin-left: 3px;
list-style-type: none;
}

#contentMain ul ul{
background-color: #F8E7C2;
list-style-type: none;
margin-top: 0px;
}

#contentMain ul li{
background-color: #F8E7C2;
font-weight: bold;
}


#contentMain ul li ul li{
font-weight: normal;

}


p
{
	margin-top: 1.5em;
}

#contentMain p
{
	margin-right: 16px;
}


#globalcontainer ul, #globalcontainer ul li{
background-color: #FFFFFF;
}


/* Sitemap*/

#contentMain .sitemap{
list-style-type: none;
margin: 2px 0px 5px 5px;
padding:0;
background-color: #FFFFFF;
font-weight: normal;

}

/* NAV */

#leftBlock{
	position: absolute;
	float: left;
	top: 0;
	left: 10px;
	background-color: #FFFFFF;
	/*background: white URL('../../picture/bg_line-hotel.gif') repeat-y 0px 0px;*/
	border-left: solid 1px #000;
	width: 170px;
	z-index: 999;
	padding: 0px 10px 0px 10px;
	height: 100%

}

* html #leftBlock
{
	height: 100%;

}


#leftBlock h4{
	color: #5A5A5A;
	font-size: 12px;
	border-bottom: solid 1px #E6E6E6;
	margin: 0px 0px;
	padding: 6px 0px;
}

#leftBlock p{
	margin: 0px;
	padding-top: 4px;
	font-size: 11px;
	
}

#leftBlock p form{
	margin: 0px;
	padding-top: 6px;
	font-size: 11px;
	
}

#leftBlock ul.articleLinkInternal a{
text-decoration: none;
font-size: 11px;
line-height: 180%;
}

#leftBlock ul.articleLinkInternal{
list-style-type: none;
}

#leftBlock ul.articleLinkInternal a:hover{
color: #E4AA23;
text-decoration: underline;
}


#leftBlock .intlink {
width: 1px;
}



.MenuItem_lvl_2{
	border-bottom: solid 1px #E6E6E6;
	margin: 0px 0px;
	padding: 5px 0px 5px 20px;
	background-image: url('../../picture/nav_star.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
	font-size: 11px;
	font-weight: bold;
}

.MenuItem_lvl_2 a:link, .MenuItem_lvl_2 a:visited, .MenuItem_lvl_2 a:active{
	font-size: 11px;
	font-weight: bold;
}

.MenuItem_lvl_2#activeSection a{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.MenuItem_lvl_2#activeSection{
	background-color: #EEC76F;
	background-image: url('../../picture/nav_star-on.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
}


.MenuItem_lvl_3, .MenuItem_lvl_3 #activeSection{
	color: #5A5A5A;
	font-size: 11px;
	border-bottom: solid 1px #E6E6E6;
	margin: 0px 0px;
	padding: 5px 0px 5px 26px;
}


#leftBlock #line{
	border-bottom: solid 1px #E6E6E6;
	height: 1px;
}


#leftBlock p{
	margin: 0px;
	padding-top: 4px;
	font-size: 11px;
}

#historynavstart{
	position: relative;
	width: 812px;
	height: 75px;
	top: 15px;
	margin-left: -170px;
	padding: 20px 0px 0px 0px;
	background-image: URL('../../picture/verlauf_lang.jpg');
	background-repeat: repeat-x;
	text-align: right;
}

#historynavstart img{
	margin-right: 38px;
	margin-top: 0px;
}

.button{
	width: 50px;
	color: #000000;
	background-color: #EFB639;
	font-size: 10px;
	border: solid 1px #000000;

}



/* history nav*/

.breadcrumb{
	position: relative;
	width: 602px;
	height: 35px;
	line-height: 35px;
	margin-left: -170px;
	margin-top: 28px;
	padding: 0px 0px 0px 210px;
	background-image: URL('../../picture/verlauf_kurz.gif');
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
}

.breadcrumb_spacer{
	padding: 0px 2px;
	font-size: 10px;
}


#rightBlock {
	float: right;
	width: 0px;
	\width: 0px;
	w\idth: 0px;
	margin: 0;
	margin-left: 0px;
	padding: 0px;

}

/* FOOTER */

#footerBlock
{
	position: relative;
	float: left;
	margin: -0em auto 0 auto;
	width: 800px;
	padding-bottom: 0.5em;
	font-size: 10px;
	text-align: right;
	line-height: 1.5em;
	text-align: right;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footerBlock
	{
		margin-top: -0em;
	}

#move{
	float: right;
}

#footerBlock p{
	width: 570px;
	text-align: center;
	border-top: solid 1px #E6E4E4;
	padding-top: 7px;
	margin-right: 18px;
}



#layerAD{
clear: both;
position: absolute;
top: 0;
left: 0;
z-index: 999;
margin:0;
padding:0;
width: 780px;
text-align: center;
}


/* Formular Styles */

.formLabelRequired{
 height: 30px;
 line-height: 30px;
padding-right: 8px;
}

#submitIt{
	width: 170px;
	color: #000000;
	background-color: #EFB639;
	font-size: 10px;
	border: solid 1px #000000;

}



/**
  * Sample for FORUM
  */
.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
	background-repeat: repeat-x;
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
}
th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel, td.rowReply { background-color: #EFEFEF; }
td.rowError { background-color: #D82B2B; }
td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowError { font-size: 12px; color: #FFFFFF; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.catBottom {
	background-color: #D1D7DC;
	background-image: url(../../img/forum/silver/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}
.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



table.startteaser{
width: 257px;
margin: -5px 0px 0px -2px;
}

.startteaser td{
background-color: #EDC160;
font-size: 10px;
text-align: center;
line-height: 18px;
color: #60625F;
}

#contentMain .startteaser td a, #contentMain .startteaser a{
color: #60625F;
text-decoration: underline;
font-size: 11px;
text-align: center;
line-height: 18px;
}

#globalmap ul, #globalmap ul li{
background-color: #FFFFFF;
}


#keyimagereise{
	clear: both;
	position: absolute;
	width: 812px;
	height: 130px;
	z-index:13;
	margin-top:60px;
	border-top: solid 1px #5A5A5A;
	background-image: URL('http://www.reise-ziele-online.de/content/images/6f7e1153c0be14477fc389cef1aa3189.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}



#contentMain .teaserStart h6{
border: 0;
border-bottom: 0;
margin: 0px 0px;
padding: 3px 0px;
background: none;
font-weight: normal;
font-size: 11px;
}
.suchbutton{
	color: #5a5a5a;
	background-color: #e6e6e6;
	font-size: 11px;
	border: solid 1px #efb639;
	padding: 1px 4px;
	text-align: center;
	width: 155px;
	font-weight: bold;
	margin-top: 8px;
}


#sbi{
	border: solid 1px #84868C;
	font-size: 12px;
	width: 155px;
	padding: 2px 4px;
}
