* { padding: 0; margin: 0; }
html {width:100%;} 
body {width:100%;margin:0;padding:0;font:12px Arial, Verdana, sans-serif;line-height: 18px; background: url("../../img/back.jpg") no-repeat;}

/* Typo-----------------------------------------------------------*/
a {	color: #B60D0A;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }
p { margin: 0 0 15px 0; }
h1 { color: #96BF0D; font: bold 19px Arial, Verdana, Helvetica, sans-serif; margin: 10px 0 15px; }
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { color: #96BF0D; font: bold 15px Arial, Verdana, Helvetica, sans-serif; margin: 10px 0 15px; }
h3 { color: #E7501E; font: bold 17px Arial, Verdana, Helvetica, sans-serif; margin: 10px 0 15px; }
.small { color: #7C7C7C; font: 11px Arial, Verdana, Helvetica, sans-serif; padding: 10px 0 5px 15px; }


/* Layout Boxes-----------------------------------------------------------*/
#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 height: 130px;
}

#navigation {
 margin: 10px 0px 0px 0px;
 float: left;
 width: 900px;
 height: 145px;
 color: #333;
 background: url("../../img/navi_back.png") repeat-x;
}

#content { 
 margin: 15px 0px 30px 0px;
 float: left;
 color: #333;
 background: #ffffff;
/* height: 420px; */
 min-height: 420px;
 width: 900px;
 display: inline;
}

#contenttext { 
 padding: 15px 100px 15px 15px;
}

#content ul {
	list-style: square;
	line-height: 18px;
	padding:0px 0px 0px 20px;
	}

#footer { 
 margin: 30px 0px 0px 0px;
 width: 900px;
 height: 30px;
 clear: both;
 background: #ffffff;
}

/* Menü Styles-----------------------------------------------------------*/
.menu{
	border:0px;
	margin:0px;
	padding:0px;
	}
.menu ul{
/*	background:#333333; */
/*	background: url("../../img/png.png"); */
	height:24px;
	list-style:none;
	margin:0;
	padding:0;
	}
.menu li{
		float:left;
		padding:0px;
		}
.menu li a{
/*		background: url("../../img/seperator.gif") bottom right no-repeat; */
		color:#E7501E;
		display:block;
		font-weight:bold;
		line-height:24px;
		margin:0px;
		padding:0px 75px 0px 15px;
		text-align:left;
		text-decoration:none;
		font-size:12px;
		}
.menu li a:hover, .menu ul li:hover a {
/*			background: #2580a2 url("../../img/hover.gif") bottom center no-repeat; */
			color:#000000;
			text-decoration:none;
			}
			
.menu li a.active {
/*			background: #2580a2 url("../../img/hover.gif") bottom center no-repeat; */
			color:#E7501E;
			text-decoration:none;
			}
.menu li ul{
/*		background:#333333; */
		display:block;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
.menu li:hover ul{
		display:block;	
		}
.menu li li {
/*		background:url('../../img/sub_sep.gif') bottom left no-repeat; */
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:210px;
		}
.menu li:hover li a{
		background:none;		
		}
.menu li ul a{
		display:block;
		height:16px;
		font-size:11px;
		color:#000000;
		font-weight:normal;
		margin:0px;
/*		padding:0px 10px 0px 20px; */
		text-align:left;
		}
.menu li ul a:hover, .menu li ul li:hover a{
/*			background:#2580a2 url('../../img/hover_sub.gif') center left no-repeat; */
			border:0px;
			color:#E7501E;
			text-decoration:none;
			}
.menu p{
		clear:left;
		}	

	
