* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

body {
  background-color: #FFFFFF;
}

li {
	list-style-type: none;
}

.main {
	margin-top: 34px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 46px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.main .description {
	width: 55%;
	position: absolute;
	left: 352px;
	top: 34px;
	overflow: hidden;
	font-size: 24px;
	line-height: 30px;
}

.main #medienindex {
	width: 70%;
	position: absolute;
	left: 352px;
	top: 34px;
	text-align: right;
	font-style: italic;
	letter-spacing: 1px;
}

.main #medienindex li {
	display: inline-block;
	background-image: url("../media-white.png");
	background-position: center;
	background-repeat: repeat-x;
	float: right;
	clear: both;
}

.main #medienindex li.selected {
	background-image: none;
}

.main .contact {
	height: 130px;
	width: 280px;
	letter-spacing: 1px;
}

.main .info {
	height: 130px;
	width: 280px;
	background-image: url("../information-komun.png");
	background-repeat: no-repeat;
}
.main .info p {
	padding-top: 65px;
}

h1 {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 5px;
}

.ankerlink {
	display: block;
}

a:link {
	color: #0099ff;
	font-weight: normal;
}
a:visited {
	color: #0099ff;
	font-weight: normal;
}
a:focus {
	color: #0099ff;
	font-weight: bold;
}
a:hover {
	color: #0099ff;
	font-weight: bold;
}
a:active {
	color: #0099ff;
	font-weight: bold;
}
.main .projects {
	width: 280px;
	overflow: auto;
}
.main .projects .linkselectedproject, .main .info .linkselectedproject {
	font-weight: bold;
}
.main .projects a {
	color: #000000;
	text-decoration: none;
}
.main .projects a:hover, .main .info a:hover, .main .contact a:hover {
	font-weight: bold
}

.main .contact a {
	color: #000000;
	text-decoration: underline;
}

.main .info a {
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	color: #CC0000;
}
.main .info a:hover {
	font-weight: bold
}

.main #pagenavigation {
	margin-bottom: 10px;
}

.main #pagenavigation p {
	display: inline;
	background-color: #FFFFFF;
}


.main #pagenavigation a {
	color: #000000;
	text-decoration: none;
}
.main #pagenavigation a:hover {
	font-weight: normal;
}
.main .pictures .imagelist {
    line-height: 0px;
	position: relative;
	top: 0;
	left: 0;
}
.main .pictures .selected {
	background-color: #000000;
}
.main .pictures .imagelist li {
	padding: 0;
	display: inline;
}
.main .pictures .imagelist li img {
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 0;
}

.main .pictures .imagelist:hover {
	background-color: #000000;
}

.bigpic {
	float: left;
	margin-right: 25px;
}

.neubutton {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}

