/* CSS Document */


/*  B A S I C S  +++++++++++++++++++++++++++++++++++++++++++*/

*{
margin:0;
padding:0;
}

img {
border:none;
margin:0px;
padding:0px;
}

body.vorschaltseite {
background:url(../images/vorschaltseite_bg.jpg) no-repeat;
}


body#vs.bg_01 {
background:url(../images/bg_00_01_00_home.jpg) 0px 0px no-repeat;
}




/* MIR Imagereplacement */
/* ========================================== */

.mir { letter-spacing : 10em; text-indent: -1000em; }
/* Be nice to Opera, but hide from MacIE. Thanks to Robert Jan Verkade (http://www.eend.nl) for the MacIE fix. */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}





/*  C O N T A I N E R  +++++++++++++++++++++++++++++++++++++ */


#maincontainer_vs {
float:left;
width:770px;
height:408px;
margin:0;
}
	#headercontainer_vs {
	float:left;
	width:770px;
	height:108px;
	margin:0;
	background: #000000 url(/media/images/vorschaltseite_welcome.gif) 310px 36px no-repeat;
	}
	#va-container_vs {
	float:left;
	width:290px;
	height:300px;
	margin:0;
	padding-left:20px;
	background: #FFFFFF; /* url(/media/images/vorschaltseite_verlauf.jpg) 0 0 repeat-x; */
	}
			h1#h1_00_00_00_vorschalt {
			background:url(/media/images/h1_00_00_00_vorschalt.gif) no-repeat;
			height:34px;
			width:285px;
			margin-top:36px;
			}
			ul#veranstaltungen_vs {
			list-style-type:none;
			margin-top:25px;
			}
				ul#veranstaltungen_vs li {
				display:block;
				width:275px;
				margin-bottom:8px;
				}
			#links_vs {
			float:right;
			margin:10px 20px 0px 0px;
			}
				a.link_vs {
				text-align:left;
				margin-top:2px;
				font-size:13px;
				font-weight:bold;
				}
	#imagescontainer_vs {
	float:right;
	width:460px;
	height:300px;
	margin:0;
	}
		#imagescontainer_vs img {
		float:left;
		width:230px;
		height:300px;
		}
