/* @override http://www.latincoming.com/com/layout.css */

/* @override http://www.latincoming.com/com/layout.css */

/* @override http://www.latincoming.com/com/layout.css */

/* @override 
	http://latincoming.com/com/layout.css
	http://latincoming.com/com/layout.css
	http://www.latincoming.com/com/layout.css
*/

/**
 * TracSite main CSS layout
 *
 * @author	Vasily Melenchuk
 * @version	1.0
 * @package	TracSite
 * @copyright Copyright (c) 2007, Semantica-IT
 */

/* Reset all padding to all browsers */
* {
	margin: 0;
	padding: 0;
}

td.reisentabfeld {
	padding: 3px;
	border-top-style: solid;
	border-top-width: 1px;
}
img {
	border: 0;
}
a, a:link, a:visited {
	color:#B40000;
}

div#navcol a:hover{
	text-decoration:underline;
}
div#navcol a#active{
	text-decoration:underline;
	color: #f2dc4b;
}

html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	text-align: center;
	height: 100%;
	background-color: #830000;
}

/* Common font styles for entire site */
body, table {
	color: #000000;
	font: 10pt Verdana;
}

/* Toplevel header */
h1 {
	font-size: 180%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Subheader */
h2 {
	font-size: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin: 5px 0 5px 0;
}

/* Links */
a {
	color: #b40000;
	text-decoration: none;
}

/* Content container*/
#cnt1 {
	margin: 0 auto 0 auto;
	width: 969px; /* WIDTH: Kopfbild1 + 10px */
	background: url(images/content_left_bg.jpg) repeat-y left;
	padding: 0px 0 0 10px;
	min-height: 100%;
	height: expression("100%");
}

#cnt2 {
 	background: url(images/content_right_bg.jpg) repeat-y right;
 	padding-right: 10px;
 	width: 959px; /* WIDTH: Kopfbild1 */
 	background-color: #ffffff;
 	min-height: 100%;
/*  	height: expression("100%"); */
}

/* Row with Kopfbild1 */
#toprow {
	margin-bottom: -3px; /* Clean gap between rows */
}

/* Row with other content */
#mainrow {
}

#mainrow img, #mainrow div {
	float: left;
}

/* Navigation column */
#navcol {
	width: 215px; /* WIDTH: Navigation column */
	text-align: left;
}

#navcol img {
	float:left;
}
#navcol ul,#navcol form{
	clear: both;
	padding: 10px 0 0 40px;
}
#navcol form{
	border: 1px solid #830000;
	background-color: #fefdf2;
	font-size: 11px;
	padding-bottom: 15px;
	padding-left:15px;
	padding-right:15px;
	margin-top:10px;
	margin-left:30px;
}
/*
div.loginBox{
	clear: both;
	width: 150px;
	border: 1px solid #830000;
	background-color: #fefdf2;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}*/
#navcol ul li {
	list-style-image: none;
	list-style-type: none;
	width: 150px;
	margin-top: 10px;
	font-size: 8pt;
	font-weight: bold;
}
#navcol ul.submenu {
	padding: 0px 0 0 8px;
	clear: both;
}
#navcol ul.submenu li {
	list-style-image: none;
	list-style-type: none;
	width: 150px;
	margin-top: 5px;
}

/* Content column */
#contcol {
	text-align: left;
	width: 696px; /* WIDTH: Kopfbild2 (content) */
}
#contcol img, #navcol div {
	float: left;
}

/* Content area itself */
#content {
	color: #000;
	font: 10pt/18px Verdana, Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	/*
	padding-left: 10px;
	padding-right: 20px;
	margin-right: 20px;
	padding-top: 10px;
	*/
}

/* Element to reset floatings */
.clean {
	float: none;
	clear: both;
	height: 0px;
	overflow: hidden;
}
form{
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
}
#login_form{
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #830000;
	background-color: #fefdf2;
	margin: 20px 0px 0px 40px;
}
input, textarea {
    background-color:#ffffff;
    font-family: arial,verdana,sans;
    color:#626463;
    padding:1px;
    margin:1px;
    border:1px solid #d7d8da;
}

textarea {
    width:315px;
    font-size:11pt;
}

.button {
    background-color:#ffffff;
    font-family: Times,arial,verdana,sans;
    color:#626463;
    width:100px;
    border:1px solid #d7d8da;
}
#frm_register td.label{
	width: 150px;
	padding: 1px;
	padding-left: 0px;
}
#frm_register td.field{
	width: 220px;
	padding: 1px;
	padding-left: 0px;
}
#frm_register input{
	width: 100%;
}
.required{
	color: #ff0000;
	font-weight: bold;
}
#frm_register .inp_button{
	width: auto;
}
.error{
	font-size: 11px;
	color: #ff0000;
}
/* Top navigation Start */
/* #topnav{
	height: 35px;
	text-align: center;
	background-color: #df5e00;
}
#topnav .tt{
}
#topnav ul{
}
#topnav ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding: 0px 10px 0px 10px;
	background-color: #f8c29c;
	height: 35px;
	font-size: 16px;
	color: #ffffff;
}
#topnav ul li a{
	color: #ffffff;
	text-decoration: none;
	padding-top: 5px;
}
#topnav li ul{
	left:-999em;
	position: absolute;
}
#topnav ul li.liHover ul{
	left: auto;
}
#topnav li ul li{
	float: none;
} */
/* Top navigation End */

td.aktuell1 {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	background-color: #830000;
	margin: 0;
	border: 1px solid white;
	width: 50%;
}
td.aktuell2 {
	color: #000;
	font-size: 12px;
	padding: 10px;
	background-color: #fff7af;
	border: 1px solid white;
}

div.StilBox{
	width:650px;
	display:block;
}
div.StilContent{
	width:650px;
	display:block;
	margin-bottom:25px;
}
div.StilHeadline{
	background-color: #830000;
	width:100%;
	display:block;
	margin-bottom:20px;
}
/**************************************************/
/* tabel Buchungsstand */
table.bstand{
	display:block;
	width:660px;
	border:0;
	/* 660 / 749*/
}
.tableBox{
	padding-bottom:30px;
}
table.bstand tr{
	height:13px;
}
table.bstand td{
	height:13px;
}
table.bstand td.pos_a{
	width: 180px;
}
table.bstand td.pos_b{
	width:185px;
}
table.bstand td.pos_c{
	width: 120px;
}
table.bstand td.pos_d{
	width:149px;
}

tr.reisen_tabhead {
	font: bold 12px verdana;
	background-color: #fff7af;
}

tr.reisen_tabmiddle {
	font: 10pt Verdana;
	background-image: none;
}

table.reisentab {
	vertical-align: top;
}

table.roterkasten {
	background-color: #830000;
	color: #fff7af;
	padding: 6px;
	font-size: 12px;
}

#content table.roterkasten tbody tr td a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

span.Stil2 {
	color: #fff;
}



