body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #8C3315;
	background-image: url(/templates/simple/imgs/viadukt-reisen-backgrd.jpg);
	/*background-repeat: no-repeat;
	background-position: center;
	background-repeat: repeat-y;*/
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #8C3315;
	text-decoration: none;
}
a:hover {
	color: #8C3315;
	text-decoration: underline;
}

a.menu_current:link, a.menu_current:visited, a.menu_current:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.menu_current:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

a.menu_default:link, a.menu_default:visited, a.menu_default:active {
	color: #fff;
	text-decoration: none;
}
a.menu_default:hover {
	color: #fff;
	text-decoration: underline;
}


.linkwhite {
	color: #FFFFFF;
	text-decoration: none;
}

form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
h1 {
	font-size: 18px;
}
.header {
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	
	padding: 10px;
	width: 150px;
	vertical-align: top;
	border-top: 1px solid #A44223;
	border-right: 1px solid #A44223;
	border-bottom: 1px solid #A44223;
	border-left: 1px solid #A44223;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	line-height: 160%;
	background-color: #8C3315;
}
.current {
	font-weight: bold;
}
.content {
	
	padding: 10px;
	height: 400px;
	border-top: 1px solid #A44223;
	vertical-align: top;
	background-color: #FFFFFF;
}
.content div, .content p {
	line-height: 1.4em;
}
.footer {
	background-color: #8C3315;
	text-align: center;
	font-size: 10px;
	height: 10px;
	border-top: 1px solid #A44223;
	border-right: 1px solid #A44223;
	border-bottom: 1px solid #A44223;
	border-left: 1px solid #A44223;
	
	
}


/* Importer  */
div.teaserThumbnail, div.notepadThumbnail {
	float: left;
	margin-right: 6px;
	display: inline;
}

div.teaserThumbnail img, div.notepadThumbnail img{
	border: 1px solid silver;
}	
	
table.teaserListing { border-bottom: 1px dotted #999; margin-bottom: 8px}

 span.error {
 color: red;
 }
 
 /* Merkmale -> features */
div.features {
	background-color: #F5F5F5;
	padding: 8px 8px 8px 8px;
	border: 1px solid silver;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 400px;	
}
div.features h3 {
	margin: 0 0 6px 0; padding: 0;
	font-size: 16px;
	color: #8C3315;
	line-height:1em;
}
div.features ul {
	margin: 0;
	padding: 0;
}
div.features ul li {
	font-size: 11px;
	display: inline;
	list-style-type: none;
}
/* /Merkmale */

/* Preistabelle */
table.priceTable {
	background-color: #8C3315;
}
table.priceTable thead th {
	background-color: #CE8262;
	text-align: left;
	color: #fff;
}

th.priceTable {
	font-weight: bold;
	font-size: 11px;
	background-color: #CE8262;
}

td.priceTable {
	font-size: 11px;
	text-align: right;
	background-color: #fff;
	vertical-align: top;
}
div.priceLegend {
	margin-bottom: 2em;
}
/* /Preistabelle */

#priceinfo {
	z-index: 100;
	position: absolute;
	background-color: #FFD6C1;
	border: 1px solid #666;
	padding: 12px; width: 600px;
	height: 500px;
	top: 120px;
	left: 50%;
	overflow: auto;
	margin-left: -300px;
	/*visibility: hidden;*/
}

.main > #priceinfo {
	position: fixed;
}

.loading {
	background-image: url(/t32Importer/templates/viadukt/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

