* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 11px;
	color: #47505D;
	line-height: 20px;
	background: #fff;
}

#header {
	background: #47505d url(../img/logo.gif) no-repeat right;
	color: #ffffff;
	height: 80px;
	padding-left: 20px;
}

#menu {
	float: left;
	width: 250px;
	margin: 20px 0 20px 0;
}

#main {
	height: 100%;
	width: 100%;
	display: block;
}

#text {
	padding: 20px;
	margin-left: 250px;
}

#text .photo {
	float: left;
	padding: 3px;
}

#text .photo img {
	padding: 2px;
	border: 1px solid #47505d;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	background: #47505d;
	text-align: center;
}

a {
	color: #47505D;
	
}

a:hover {
	color: #5B748E;
}

table, .table {
	font-size:11px; font-weight: normal;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 45px;
}

h2 {
	font-size: 15px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
}

h5 {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

#menu ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#menu li {
	margin: 0;
	padding: 0;
	display: block;
	width: 250px;
}

#menu li a {
	font-weight: bold;
	display: block;
	line-height: 1em;
	border-bottom: 1px solid #47505D;
	text-decoration: none;
	color: #47505D;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#menu li a:hover {
	text-decoration: underline;
	background-color: #47505D;
	color: #ffffff;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer li a {
	padding: 0 10px 0 10px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer li a.first {
	border: none;
}

/* -- Startseite - */
#noflash, #nojs {
	padding: 10px;
	color: #750000;
	border: 2px solid #750000;
	font-weight: bold;
	width: 500px;
}

/* - Kontakt - */

legend {
	display: none;
}

label {
	margin: 5px 0;
	display: block;
	width: 75px;
	float: left;
}

.text, textarea {
	margin: 3px 0;
	border: none;
	border-bottom: 1px solid #47505D;
	padding: 3px 3px;
	width: 250px;
}

textarea {
	border: 1px solid #CED2D9;
	border-bottom: 1px solid #47505D;
}

.button, .submit {
	padding: 2px 15px;
}

.submit {
	font-weight: bold;
}

fieldset {
	border: none;
}

fieldset br {
	clear: both;
}
