/* deprecated. use base2 instead.
/* center layout*/
div#center {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 400px;
}

div#start {
	position: absolute;
	left:-400px;
/*	height: 700px;*/
}

/* general settings */
body {
	margin: 0px;
	font-family: Arial, sans-serif;
}

p {
	font-size: 0.9em;
}

li {
	font-size: 0.9em;
}

/*h1 {
	font-family: Verdana, sans-serif;
}*/

h2 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 1.3em;
}

h3 {
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 0px;
}

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

hr.first {
	position: absolute; top: 203px;
}

hr.second {
	position: absolute; top: 206px;
}

hr.content_left {
	position: absolute;
	top: 248px;
	background-color: #e6e6e6;
	width: 553px;
}

hr.content_right {
	position: absolute;
	top: 248px;
	left: 558px;
	background-color: #e6e6e6;
	width: 242px
}

hr.content_below_left {
	position: absolute;
	left: -1px;
	background-color: #e6e6e6;
	width: 553px;
	text-align: left;
}

hr.content_below_right {
	position: absolute;
	left: 557px;
	background-color: #e6e6e6;
	width: 242px;
	text-align: left;
}

hr.sidebar {
	width: 220px;	
}

div#topArea {
	width: 800px;
	height: 170px;
}

div#logo {
	position: absolute;
	left: 20px;
	top: 70px;
	width: 265px;
	height: 80px;
}

object#logo_svg {
	width: 265px;
	height: 80px;
}

table#navi { 
	position: absolute;
	top: 175px;
	width: 800px;
	margin: 0px;
	color: #7e747c;
	font-weight: bold;
	empty-cells: show;
	table-layout: fixed;
}

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 {
	position: absolute;
	top: 215px;
	width: 800px;
	font-size: 0.8em;
	color: #7e747c;
	border: none;
	empty-cells: show;
	table-layout: fixed;
}

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;
}

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 {
	position: absolute;
	top: 249px;
	width: 798px;
	
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	border: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #e6e6e6;
}

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

div#network_background {
	position: absolute;
	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;
}

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

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

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

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

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

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

h2.content {
	color: #877e85;
}

h3.content { 
	font-size: 0.9em;
}

.bold {
	font-weight: bold;
	font-size: 0.85em;
}

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

div#sidebar_background p {
	font-size: 0.8em;
}

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;
}
