/******************************************************************************/
/******* 	main.css -  stylesheet für muenchner-u-bahnwache		*******/
/******* 																*******/
/******* 	Copyright: SWM Services GmbH, S-IP-AN-BE 	Juni 2006		*******/
/******************************************************************************/


html,body, #main { /* Firefox -- Damit Footer am immer ganz unten ist*/
	min-height:100%;
}
* html #main { /* IE -- Damit Footer am immer ganz unten ist*/
	height:100%;
}
#main { /* Damit Footer am immer ganz unten ist*/
	position:absolute;
	left:0;
	top:0;
	width:100%;

}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url("images/logo-hintergrund1.png");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:390px 180px;
}

#top { 
	padding:0 0 0 0;
	margin: 0 0 0 0;
	height:115px;
	width:100%;
}

/*#logoarea {
	position:absolute;
	left:20px;
	top:15px;
	width:100px;
	height:100px;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;

}*/

#logolink { 
	position:absolute;
	left:35px;
	top:15px;
	width:120px;
	height:120px;
	border:none;
	z-index:201;
}
#header {
	position:absolute;
	left:20px;
	top:0px;
	width: 900px;
	height:150px;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;

}

#line {
	position:absolute;
	left:0;
	height:28px;
	top:60px;
	background-color: #5080E0;
	width:100%;

}

#menue {
        
    font-size:1.1em;
	position:absolute;
	left:10px;
	top:130px;
	width:auto;
	margin-left: 0px;
	padding-left: 0px;
}

#content {
	font-size: 0.9em;
	margin-left:163px;
	padding-top:28px;
	width:700px;



	/* min-height:355px;
	height:auto !important;  für moderne Browser */
	/*height:71%;  für den IE */
}

#footer {
	position:absolute; bottom:0; /* Damit Footer am immer ganz unten ist*/
	
	left:0;
	width:99%;
	text-align:center;
	font-size:0.7em;
}


.linklogo {
	position:absolute;
	left:180px;
	width:450px;
	padding-top:20px;
	text-align:left;
}

/* Nur für alte Links benötigt
#linklogotext {
	position:absolute;
	left:320px;
	padding-top:30px;
	text-align:left;
} */


a {
	font-weight : bold;
}

a:link {
	text-decoration:none;
	color: #5271B5;

}

a:visited {
	text-decoration:none;
	color: #5271B5;    
/* 	color: #5080E0;  */
}

a:hover {
	text-decoration:none;
	color: red; 
}

a:active {
	text-decoration:none;
	color: red;
}

h1 {
	font-size : 1.5em;
}

h2 {
	font-size : 1.1em;
}

h3 {
	font-size : 1.0em;
}

h4 {
	font-size : 0.9em;
}
.small li 		{ 		list-style-image:url('images/aufzaehlung.gif');
	  					line-height: 150%;
}
.none li	{	
						list-style-type:none;
						line-height:165%;
}

img { 	vertical-align:middle;
	  	border:0;
}
table {
	font-size: 0.9em;
}

/*Menue*/
div.Ebene1 {
	background-color:white;
	width:150px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:white;
}

div.text {
	width:140px;
	margin-left:10px;
	font-size:0.9em;
}

.news_date { 
			overflow: visible;
			padding: 0 0 0 0;
			margin-left:-20px;
			width:170px;
			height:auto;
			float:left;
}

.news_content { 
			overflow: visible;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			width:450px;
			height:auto;
			float:left;
}
.news_ul li	{	
						list-style-type:none;
						line-height:135%;
}
.clear { clear:both; 
}

textarea { 	font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
}

/* Bilder Container */

#kontakt_bild { 
				position:absolute;
				background-image: url('');
				width:200px;
				height:150px;
				left:530px;
				top:210px;
}
/*				
#tagesablauf {
				position:absolute;
				background-image: url('');
				width:250px;
				height:185px;
                                left:185px;
                                top:215px;
}
*/
#tagesablauf1 {
				position:absolute;
				background-image: url('');
				left:185px;
}

#unternehmen {
				position:absolute;
				background-image: url('');
				width:225px;
				height:140px;
				left:685px;
				top:230px;
}

#unternehmen2 {
				position:absolute;
				background-image: url('');
				width:250px;
				height:166px;
				left:680px;
				top:1135px;
}

#hilfe {
				position:absolute;
				background-image: url('');
				width:250px;
				height:200px;
				left:580px;
				top:215px;
}
.up {
				line-height:2em;
}

.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:1px;
	height:1px;
	display:none;
}

.nobreak {
	white-space:nowrap;
}


/* Kontaktformular */

form.withlabel label.left{
	float:left;
	width:45%;
	text-align:right;
	margin-right:5%;
}

form.withlabel input.right,
form.withlabel textarea.right{
	float:left;

	
}

form.withlabel legend{
	font-weight:bold;
	
}
form.withlabel fieldset{
	padding:12px;
	
}

/* Tabellenformation für Impressum */
table.ImpressumTable{
	width:90%;
	font-size:1em; 
	padding:0;
	border:0;
	border-collapse:collapse;
	margin:0;
}

table.ImpressumTable th{
	width:35%;
	text-align:left;
	font-weight:normal;
}