/* ALLGEMEINE FORMATIERUNGEN    */
/*---------------------------------*/

body
{
	margin: 0;
	padding: 0;
	background-image: url(bilder_seite/subway_bg2.jpg);
	font-family: arial, hevetica, sans-serif;
	font-size: 10px;
	scrollbar-base-color: #202020; 
    scrollbar-arrow-color: #FFF;

}

img
{
   	border: 0; margin: 0; padding: 0;
}


#banner {
z-index: 1;
position: absolute;
top: 160px;
left: 90px;
width: 300px;
padding: 0px;
margin:0px auto;
}

div#rahmen {
background-image: url(bilder_seite/subway_bg.jpg);
background-repeat:no-repeat;
width: 780px;
height:1800px;
border-right:1px solid #aaa;
}

div#rahmen2 {
background-image: url(bilder_seite/subway_bg2.jpg);
background-repeat:repeat;
}

div#buttons {
position: absolute; 
z-index: 1; 
left: 20px; 
top: 340px;
padding-left: 10px;
padding-top: 0px;
}

div#container1 {
position: absolute; 
width: 240px; 
height: 80px; 
z-index: 1;
background-image: url(bilder_seite/bg_box.gif); 
border: 3px solid #000; 
left: 20px; 
top: 380px;
padding-left: 10px;
padding-top: 10px;
}

div#container2 {
position: absolute; 
width: 240px; 
height: 100px; 
z-index: 1; 
background-image: url(bilder_seite/bg_box.gif);  
border: 3px solid #000; 
left: 20px; 
top: 480px;
padding-left: 10px;
padding-top: 10px;
}

div#container3 {
position: absolute; 
width: 240px; 
height: 140px; 
z-index: 1; 
background-image: url(bilder_seite/bg_box.gif);  
border: 3px solid #000; 
left: 20px; 
top: 600px;
padding-left: 10px;
padding-top: 10px;
}

div#waggons {
position:absolute; 
width:345px; 
height:500px; 
z-index:1; 
background-color: #fff; 
border: 3px solid #000000; 
left: 300px; 
top: 380px;
overflow: auto;
padding-left: 10px;
padding-top: 10px;
}

div#zug {
position:absolute; 
z-index:1; 
background-color: #fff;  
border: 3px solid #000000; 
left: 20px; 
top: 20px;
overflow: auto;
padding-left: 10px;
padding-top: 10px;
}

/* LINK FORMATIERUNGEN    */
/*----------------------------*/

a:link {color:#123456;text-decoration:none;font-size: 10px;font-family: Arial; font-weight: bold}

a:visited {color:#123456;text-decoration:none;font-size: 10px;font-family: Arial; font-weight: bold}

a:active {color:#123456;text-decoration:none;font-size: 10px;font-family: Arial; font-weight: bold}

a:hover {color: #800;font-size: 10px;font-family: Arial; font-weight: bold}


/* SCHRIFT FORMATIERUNGEN    */
/*----------------------------*/

.gross
{
	font-family: tahoma, arial, hevetica, sans-serif;
	font-size: 11px;
}

/* FARB - FORMATIERUNGEN    */
/*----------------------------*/

.rot1
{
    font-weight: bold;
	color: #800000;
}


.hell
{
	color: #999999;
}

.norm
{
	color: #000000;
}

.weiss
{
	color: #ffffff;
	font-weight: bold;
}