/* CSS Document */
html {
	height:100%;
	margin: 0px;
	padding: 0px;

	 scrollbar-3dlight-color: #ebebeb; 
	 scrollbar-darkshadow-color: #ebebeb; 
	 scrollbar-highlight-color:  #ff9c04;
	 scrollbar-shadow-color:   #ff9c04; 
	 scrollbar-arrow-color:   #303030; 
	 scrollbar-base-color:   #ebebeb; 
	 scrollbar-face-color:   #ebebeb; 
	 scrollbar-track-color: #ebebeb; 
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#313639;
	font-size: 10px;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	background-image: url(../images/layout/back_site.gif);
 	background-position: right top;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	display:inline;
}
h1 {
	font-size: 10px;
	font-weight: bold;
	}
h2 	{
	font-size: 10px;
	font-weight: bold;
	color: #ff9c04;
	}
h3, h3 a 	{
	font-size: 10px;
	color: #ff9c04;
	font-weight: normal;
	}
h3 a:hover	{
	font-size: 10px;
	color: #ff9c04;
	font-weight: normal;
	text-decoration: underline;
	}
i {
	color:#666666;
	font-style: italic;
	}
img {
	margin:0px;
	padding:0px;
	}
ul {
	margin:0px;
	padding:0px;
	}
#content ul {
	color:#FFFFFF;
	list-style-type: disc;
	padding-left:30px;
	padding-bottom:20px;
	
	}
#menu_legal a:link, #menu_legal a:visited, #menu_legal a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#menu_legal a:hover {
	color: #ff9c04;
	text-decoration: none;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #919191;
	text-decoration: none;
	line-height:20px;
}

#breadcrumb a:hover {
	color: #5999a1;
	text-decoration: none;
	line-height:20px;
}
/*Menü 1. Ebene */
#menu_main #menu_01 li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	line-height:18px;
	padding: 0px;
	}

#menu_main #menu_01 li a {
	background: #313639;
	text-decoration: none;
	height:18px;
	display:block;
	color:#CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

#menu_main #menu_01 li a:hover {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #deebec;
	}

#menu_main #menu_01 li a.active {
	color:#ff9c04;
	}
.ifsubcur {
	color:#666666;
	}

/*Menü 2. Ebene */
#menu_main #menu_02 li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	line-height:16px;
	padding: 0px;
	}

#menu_main #menu_02 li a {
	background: #444c50;
	text-decoration: none;
	height:16px;
	display:block;
	color:#CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

#menu_main #menu_02 li a:hover {
	border-color: #deebec;
	color: #ff9c04;
	}

#menu_main #menu_02 li a.active {
	border:none;
	}
	
	
/*Menü 3. Ebene */
#menu_main #menu_03 li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	line-height:14px;
	padding: 0px;
	}

#menu_main #menu_03 li a {
	background: #616b71;
	text-decoration: none;
	height:14px;
	display:block;
	color:#CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

#menu_main #menu_03 li a:hover {
	border-color: #deebec;
	color: #ff9c04;
	}

#menu_main #menu_03 li a.active {
	border:none;
	}

#content p a {
	color:#ff9c04;

}
#content p a:hover {
	color: #ff9c04;
	text-decoration:underline;

}

#content_start p a {
	color:#990000;
	font-weight: bold;

}
#content_start p a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration:underline;

}

