@charset "UTF-8";
body {
	background-color: #212121;
	background-image: url(../bilder/bg2.jpg);
	background-repeat: repeat-x;
}
#mf {
	float: left;
	height: 763px;
	width: 200px;
}
#head {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFFFFF;
	height: 85;
	width: 313;
	text-align: right;
	vertical-align: bottom;
	background-position: right bottom;
}

#navi {
	position: fixed;
	width: 457px;
	height: 39;
	border: thin red solid;
}

.nav {
	word-spacing: 15px;
	position:absolute;
	left: 264px;
	top:110px;
	line-height: 25px;
	width: 524px;
}

.nav a {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #C1C4C5;
	text-decoration: none;
}

.nav a:hover {
	color: #C10E13;
}

.nav a:active {
	color: #C10E13;
}

.navunderline {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #cc0000;
	text-decoration:none;
}

#content .left3 {
	width: 300px;
	float: left;
	overflow: visible;
}

#content {
	position:absolute;
	top: 210px;
	left: 264px;
	width:1063px;
	height:800px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12.5px;
	color: #CCCCCC;
	margin: 0px;
	overflow: auto;
}
.link {
	float: none;
	clear: none;
	font-family: "Courier New", Courier, monospace;
	color: #CC0000;
}
.link a {
	color: #CC0000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
.link a:hover {
	text-decoration: underline;
}

#content .left {
	float:left;
	width:180px;
	clear:left;
}

#content .left2 {
	float:left;
	width:500px;
	clear:left;

}
#content .right {
	float: left;
}

#content .bottom {
	clear:left;
}

#content a {
	color:#C10E13;
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#content .top {
	color:#CC0000;
	text-decoration:none
}

#content .aud {
	text-decoration:none;
	height:89px;
}

#content .haftung{
	height:500px;
	overflow:auto;
}

/*gallery*/

.gallerycontainer{
position: relative;
top:10px;
height: 425px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid lightgray;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #C10E13;
}

.foe {
	border: thin soid lightgray;
}
.topunderline {
	font-family: "Courier New", Courier, monospace;
	color: cc0000;
	text-decoration: underline;
}
