
* { margin: 0;
    padding: 0;}

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;}

body {
	background: url('img/background.jpg');
}

/****************************/
/********** Div's ***********/
/****************************/

.topimage{
	position: relative;
	width: 950px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background: url('img/topimage/01.jpg');
}
.mittelteil{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: url('img/rahmen.png');
}

	.navigation{
		position: relative;
		float:left;
		left: 30px;
		width: 172px;
	}
	.content{
		position: relative;
		float:left;
		left: 95px;
		width: 630px;
	}
	.clearing{
		clear: both;
	}


.space{
	position: relative;
	width: 130px;
	height: 4px;
	font-size: 0px;
	line-height: 4px;
	min-height: 4px;
	display:block;
}

#ImpressumImage1 {
	background: url('img/bet.png');
}

#ImpressumImage2 {
	background: url('img/impressum1.png');
}

#ImpressumImage3 {
	background: url('img/impressum2.png');
}


/****************************/
/***** Font's und Links *****/
/****************************/
.writefont{
	color: #000000;
	text-decoration:none;
	font-family:"Verdana";
	font-size:10pt;
}

.boldfont{
	color: #000000;
	text-decoration:none;
	font-family:"Verdana";
	font-size:10pt;
	font-weight:bold;
}

.italicfont{
	color: #000000;
	text-decoration:none;
	font-family:"Verdana";
	font-size:10pt;
	font-style:italic;
}

.bigfont{
	olor: #000000;
	text-decoration:none;
	font-family:"Verdana";
	font-size:15pt;
	}

.greyfont{
	color: #898989;
	text-decoration:none;
	font-family:"Verdana";
	font-size:8pt;
}

.ueberschrift{
	color: #000000;
	text-decoration:none;
	font-family:"Verdana";
	font-size:18pt;
}

.littlefont{
	color: #000000;
	text-decoration:none;
	font-family: "Verdana";
	font-size: 8pt;
}

a.navi:link{ color: #000000; outline: none; text-decoration:none; font-family:"Verdana"; font-size:10pt; font-weight: normal; display:block; padding-left: 25px; width: 123px; height: 18px; background-image: url('img/navigation/mouseout.jpg');}
a.navi:visited{ color: #000000; outline: none; text-decoration:none; font-family:"Verdana"; font-size:10pt; font-weight: normal; display:block; padding-left: 25px; width: 123px; height: 18px; background-image: url('img/navigation/mouseout.jpg');}
a.navi:active{ color:#000000; outline: none; text-decoration:none; font-family:"Verdana"; font-size:10pt; font-weight: normal; display:block; padding-left: 25px; width: 123px; height: 18px; background-image: url('img/navigation/mouseout.jpg');}
a.navi:hover{
	color: #000000;
	outline: none;
	text-decoration:none;
	font-family: "Verdana";
	font-size:10pt;
	font-weight: bold;
	background-color: #BECDB6;
	display:block;
	padding-left: 25px;
	width: 123px;
	height: 18px;
	background-image: url('img/navigation/mouseover.jpg');
}

a.kommentare1:link{ color: #000000; text-decoration:none; font-family:"Verdana"; font-size:10pt; font-weight:bold;}
a.kommentare1:visited{ color: #000000; text-decoration:none; font-family:"Verdana"; font-size:10pt; font-weight:bold;}
a.kommentare1:active{ color:#000000; text-decoration:none; font-family:"Verdana"; font-size:10pt; font-weight:bold;}
a.kommentare1:hover{
	color: #000000;
	text-decoration:underline;
	font-family: "Verdana";
	font-weight:bold;
	font-size:10pt;
}

a.blog:link{ color: #000000; text-decoration:none; font-family:"Verdana"; font-size:10px; font-weight:normal;}
a.blog:visited{ color: #000000;text-decoration:none; font-family:"Verdana"; font-size:10px; font-weight:normal;}
a.blog:active{ color:#000000;text-decoration:none; font-family:"Verdana"; font-size:10px; font-weight:normal;}
a.blog:hover{
	color: #000000;
	text-decoration:underline;
	font-family: "Verdana";
	font-size:10px;
}

a.link:link{ color: #000000; text-decoration:none; font-family:"Verdana"; font-size:9pt; font-weight:normal;}
a.link:visited{ color: #000000;text-decoration:none; font-family:"Verdana"; font-size:9pt; font-weight:normal;}
a.link:active{ color:#000000;text-decoration:none; font-family:"Verdana"; font-size:9pt; font-weight:normal;}
a.link:hover{
	color: #000000;
	text-decoration:none;
	font-family: "Verdana";
	font-size:9pt;
	font-weight:bold;
}

a.link2:link{ color: #000000; text-decoration:none; font-family:"Verdana"; font-size:9pt; font-weight:normal;}
a.link2:visited{ color: #000000;text-decoration:none; font-family:"Verdana"; font-size:9pt; font-weight:normal;}
a.link2:active{ color:#000000;text-decoration:none; font-family:"Verdana"; font-size:9pt; font-weight:normal;}
a.link2:hover{
	color: #000000;
	text-decoration:underline;
	font-family: "Verdana";
	font-size:9pt;
	font-weight:normal;
}
