/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:90%;
	}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;

}


a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #666666;
	
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #666666;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.fliess {
	font-family: "Courier New", Courier, monospace;
	color: #000;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 14px;
}

/* Boxes */

#ges{
	width: 600px;
	margin:auto;
}

#menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-transform: uppercase;
	color: #B2AA98;
	font-weight: bold;
	width:600px;
	height:20px;
	margin-top: 10px;
	margin-bottom: 10px;
	word-spacing: 10px;
	letter-spacing: 0.2em;
}

#menu a {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-transform: uppercase;
	color: #BDB6A3;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu .aktiv {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#head{
	width:600px;
	height:330px;
}

#cont{
	width:600px;
}

