* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	text-align: left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Verdana, sans-serif;
	font-size: 12px;
	/*letter-spacing:0.5em;*/
	color: #808080;
}

a:link, a:visited {
	color: #5F5F5F;
	border: none;
}

#headline {
	font-size:14px;
}

.orange { 
	/*color: #ff9933;*/
	color: #f4931f;
}

h1{
	font-size:18px;
	font-weight:bold;
}

/*
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;	
	color: #f4931f;
}
*/

#inhalt h1{
	font-size:18px;
	font-weight:bold;
	/*color: #ff9933;*/
}

#inhalt.headline{
	font-size:18px;
	font-weight:bold;
	color: #ff9933;
}


#inhalt {
	font-family: Verdana, sans-serif;
	/*letter-spacing:0.05em;*/
}

h2{
	font-size:14px;
}

#header {
	width: 772px;
	margin-left: 35px;
}

#title {
	float: left;
	text-align: center;
	vertical-align:middle;
	color: silver;
	/* margin-left: 35px;  */
	width: 100%;
}

#menu {
	float: left;
	width: 965px;
	margin-left: 35px;
	/* margin-top: 15px;	 */
	text-align: center;
	vertical-align:middle;
}

#menu-rechts {
	width: 740px;
	float:left; 
	margin:5px 0 0 0px;
	padding-left: 0px;
	height:75px; 
	background: url('img/menu_mit_schatten_01.png') 0% 0% no-repeat;
	
}

div.menuitem{
	float:left;
	color:white;
	/*background-color:#B8B8B8;*/
	height: 75px;
	background-color: transparent;
	width:120px;
}

div.menuitemsel{
	float:left;
	color:white;
	background: url('img/menu_orange.png') center top no-repeat;
	width:120px;	
	height: 75px;
}


#menu a:link, #menu a:visited{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color:white;
	display :block;
}

#menu a:hover {
	display :block;
	background: url('img/menu_orange.png') center top no-repeat;
	width:120px;	 
	height: 75px;
}

img {
	border-style:none;
}

#inhalt {
	width: 1000px;
	margin-top: 15px;
	/*letter-spacing:0.1em;
	padding-right: 5px;
	width: 900px;
	overflow-y: auto;
	overflow-x: hidden;*/
}

#inhalt a:link, #inhalt a:visited{
	color: #ff9933;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#footer, #footer a:link, #footer a:visited {
	/* margin-left:40px; */
	/* margin-right:45px; */
	margin-left:20px;
	margin-right:26px;
	margin-bottom:5px;
	/* width: 900px; */ 
	/*text-align: center;*/
	font-size: 10px;
	color: #9F9F9F;
}

#footer {
	width: 955px;
}

ul {
	padding-left: 20px;
	list-style-type: square;
}