@CHARSET "UTF-8";

/* colors 

color: #f46717; /* orange */

*/

/* general settings */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100.1%;
	margin: 4px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-color: white;
	
}

p {
	margin: 12px 0px;
	line-height: 130%;
}

ul {
	padding-left: 20px;
	line-height: 130%;
}

li:FIRST-CHILD {
	list-style-type: none;	
}

li h1 {
	position: relative;
	left: -20px;
	margin-bottom: 6px;
	font-weight: normal;
	font-size: 100%;
	line-height: 130%;
}

h1 {
	margin: 14px 0px 10px 0px;
	font-weight: bold;
	font-size: 100%;
}

/*h1:first-child {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 100%;
}*/

h2 {
	margin: 14px 0px 16px 0px;
	font-weight: bold;
	font-size: 100%;
}

/*h2:first-child {
	margin: 14px 0px 16px 0px;
	font-weight: bold;
	font-size: 100%;
}*/


h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 90%;
	color: #877e85;
}

hr {
	margin: 0px;
	width: 800px;
	height: 1px;
	background-color: #f46717;
	border: 0px;
}

hr.first {
	
}

div.second {
	width: 800px;
	height: 2px;
	border-bottom: #f46717 solid 1px;
	/*border-left: 1px solid #e6e6e6;*/
}

hr.sidebar {
	width: 220px;	
}

/* center layout*/
div#center {
	position: relative;
	width: 800px;

	margin-left: auto;
	margin-right: auto;
	
	box-shadow: #e6e6e6 5px 5px 5px;
	-moz-box-shadow: #e6e6e6 5px 5px 5px;
	-webkit-box-shadow: #e6e6e6 5px 5px 5px;
	
	background-color: #fafafa;
}

table#navi { 
	width: 800px;
	padding: 5px 1px 3px 1px;
	color: #7e747c;
	font-weight: bold;
	empty-cells: show;
	table-layout: fixed;
	/*border-left: 1px solid #e6e6e6;*/
}

table#navi .col1 {
	width: 9%;
}

table#navi .col2 {
	width: 6%;
}

table#navi .col3 {
	width: 10%;
}

table#navi .col4 {
	width: 7%;
}

table#navi .col5 {
	width: 11%;
}

table#navi .col6 {
	width: 7%;
}

table#navi .col7 {
	width: 12%;
}

table#navi .col8 {
	width: 7%;
}

table#navi .col9 {
	width: 13%;
}

table#navi .col10 {
	width: 7%;
}

table#navi .col11 {
	width: 11%;
}

table#navi a, a:visited, a:active {
	color: #7e747c;
	text-decoration: none;
}
table#navi a:hover {
	color: #f46717;
	text-decoration: none;
}

p.active_element {
	margin: 0px;
	border-style: solid;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #f46717;
	text-align: center;
	font-size: 1em;
}

table#subnavi {
	width: 800px;
	padding: 9px 1px 9px 1px;
	font-size: 90%;
	color: #7e747c;
	border: none;
	empty-cells: show;
	table-layout: fixed;
	/*border-left: 1px solid #e6e6e6;*/
}

table#subnavi .col1 {
	width: 25%;
}

table#subnavi .col2 {
	width: 1%;
}

table#subnavi .col3 {
	width: 25%;
}

table#subnavi .col4 {
	width: 1%;
}

table#subnavi .col5 {
	width: 25%;
}

table#subnavi .col6 {
	width: 12%;
}

table#subnavi .col7 {
	width: 11%;
}

table#subnavi a, a:visited, a:active {
	color: #7e747c;
	text-decoration: none;
}
table#subnavi a:hover {
	color: #f46717;
	text-decoration: none;
}

table#facts {
	position: absolute;
	width: 170px;
	left: 55px;
	top: 140px;
	background-image: url(../images/gray_transparent_bar.png);
	background-repeat: repeat-y;
	border: solid;
	border-width: 1px;
	border-color: #b2b2b2;
}

table#facts td:first-child {
	white-space: normal;
	padding: 3px 0px 0px 3px;
}

table#facts td {
	white-space: nowrap;
	vertical-align: bottom;
	padding: 3px 3px 0px 0px;
	font-size: 80%;
}

table#contact_form {
	font-size: 0.9em;
	width: 213px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table#contact_form td {
	padding-top: 2px;
	margin: 0px;
}

div#impressum a, a:visited, a:active, a:hover {
	color: #f46717;
	text-decoration: none;
}

/*div#language {
	position: relative;
	top: 2px;
	width: 20px;
	height: 12px;
}*/

div#language a, a:visited, a:active, a:hover {
	color: #f46717;
	text-decoration: none;
}

div#content {
	width: 800px;
	
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	/*border: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #e6e6e6;*/
}

div#content a, a:visited, a:active{ 
	color: #f46717;
	text-decoration: none;
	
}

div#content a:hover{ 
	color: #f46717;
	text-decoration: none;
}

div#content table {
	border-collapse: collapse;	
}

/* background for content of single row design*/
div#single_background {
	padding: 20px 261px 20px 14px;
}

div#network_background {
	position: relative;
	/*top: 248px;
	width: 523px;*/
		
	padding: 20px 261px 20px 14px;
	
	background-color: #f2f2f2;
	/*border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e6e6e6;*/
}

div#network_background a, a:visited, a:active, a:hover{ 
	color: #f46717;
	text-decoration: none;
}

div#network_background table {
	/*font-size: 0.9em;*/
	width: 770px;
	line-height: 130%;
	border-collapse: collapse;
}

div#network_background img{
	width: 200px;
	border: none;
}

div#network_background .line {
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #f46717;
}

/* background for left side of 2 row content*/
div#main_background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 523px;

	padding: 20px 14px 20px 14px;
}

.bold {
	font-weight: bold;
	font-size: 86%;
}

div#sidebar_background {
	position: absolute;
	left: 560px; 
	top: 247px;
	width: 221px;
	padding: 20px 10px 20px 10px;
}

div#sidebar_background p {
	font-size: 90%;
}

div#itinerary {
	position: absolute;
	top: 240px;
	left: 25%;
	width: 768px;
}

div#itinerary p {
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	color: #f46717;
}

div#itinerary img {
	cursor: pointer;
}

div#references p:nth-child(2n) {
	font-style: italic;
	margin-bottom: 4px;
}

div#references p:nth-child(2n-1) {
	margin: 0px 0px 16px 0px;
	font-size: 80%
	
}

div#back2start {
	text-align: center;
}

div#back2start h1 {
	font-size: 170%;
}

div#back2start a, a:visited, a:active, a:hover {
	color: #f46717;
	text-decoration: none;
}
