/* Rot-Orange aus Logo #FD4602 , Original-Grau #57574B */

body {
	background-color: #fff;
	margin: 1% 0 0 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img,
a img {
	border: none;
}

.unsichtbar {
	display: none;
}

table.main {
	width: 900px;
	height: 600px;
	background-image: url(images/background_large_with_logo.jpg);
	background-repeat: no-repeat;
	border: 1px solid #666;
	margin: 0 auto 0 auto;
	text-align: left;
}

ul.menu {
	display: inline;
	list-style-type: none;
	/* border: 1px solid red;  Rahmen nur zum Zwecke der margin- und padding-Einstellungen */
	margin: 0;
	padding: 0 0 50px 0;
	font: 120% "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

li.menu {
	display: inline;
	list-style-type: none;
	margin: 0 3% 0 0;
}

ul.menu a:link,
ul.menu a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

ul.menu a:focus,
ul.menu a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

ul.menu a#current {
	color: #FD4602;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #57574B;
	margin: 0;
	padding: 0 0 3% 0;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 4% 3% 2% 3%;
}

h2.nachh1 {
	font-size: 100%;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0 3% 2% 3%;
}

p {
	font-size: 90%;
	margin: 0;
	padding: 0 3% 1% 3%;
}

p.fuss {
	font-size: 80%;
	margin: 0;
	padding: 5% 3% 0% 3%;
	color: #666;
}

.sprachwahl {
	font-size: 90%;
	margin: 0;
	padding: 0 0 2% 0;

}

a:link.sprachwahl,
a:visited.sprachwahl
 {
	color: #999;
	text-decoration: none;
}

a:focus.sprachwahl,
a:hover.sprachwahl,
a:active.sprachwahl
{
	color: #666;
	text-decoration: none;
}

a:link,
a:visited
 {
	color: #333;
	text-decoration: none;
}

a:focus,
a:hover,
a:active
{
	color: #FD4602;
	text-decoration: underline;
}
