/* Css Default */

@import url("menu.css");
@import url("boxes.css");
@import url("custom_styles.css");
@import url("404.css");


body,html {
	margin: 0px;
	padding: 0px;
    height: 100%;
    background-attachment: fixed;
	color: #e7e7e7;
	font-family : Arial, Helvetica, Sans-serif;
	text-align: left;
}

body { background-color: #000000; }


p {
	font-size: 11px;
}


a:link, a:visited, a:active {
	color: #f54f20;
	text-decoration: none;
}

a:hover {
	color: #f54f20;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: none;
}

div#container {
	height: auto !important;
	height: 400px;
	margin: 0 auto;
	width: 930px;
    background: transparent url(/images/container-background.png) repeat scroll 0 0;
}

div#menuWrapper {
    float: left;
	width: 110px;
	height: auto;
}

div#logo {
	float: left;
	margin: 0px;
	padding: 10px;
	height: auto;
}

div#logoRoute {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 100px;
    width: 358px;
    z-index: 1000;
    position: absolute;
    background: transparent url(/images/route-logo-bg.png) repeat scroll 0 0;
    background-repeat: no-repeat;
}

div#header {
	float: left;
	width: 820px;
	height: 480px;
	background-image: url(/images/header.jpg);
	margin: 0;
	padding: 0;
}

div#headerHistorie {
	float: left;
	width: 820px;
	height: 480px;
	background-image: url(/images/header_historie.jpg);
	margin: 0;
	padding: 0;
}

div#headerRoute {
    float: left;
	position: relative;
	width: 820px;
	height: 480px;
	margin: 0;
	padding: 0;
}

div#indexMain {
	float: left;
    min-height: 350px;
    height: auto;
	width: 780px;
	padding: 8px 20px 10px 20px;
	color: #ffffff;
    background-color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
    margin-left: 110px;
}

div#route {
    float: left;
    position: absolute;
    top: 0;
    z-index: 0;
}

div#main {
	float: left;
	width: 760px;
    min-height: 350px;
	padding: 20px 30px 0 30px;
    margin-left: 110px;
}

div#push {
	clear: both;	
}

div#footerWrapper {
	width: 820px;
    height: 30px;
    padding-left: 110px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 18px;
}

div#footer {
	padding: 8px 0px 0px 20px;
	width: 820px;
	height: 30px;
	background: transparent url(/images/footer.png) repeat scroll 0 0;;
	background-repeat: no-repeat;
	color: #777777;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #f54f20;
	font-weight: normal;
	text-decoration: none;
}

H1 {	
	color: #f54f20;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

H2 {
	color: #f2f2f2;
	font-size: 12px;
	font-weight: bold;	
}

H3 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;	
}

.tableLayout {
    width: 100%;
}

.tableLayout td {
    width: 380px;
    padding: 10px;
    border: Dotted 1px #222222;
    border-top: Dotted 1px #333333;
    background-image: url(/images/td_bg.png);
    background-repeat: repeat-x;
}


