
.ueberschrift {
	font-size:20px;
	color:#326197;
	font-weight:bold;
	font-style:italic;
}



/*#######################################
 				Allgemein
#######################################*/

html {
	height:100%;
}

table {
	border-collapse:collapse;
}

body {
	margin:0;
	padding:0;
	background-color:#EDF1F6;
	background-image:url(/images/hintergrund.jpg);
	background-repeat:repeat-y;
	background-position:left;
	height:100%;

	font:12px arial;
}

#hintergrund-rechts {
	/*
	background-image:url(/images/hintergrund.jpg);
	background-repeat:repeat-y;
	background-position:right;
	height:100%;
	*/
}

h1 {
	font-size:20px;
	color:#326197;
	font-weight:bold;
	font-style:italic;
}

a {
	color:#326197;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/*#######################################
 				Aufbau
#######################################*/

/* header */

.gesamtbreite {
	width:100%;
}

.header_hoehe {
	height:161px;
}

.header_links {
	background-color:#326197;
	background-image:url(/images/header_links.jpg);
	background-repeat:no-repeat;
	float:left;
	border-bottom:1px solid #FFFFFF;
}

.header_rechts {
	background-image:url(/images/header_rechts.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
	
}


/* menü, main, rechte spalte */

.zelle_1 {
	width:200px;
	vertical-align:top;
}

.zelle_1 ul {
	margin:0 0 0 5px;
	padding:10px 0 0 0;
	list-style-type:none;
	font:13pt arial black;
	font-weight:bold;
	font-style:italic;
	color:#326197;
}

/*
.zelle_1 ul li {
	margin:0;
	margin-top:10px;
}
*/
.zelle_1 ul li a {
	text-decoration:none;
	color:#326197;
}

.zelle_2 {
	vertical-align:top;
	padding:20px 60px 0 60px;
}
.zelle_2 iframe {
	border:1px solid #A4A8AB;
}

.zelle_3 {
	width:200px;
	padding-top:60px;
	vertical-align:top;
}

.platzhalter {
	height:250px;
}

.randfarbe {
	background-color:#F4F099;
}

.busbild {
	background-image:url(/images/bus.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}


/*#######################################
 				Sonstiges
#######################################*/

div.topreisen {
	width:180px;
	margin:auto;
	background-color:#EDF1F6;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.menu_level_0 {
	background-image:url(/images/menu_icon.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	padding-left:30px;
}

.menu_oben {
	margin:120px 0 0 0px;
	padding:0;
	font:13pt arial black;
	text-align:center;
}



.menu_oben li {
	display:inline;
	background-image:none;
	padding:0px 5px;
	margin:0;
	border-left:1px solid #EDF2F8;
}
.menu_oben li.first {
	border-left:0px solid #EDF2F8;
}

.menu_oben a {
	color:#EDF1F6;
}

#kontakt {
	margin-top:40px;
	text-align:center;
	color:#326197;
	font-weight:bold;
}

.menu_oben li img {
	border:0px;
}

.menu_links li {
	margin-top:5px;
	
}

.menu_level_1 {
	font:12px arial;
	color:red;
}

li.menu_level_1 {
	padding-left:30px;
	margin:0;
}

.menu_level_1 a { 
	color:#326197;
}

.reise {
	margin-bottom:3px;
}

.topreisen ul {
	padding-left:20px;
	margin:0;
	text-align:left;
}

.topreisen ul li {
	margin-top:5px;
}

.email_zelle_l {
	margin-top:5px;
	float:left;
	width:150px;
}