.container,
.container *{
    margin:0px;
    padding:0px;
    border:none;
    font-family: 'Tahoma', sans-serif;
    font-size:16px;
    line-height:22px;
    color:#4F4F4F; 
}

.clear{
    clear:both;
    line-height:1px;
    height:1px;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../_res/League_Gothic-webfont.eot');
    src: url('../_res/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_res/League_Gothic-webfont.woff') format('woff'),
         url('../_res/League_Gothic-webfont.ttf') format('truetype'),
         url('../_res/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/******************************************************
 *
 *  GENERAL
 *
******************************************************/

body{
	background-color: #e7e7e7;
	background-image: url('../_img/bg_body.jpg');
	background-position: top;
	background-repeat: repeat-x;
	text-align:center;
}

.container{
	margin:0px auto;
	width:930px;
	text-align:left;
}

/******************************************************
 *
 *  HEADER
 *
******************************************************/
    
#header{
	height:241px;
	background-image: url('../_img/bg_header.jpg');
	background-repeat:no-repeat;
	background-position: right top;
}

#header img{
	bottom:-20px;
	position:relative;
}

/******************************************************
 *
 *  NAVIGATION
 *
******************************************************/

#navigation{
	color:#e7e7e7;
}

#navigation ul{
	list-style:none;
	margin-left:290px;
}

#navigation li{
	display:inline;
}

#navigation a{
	display:block;
	float:left;
	font-size: 18px;
	line-height:48px;
	padding:0px 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover{
	text-shadow: 2px 2px 2px #666666;
    filter: dropshadow(color=#666666, offx=2, offy=2);
}

#navigation a.selected,
#navigation a.inrootline{
	font-weight:bold;
}



/******************************************************
 *
 *  CONTENT
 *
******************************************************/

#main{
	background-color:#FFFFFF;
	padding-top:80px;
	-webkit-box-shadow: 0px 0px 5px 1px #999999;
	box-shadow: 0px 0px 5px 1px #999999;
}


#main .information{
	float:left;
	width:245px;
	margin-right:45px;
}

	#main .information *{
		color:#5b5b5b;
	}

	#main .information ul{
		list-style:none;
	}

	#main .information li{
		display:block;
		padding-left:50px;
		margin-left:19px;
		margin-bottom:25px;
		background-repeat:no-repeat;
	}

	#main .information a{
		text-decoration: none;
	}

	#main .information a:hover,
	#main .information a:hover *{
		color:#000000;
	}

	#main .information li.phone{
		background-image:url('../_img/icon-phone.gif');
	}

	#main .information li.mail{
		background-image:url('../_img/icon-mail.gif');
	}

	#main .information li.address{
		background-image:url('../_img/icon-address.gif');
	}

#main .content{
	float:left;
	width:600px;
	margin-right:25px;
	padding-bottom:25px;
}

#main .content h1{
	font-family: 'LeagueGothicRegular';
	font-size: 30px;
	color:#f28637;
	font-weight: normal;
	margin-bottom:20px;
}

#main .content h2{
	color:#000000;
	font-size: 18px;
	margin-bottom:5px;
}

#main .content p,
#main .content ul,
#main .content ol,
#main .content table{
	margin-bottom:20px;
}

#main .content ul,
#main .content ol{
	margin-left:20px;
}

/******************************************************
 *
 *  FOOTER
 *
******************************************************/
#footer{
	margin-top:5px;
	margin-bottom:25px;
	text-align: center;
}

#footer ul{
	list-style:none;
}

#footer li{
	display:inline;
}

#footer a{
	font-size:12px;
	color:#5b5b5b;
	text-decoration: none;
	margin-right:15px;
}

#footer a:hover{
	color:#000000;
}




