/* screen.css */

body {
	color: #000000;
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
}

#logo {
	float: left;
	color: #ffffff;
	background-color: #CCCCCC;
	margin: 0;
	font: bold 20px verdana, sans-serif;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
}


#navigation {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	width: auto;
}

#navigation li {
	padding: 0 0 2px 0;
	margin: 0;
}

#navigation a {
	width: 150px;
		border: 1px solid #453514;
		display: block;
	color: #000000;
	background-color: F59300;

	padding: 2px 2px 2px 10px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
	background-color: #62F500;
	border: 1px solid #453514;
}

#navigation a:visited {
	color: #000000;
	background-color: #62F500;
	border: 1px solid #453514;
}

#navigation p {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;color: #000000;
}

#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #CCCCCC;
	border-left-style: none;
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 22px;
	padding-left: 30px;
	text-decoration: none;
}

#inhalt h2 {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 5px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom-color: #F59300;
	border-left-color: #F59300;
}

#inhalt h4{
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F59300;
	border-left-color: #F59300;
}

#inhalt h6 {
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	
	font-style: italic;
}

#fuss {
	clear: left;
	color: white;
	background-color: #F59300;
	width: 915px;
	font: bold 12px verdana, sans-serif;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 10px;
}

#fuss a {
	text-decoration: none;
	color: #ffffff;
}

#fuss a:visited {
	color: #ffffff;
}

#fuss a:hover {
	text-decoration: Underline;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
}
a:link {
	color: rgb(0, 0, 255);
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
}
a:visited {
	color: rgb(128, 0, 0);
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
a:hover {
	color: rgb(128, 0, 128);
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

