/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body{
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
#wrapper {
	min-height:100%;
	position:relative;
}

#container{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	padding-bottom: 10px;
	padding-top:100px;
}
#nav {
}
#nav a {
	color: #FFFFFF;
	float: left;
	width: 60px;
	text-align: center;
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
#nav a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}
#content {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 110px;
	padding-left: 10px;
	text-align: justify;
}

#content a{
	color: #FFFFFF;
	text-decoration: underline;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#content a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.table td {
	line-height: 20px;
}



.title {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.people a {
	display: block;
}

.people img {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hidden {
	display: none;
}
.hidden p {
	margin: 0px;
	padding-top: 4px;
}




#gallery a {
	height: 63px;
	width: 82px;
	margin-right: 10px;
	margin-bottom: 13px;
	float: left;
	display: block;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}
#gallery a:hover {
	background-color: #000000;
}
#gallery img {
	height: 63px;
}


#footer {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	height: 80px;
	width:580px;
	position:absolute;
	bottom:0px;
}


.field_kontakt {

	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 16px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 16px;
}
.field_kontaktbox {


	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 220px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:focus {outline: none;}

.clr {clear: both;}
