@import url(/styles/live/sob/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/thickbox.css);
@import url(/styles/live/sob/formmanager.css);
@import url(/styles/live/sob/navigation.css);
@import url(/styles/live/sob/dropdown.css);
@import url(/styles/live/sob/accordion.css);
@import url(/styles/live/livetranslate.css);
@import url(/styles/live/sob/faq.css);
@import url(/styles/live/sob/fahrplan.css);
@import url(/styles/live/sob/memory.css);

/* Structure */

* {
	margin: 0;
}

html, body {
    background-color: #333333;
    height: 100%;
}

body {
    margin : 0;
    padding : 0;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : #36393d;
    text-align : left;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.test {
    text-decoration: i
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


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

}

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0px 0px 18px 0px;
    font-weight: bold;
    font-size: 20px;
    color: #939598;
}

h2 {
    margin: 7px 0px 2px 0px;
    font-weight: bold;
    font-size: 15px;
    color: #2F2F2F;
}

h3 {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #939598;
}

h4 {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #939598;
}


/* Body - Container */
#containerWrapper {
    width: 970px;
    margin: 10px auto 0;
}

#container {
    clear: both;
    float: left;
    width: 960px;
    padding: 0 5px;
    background-color: #ffffff;
}

#header {
    height: 62px;
    width: 960px;
    border-bottom: 1px dashed #cecfd1;
    background-color: #FFFFFF;
}

#topnav {
    background-color: #FFFFFF;
    padding: 7px 2px;
    height: 31px;
    width: 956px;
}

#banner{
	height: 114px;
	padding: 0;
	margin: 0;
	width: 960px;
}

#sidenav {
    width: 274px;
    min-height: 400px;
    height: auto !important;  /* for modern Browsers */
    height: 400px;  /*for IE */
    padding: 5px 0px 0px 16px !important;
    padding: 7px 0px 0px 16px;
    float: right;
}

#content {
    background-color: #FFFFFF;
    width: 645px;
    min-height: 400px;
    height: auto !important;  /* for modern Browsers */
    height: 400px;  /*for IE */
    padding: 0px 14px 0px 10px;
    margin-bottom: 15px;
    float: left;
    border-right: 1px dashed #d9dadb;
}

div.chapter_wrapper{
	width: 639px;
	float: left;
}

#content_wrapper{
	width: 960px;
    min-height: 400px;
    height: auto !important;  /* for modern Browsers */
    height: 400px;  /*for IE */
    margin: 20px 0px 0px 0px;
}

/* Start Page */

/* Banner */
#banner_spacer{
    min-height: 269px;
    height: auto !important;  /* for modern Browsers */
    height: 269px;  /*for IE */
    width: 960px;
    position: relative;
}

#banner_start{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#banner_desc{
	position: absolute;
	top: 75px;
	left: 45px;
	width: 155px;
	z-index: 1;
	font-size: 11px;
}

#banner_desc a{
	color: #c73325;
}

/* Start Page Article Formatting */

div#start_left{
    clear: both;
	float: left;
	font-size: 13px;
	width: 315px;
}

#start_middle{
	float: left;
	width: 315px;
	margin: 0px 8px 0px 8px !important;
	margin: 0px 7px 0px 7px;
}

#start_right{
	float: left;
	width: 314px;
}

div.start_box{
	padding: 0px 15px;
	font-size: 13px;
}

/* Wrapper */

#start_wrapper{
	width: 960px;
	position: relative;
	background-color: transparent;
    min-height: 230px;
    height: auto !important;  /* for modern Browsers */
    height: 230px;  /*for IE */
    margin: 0px 0px 0px 0px;
    padding: 0;
    z-index: 2;
}

#start_content {
    width: 960px;
    font-size: 11px;
    margin-bottom: 15px;
    float: left;
}

/* Footer */

.push{
	height: 20px;
}

.footer{
    clear: both;
    float: left;
    width: 960px;
    height: 50px;
    padding-top: 10px;
    background-image: url(/images/sob/footer_bg.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    position: relative;
}

#footer_bot{
    color: #36393d;
    font-size: 11px;
    float:left;
}

#footer_sgs {
    position: absolute;
    top: 3px;
    right: 50px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}


/* S?dostbahn Def's */

div.logo{
	margin: 22px 0px 0px 0px;
	float: left;
}

div.topright{
	float: right;
	width: 500px;
}

div.search{
	float: right;
	width: 111px;
	height: 28px;
	background-image: url(/images/sob/search_bg.gif);
	background-repeat: no-repeat;
	padding: 7px 0px 0px 5px;
	margin: 0px 0px 0px 12px;
}

div.search input.submitter{
	background: none;
	height: 15px;
	width: 79px;
	border: 0px;
	border-bottom: 1px solid #b4b5b7;
	color: #fff;
}

div.top_links{
	float: right;
	padding: 11px 0px 0px 0px;
}

div.top_links a{
	color: #4e4b4a;
}

/* Fahrplaene Downloadlist */

div.filemanagerContainer{
	float: left;
	width: 182px;
}

a.fahrplanContainer{
	display: block;
	width: 181px;
	clear: both;
}