* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #96a9bc;
	/*background-color: #728996;*/
	color: #848388;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
/* horizontal centering for IE Win quirks */
}
a img {
  border: 0;
}
.intro_news {
  width: 150px;
  margin: 20px auto 0 auto;
}
h2 {
  color: #1156a0;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}
#wrapper {
	background-image: url(basicImages/intro_bg.gif);
	position: relative;
	margin: 0 auto;
	width: 608px;
	height: 100%;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0 0;
	visibility: visible;
}
#distance {
	width: 100px;
	height: 50%;
	margin-bottom: -360px;
/* half of container's height */
	float: left;
}
#introContent {
	margin: 0 auto;
	position: relative;
/* puts container in front of distance */
	text-align: left;
	height: 438px;
	width: 608px;
	clear: left;
}
#logo {
	position: absolute;
	width: 608px;
	height: 136px;
	top: 0px;
	left: 0px;
}
#kasten_L {
	position: absolute;
	width: 283px;
	height: 333px;
	top: 136px;
	left: 0px;
	border: 1px solid #BFBBA6;
	background-color: #ffffff;
	text-align: left;
}
#kasten_R {
	position: absolute;
	width: 283px;
	height: 333px;
	top: 136px;
	right: 0px;
	border: 1px solid #BFBBA6;
	background-color: #ffffff;
	text-align: left;
}
#info {
	position: absolute;
	top: 490px;
  width: 578px;
  /*
  border: 1px solid #BFBBA6;
	background-color: #ffffff;
	*/
	text-align: left;
	padding: 5px 15px;
  text-align: center;
}
.introImage {
}
.introText, {
	padding: 10px 15px;
}
.csc-textpic-intext-left {
	padding: 10px 20px;
}
a {
	color: #1156a0;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#kasten_R a:hover,
#kasten_L a:hover {
	color: #1156a0;
	background-color: #eae9e9;
}
p.padding10 {
	padding: 0px 10px;
}
p.padding20 {
	padding: 0px 20px;
}
