* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff url(../img/bg.gif) 0 0 repeat;
}

div#ve {
	width: 100%;
	height: 100%;
	background: url(../img/ve.gif) top right no-repeat;
}

#container {
	width: 875px;
	text-align: left;
	margin: 0 auto;
}

ul {
	list-style: none;
}

h1 span, h2, li a span { display: none; }

h1 {
	display: block;
	position: relative;
	left: 0px;
	top: 19px;
	width: 250px;
	height: 81px;
	background: url(../img/logo.gif) 0 0 no-repeat;
	z-index: 3;
}

div#startseite {
	display: block;
	position: relative;
	
	left: 16px;
	/*top: -160px;*/
	top: -90px;
	width: 200px;
	height: 200px;

}

div#startseite a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 15px;
}

div#startseite a:hover {
	text-decoration: underline;
}

li, li a {
	display: block;
	position: relative;
}

li#berlin a { background: url(../img/std-berlin.gif) 0 0 no-repeat; }
li#dortmund a { background: url(../img/std-dortmund.gif) 0 0 no-repeat; }
li#heilbronn a { background: url(../img/std-heilbronn.gif) 0 0 no-repeat; }
li#heidenheim a { background: url(../img/std-heidenheim.gif) 0 0 no-repeat; }
li#muenchen a { background: url(../img/std-muenchen.gif) 0 0 no-repeat; }
li#sigmaringen a { background: url(../img/std-sigmaringen.gif) 0 0 no-repeat; }

li#berlin,      li#berlin a      { width: 222px; height: 33px;  }
li#dortmund,    li#dortmund a    { width: 360px; height: 33px; }
li#heilbronn,   li#heilbronn a   { width: 362px; height: 33px; }
li#heidenheim,  li#heidenheim a  { width: 388px; height: 33px; }
li#muenchen,    li#muenchen a    { width: 322px; height: 42px; }
li#sigmaringen, li#sigmaringen a { width: 445px; height: 33px; }

li#berlin { left: 600px; top: 0px; }
li#dortmund { left: 280px; top: 80px; }
li#heilbronn { left: 330px; top: 150px; }
li#heidenheim { left: 375px; top: 170px; }
li#muenchen { left: 485px; top: 180px; }
li#sigmaringen { left: 330px; top: 200px; }

