/* (c)2009 Torsten Gebhardt (torsten-gebhardt.com) */

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6, input, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

/* page essentials */

body {
	margin: 0; 
	padding: .5em 0 .5em 0; 
	background-attachment: fixed; 
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1c3b76;                  /*  dynamic colors & background */
	background-image:url("back.png");
}

body img {
  border-style:none;
}

body a {
  color:gray;
}

span a {
	color:white;
	text-decoration:none;
}

span a:hover {
	color:white;
	text-decoration:underline;
}


#container {
  min-width: 770px;
  width:910px;
  margin-left:auto;
  margin-right:auto;
}

#header {
  padding:0 0 3px 0;
  text-align:right; 
  border-bottom:solid 1px #a2aebd;
}

#footer {
  padding:0 0 3px 0;
  text-align:right; 
  border-top:solid 1px #a2aebd;
}

#content {
  margin:5px 0;
  padding: 20px 10px;
}

#selectcontainer {
  height: 270px;
  position:relative;
}

#start1 {
  position:absolute;
  z-index:49;
  left:10px;
  top:0;
  width: 290px;   /* 870 / 3 */
  height: 270px;
  background-color: #c6feff;
	background-image:url("start1back.jpg");
}

#start2 {
  position:absolute;
  z-index:49;
  left:300px;
  top:0;
  width: 290px;   /* 870 / 3 */
  height: 270px;
  background-color: #eeffc6;
	background-image:url("start2back.jpg");
}

#start3 {
  position:absolute;
  z-index:49;
  left:590px;
  top:0;
  width: 290px;   /* 870 / 3 */
  height: 270px;
	background-image:url("start3back.jpg");
}

#stadtoverlay {
  visibility:hidden;
  z-index:49;
  left:590px;
  top:0;
  width: 10px;   /* 870 / 3 */
}

#start1 a, #start2 a, #start3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}

.startcat {
  position:absolute;
  top:232px;
  width:290px;
  text-align:center;
  font-size:30px;
  line-height:38px;
  color:#110039;
}

#stadtbanner {
  display:block;
  background-image:url("start_stadt.jpg");
  left:10px;
  width:870px;
  height:150px;
  padding:0;
  margin:20px 10px;
  border:white solid thin;
}

#intronews {


}