body {
	color: #444444;
	font-size: 62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

h1 {
	font-family: Anivers, 'Anivers-Regular', 'Gill Sans', Trebuchet;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-size: 3em;
}

#menu {

}

p {
	font-family: Georgia, Times New Roman, Times;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 2em;
}



#container {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding: 0px;
	min-height:100%;
	position:relative;
	width:795px;
}

#container #header {
	position: relative;
	min-height: 85px;
	height: 85px;
}

#container #header #logo {
	position: absolute;
	bottom: 18px;
	left: 0px;
}

#container #header #menu {
	position: absolute;
	right: 0px;
	bottom: 11px; /* wg. Aufbau der Grafiken*/ 
	width: 300px;
	text-align: right;

	font-family: Anivers, 'Anivers-Regular', 'Gill Sans', Trebuchet MS, Arial;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;

/*	letter-spacing: -1px;*/
	font-size: 1.5em;
}

#container #header #menu a {
	margin-left: 20px;
}

#container #content {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 530px;
}

#container #footer {
	position: relative;
	margin-top: 12px;
/*	font-family: Helvetica, Arial;*/
	font-size: 0.6em;
	
	font-family: Trebuchet MS, Arial;

	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 0.8em;
	
	color: #000000;
	
}

#footer a:link {
	margin-top: 12px;
/*	font-family: Helvetica, Arial;*/
/*	font-size: 0.6em;*/
}

img {
	border: 0px;
}

a:link { 
	color: #000000; 
	text-decoration: none;
/*	border-bottom: 1px dotted #999999;*/
	/*background-color: #e0e0e0;*/
/*	padding-top: 2px;*/
/*	padding-bottom: 2px;*/
/*	padding-left: 4px;
	padding-right: 4px;
*/
}

a:hover {
/*	color: #222222;*/
/*	background-color: #ffc600;*/
	border-bottom: 1px solid #ffc600;

}

a:active {
/*	color: #222222; */
	text-decoration: none;
}

a:visited {
/*	color: #222222; */
	text-decoration: none;
}

.disabled {
	opacity: 0.3;
	filter: alpha(opacity = 30);
	zoom: 1;
}

.disabled a:hover {
/*	padding: 10px;*/
/*	background-color: red;*/
	border-bottom: 0px !important;
}