/* Aus der Datenbank */
.ueberschrift {
	background-image:url(/images/ueberschrift_back.png);
	background-repeat:repeat-x;
	background-position:center;
	
	border-top:1px solid #F38524;
	border-bottom:1px solid #F38524;
	
	font-size:12px;
	color:#FFFFFF;
	padding:1px 15px;
	
	display:block;
}

/* Allgemein */
html,
body {
	width:100%;
	height:100%;	

	padding:0px;
	margin:0px;

	font-size:11px;
	font-family:Verdana, Sans-Serif, Helvetica;
	
	background-color:#EDE0B8;
	
	/* Fix IE 5 */
	text-align:center;
}

table,
table tr,
table tr td,
form {
	margin:0px;
	padding:0px;
}

table,
table tr,
table tr td {
	border-collapse:collapse;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#BA2733;
	margin:0px;
	padding:0px;
}

a {
	color:#F87E11;
	text-decoration:none;
}
a img {
	border:0px solid #000000;
}
.borderbottom1px {
	border-bottom:1px solid #CCCCCC; 
}
.margintop5px {
	margin-bottom:5px;
}


/* Layout */
#bottom {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
	background-color:#FCFAF2;
	width:700px;
	min-height:100%;
	
	margin:auto;
	
	overflow:visible;
}

#layout {
	width:100%;

	margin:auto;
	/* Fix IE 5 */
	text-align:left;
}
#layout #head #head_td {
	height:148px;

	background-image:url(/images/top_back.jpg);
	background-repeat:no-repeat;
}

#layout #main #main_td {
	padding:15px;
}
#layout #main .grafik_menschen {
	background-image:url(/images/startseite_menschen.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#layout #footer #footer_td {
	padding:5px 15px;
	
	background-image:url(/images/verlauf_unten.png);
	background-repeat:no-repeat;
	background-position:top right;
	
	text-align:right;
}
#layout #footer #footer_td a {
	color:#000000;
	padding-left:10px;
}

#layout #head #head_td #grafik_oben {
	position:absolute;
	top:0px;
	margin-left:82px;
}
#layout #head #head_td #grafik_oben2 {
	position:absolute;
	top:119px;
	margin-left:335px;
}
#layout #head #head_td #logo {
	margin-left:20px;
	margin-top:11px;
	margin-bottom:5px;
}

/* Menü */
ul#menu,
ul#menu li {
	margin:0px;
	padding:0px;
}

ul#menu {
	height:25px;

	border-top:1px solid #F38524;
	border-bottom:1px solid #F38524;
	
	background-image:url(/images/menu_back.gif);
	background-repeat:repeat-x;
	
	list-style-type:none;
}

ul#menu li {
	padding:5px 10px;
	display:block;
	float:left;
	vertical-align:middle;
	border-right:1px solid #D5E6E9;
}
ul#menu li,
ul#menu li a {
	font-size:12px;	
	color:#FFFFFF;
	text-decoration:none;
}

/* News Startseite */
#news_startseite {
	width:95%;
}
#news_startseite td {
	border-bottom:1px solid #CCCCCC;
	padding:3px 0px;
}
#news_startseite td.text {
	text-align:left;
}
#news_startseite td.button {
	text-align:center;
	width:30px;
}

/* Reiseliste */


table.reise_hintergrund {
	vertical-align:top;
	margin:0px;
	margin-bottom:16px;
}

table.reiseansicht td {
	vertical-align:top;
	width:540px;
}

.reiseansicht td {
	padding:5px;
}

td.vertical_spacer {
	background-color:#FFFFFF;
	width:5px;
	padding:0;
}


/* Reiseansicht */
#reisebilder {
	float:right;
	margin-left:10px;
	margin-bottom:10px;	
}
