@charset "UTF-8";
/* CSS Document */

/*----------
GENERAL
-----------*/

*{margin:0; padding:0;}

body{
	color:#35393d;
	font-size:10px;
	background-color:#fff;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

p{
	color:#35393d;
	font-size:1em;
	line-height:1.6em;
	margin-bottom:2em;
}

h1{
	color:#bcbb01;
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:1em;
	font-weight:normal;
}

h2{
	color:#9b5c0f;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:1em;
	font-weight:normal;
}

h3{
	color:#000;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:.7em;
	font-weight:normal;
}

a:link, a:visited{
	color:#979ca2;
	text-decoration:none;
	font-weight:normal;
}

a:hover, a:active{
	color:#99590a;
	text-decoration:underline;
	font-weight:normal;
}

.dummy{
	clear:both;
}

/*-------------
STRUCTURE
-------------*/

#container{
	width:900px;
	margin:0 auto;
	background:url(/data/images/frontend/bg.jpg) repeat;
	text-align:left;
}

#header{
	background:url(/data/images/frontend/header.jpg) no-repeat;
	height:152px;
}

#header span{
	position:absolute;
	overflow:hidden;
	top:-10000px;
}

#menu{
	height:75px;
	background:url(/data/images/frontend/menu.jpg) repeat-x;
}

#left{
	width:176px;
	float:left;
	margin-top:-16px;
}
#left img{
	margin-left:20px;
}

#content{
	padding:50px 20px;
	width:508px;
	float:left;
    min-height: 450px;
}
#right{
	width:136px;
	padding:10px;
	float:left;
	background:url(/data/images/frontend/rightcolumn.jpg);
}

#footer{
	clear:both;
	background:url(/data/images/frontend/footer.jpg) repeat-x;
	height:28px;
	margin-top:50px;
}

#footer p{
    color: #666;
    font-size: 9px;
    text-align: center;
    padding-top: 11px;
}

#footer p a{
    text-decoration: none;
    color: #666;
}

#footer p a:hover {
    text-decoration: underline;
    color: #666;
}

/*------------------
MENU
-------------------*/
#menu ul{
	margin-left:196px;
	height:48px;
	list-style:none;
	text-align:center;
}

#menu ul li{
	list-style:none;
	float:left;
	font-size:1.2em;
	font-weight:lighter;
	height:48px;
	display:block;
}

#menu ul li a, #menu ul li a.active{
	display:block;
	color:#fff;
	padding-top:15px;
	height:33px;
	width:114px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a.active{
	background:url(images/menu-hover.jpg) repeat-x 0 0;
}

#menu ul li ul{
	display:none;
}

#menu ul li:hover ul, #menu ul li.hover ul{
	display:block;
	position:absolute;
	background-color:#fff;
	padding:4px 0 0 0;
	margin:0;

}
#menu ul li:hover li, #menu ul li.hover li{
	float:none;
	background:#fff;
	font-size:0.9em;
	text-align:left;
	height:30px;
}
#menu ul li:hover li a, #menu ul li.hover li a{
	color:#35393d;
	display:inline;
	height:16px;
	padding:4px 10px 0 10px;
}
#menu ul li:hover li a:hover, #menu ul li.hover li a:hover{
	color:#aeb915;
	border:none;
	background:#fff;
}

/* -- oud
#menu ul{
	margin-left:195px;
	height:48px;
	list-style:none;
	text-align:center;
}

#menu ul li{
	list-style:none;
	float:left;
	font-size:1.2em;
	font-weight:lighter;
	height:45px;
	display:block;
}

#menu ul li a{
	display:block;
	color:#fff;
	padding-top:15px;
	height:30px;
	width:114px;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a:active{
	background:#232628;
	border-bottom:4px solid #bcbb01;
}

#menu ul li a.active{
	display:block;
	color:#fff;
	padding-top:15px;
	height:30px;
	width:114px;
	text-decoration:none;
	background:#232628;
	border-bottom:4px solid #bcbb01;
}
	*/
	
/*------------------
SUBMENU
-------------------*/

#left ul{
	list-style:none;
	margin-top:20px;
	width:176px;
	text-align:left;
}
#left ul li{
	list-style:none;
	
}

#left ul li a{
	display:block;
	color:#35393d;
	font-size:1em;
	width:152px;
	padding:10px 0 10px 20px;
	text-decoration:none;
}

#left ul li a:hover, #left ul li a:active{
	background:#fff;
	border-right:#bcbb01 4px solid;
}

#left ul li a.active{
	background:#fff;
	border-right:#bcbb01 4px solid;
}

/*--------------
CONTENT
--------------*/
#content img{
	padding:5px;
	border:1px solid #d6d6d6;
	float:left;
	margin:0 20px 10px 0;
	background:#fff;
}

.topic{
	width:156px;
	margin-right:20px;
	float:left;
}

.topicright{
	width:156px;
	margin:0;
	float:left;
}

#content img.topic{
	padding:3px 0 0 0;
	border-top: #bcbb01 4px solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background:none;
	margin-bottom:10px;
}

/*--------------
RIGHT
--------------*/
#right p{
	font-size:0.9em;
}

#right h1{
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	float:left;
	margin-top:10px;
	letter-spacing:0.2em;
}

#right img{
	padding:0;
	border:none;
	margin:0 0 10px 15px;
	float:left;
}

/*--------------
NEWSLETTER
--------------*/
#newsletterfrm dl {
    width: 410px;
}

#newsletterfrm dt {
    font-weight: bold;
    display: inline-block;
    width: 75px;
    margin-bottom: 10px;
}
#newsletterfrm dd {
    display: inline-block;
    width: 325px;
    margin-bottom: 10px;
}



.summary { margin: 5px 0 25px 15px; padding-left: 10px; list-style: none; border-left: 1px solid #ccc; line-height: 1.5em; }
.contactentry { margin-top: 10px; }
.contactentry dt { float: left; width: 125px; display: inline; }
.contactentry dd { float: left; display: inline; }
.downloadlist { list-style: none; margin: 0 0 25px 15px; }
