
#introBox {
	width:830px;
	height:520px;
	position:absolute;
	top:50%; left:50%;
	margin-left:-400px; /* halbe breite + padding ganz */
	margin-top:-260px; /* halbe hoehe + padding ganz */
	border:1px #CCCCCC solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0px;
	background-color:#FFFFFF;
}

#introHeader {
  background-image: url("../../includes/images/banner.jpg");
  background-position: left;
  background-repeat: no-repeat;
  height:122px;
  padding:0px;
  margin:0px;
  border-radius:5px 5px 0px 0px;
  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-top-left-radius:5px;
}

#content {
	width:790px;
	margin:0px;
	padding:20px;
	height:330px;
	background-image:url(../../includes/images/back_new.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.linkBox {
	margin:30px auto 10px auto;
}

.linkImg {
	position:relative;
	float:left;
	width:auto;
	height:auto;
}

.linkText {
	position:relative;
	float:left;
	display:inline;
	width:220px;
	padding:0px 10px 0px 10px;
}

#footer {
	width:820px;
}
