*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

#main #top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 14px;
  background-image: url('../images/top.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

#main #crumpath {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 10px;
  background-image: url('../images/middle.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#main #logo img {
	position: relative;
	top: 3px;
	left: 20px;
}

#main #middle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 143px;
  background-image: url('../images/middle.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#main #middle #header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 139px;
  background-image: url('../images/header.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

#main #middle #header img {
	position: relative;
	top: 12px;
	left: 32px;
}

#main #content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
  background-image: url('../images/middle.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#main #content #contentArea {
	position: relative;
	top: 0px;
	left: 25px;
	width: 730px;
	color: #000000;
  font-size: 12px;
  margin-top: 14px;
}
.row {
	position: relative;
	left: 0px;
	top: 0px;
  clear: both;
  min-height: 200px;
}
.rowminimum {
	position: relative;
	left: 0px;
	top: 0px;
  clear: both;
}
.blockarea {
	position: relative;
	top: 0px;
	left: 0px;
	width: 225px;
	color #FFFFFF;
  font-size: 12px;
  border: solid 1px #939292;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: 100%;
}

.blockarea h2 {
	position: relative;
	top: 0px;
	left: 0px;
	width: 221px;
	color: #FFFFFF;
  font-size: 14px;
  background-color: #939292;
  margin: 1px;
  padding: 2px;
}
.blockarea h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
.blockarea ul {
  margin: 0px;
  padding: 4px;
}
.twocolumn {
	width: 550px;
}
.twocolumn h2, .twocolumn h1 {
	width: 546px;
}
.bigger {
	width: 459px;
}
.bigger h2 {
	width: 455px;
}
.onebigcolumn {
	width: 342px;
}
.onebigcolumn h2, .onebigcolumn h1 {
	width: 338px;
}

.menu {
	width: 134px;
  border: solid 1px #FF0000;
}

.menu h2 {
	width: 130px;
  background-color: #FF0000;
}
.blockarea li {
	list-style: none;
	display: block;
	border-top: solid 1px #939292;

}

.blockarea li:first-child {
	border-top: solid 0px #FF0000;
}

.blockarea li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.blockarea li a:hover {
	background-color: #D9D8D8;
	text-decoration: none;
}

#main #content #contentArea table{
	padding: 5px;
	margin: 0px;
	border: solid 1px #777777;
  font-size: 12px;
}


#main #content #contentArea .tbltitel{
	background-color: #bbbbbb;
	font-weight: bold;
}

#main #content #contentArea .odd{
	background-color: #eeeeee;
}

#main #content #contentArea .even{
	background-color: #dddddd;
}

#main #content #contentArea h1 {
	margin: 0;
	padding: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#main #content p {
	line-height: 15px;
	margin: 10px;
	padding: 0px;
	margin-bottom: 15px;

}
.webcamitem {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 2px;
}

#main #footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 778px;
	height: 14px;
  background-image: url('../images/footer.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

#special {
	display: none;
}

