body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #E5E1DE;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
a,td,p,li,th,input,select,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


/* ___________________________________________________________ BOX LAYOUT */
#content{
	position: absolute;
	top: 55px;
	left: 50px;
	text-align: left;
	width: 1050px;
}
#content-left{
	position: absolute;
	width: 340px;
	text-align: right;
	margin: 0px 0px 0px 0px;
}
#content-right{
	position: absolute;
	width: 690px;
	width: 500px;
	margin: 0px 0px 0px 370px;
}
div#browsebox{
	position: absolute;
	top: 10px;
	left: 380px;
}

/* ___________________________________________________________ BROWSE MENU */
div#browsebox a{
	display: block;
	text-indent: -999px;
	outline: none;
	width: 20px;
	height: 20px;
	background-color: #C9C6BF;
	overflow: hidden;
	background-image: url(../img/browse-box-link.gif);
}
div#browsebox a:hover{
	background-image: url(../img/browse-box-link-active.gif);
}
div#browsebox li.browse-link-active a{
	background-image: url(../img/browse-box-link-active.gif);
}
ul#browse-menu{
	height: 30px;
	padding: 3px 0px 0px 40px;
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	background-image: url(../img/browse-box-arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
ul#browse-menu li{
	float: left;
}

#activate {
	position: absolute;
	left: 215px;
	top: 30px;
}
#title {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	padding: 0px;
	padding-top: 250px; 
	margin: 0px;
	background-color: #C9C6BF;
	letter-spacing: 4pt;
}
#title p{
	margin: 0px;
	padding: 0px;
	padding-left: 75px;
	color: #E5E1DE;
	background-color: #C9C6BF;
	font-size: 30pt;
	font-weight: 900;
}
#head {
	font-size: 30pt;
	font-weight: 900;
	letter-spacing: 4pt;
}


/* ___________________________________________________________ LANGUAGE MENU */
div#editmode{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 180px;
	height: 50px;
	text-align: right;
}
div#editmode a{
	color: #000000;
}

div#editmode p{
	display: inline;
	
}
p.lang a,
p.lang-active a{
	padding: 0px 5px 0px 5px;
}
p.lang-active{
	font-weight: bold;
}


/* ___________________________________________________________ MAIN NAVIGATION */
#navi {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 190px;
	padding-top: 24px;
	padding-right: 15px;
	height: 250px;
}
#navi ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}
#navi ul a{
	color: #000000;
	display: block;
	padding: 4px 0px 8px 0px;
}
#navi ul#meta-navigation{
	margin: 26px 0px 0px 0px;
}
li.active a {
	font-weight: bold;
}
p.menu-spacer{
	margin: 25px 0px 0px 0px;
}



/* ___________________________________________________________ SUB NAVIGATION */
div#subnavi{
	position: absolute;
	background-image: url(common_images/subnavi_stripe.gif);
	background-repeat: repeat-y;
	width: 200px;
	top: 322px;
	left: 205px;
}
div#subnavi ul{
	line-height: 13px;
	margin: 0px 0px 0px 00px;
	padding: 0px 0px 0px 10px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #D3D0C9;
}
div#subnavi ul li{
	position: relative;
	list-style-type: none;
	background-color: #E5E1DE;
	border-left: 1px solid #ffffff;
	margin: -1px 0px -1px 0px;
	padding: 5px 0px 8px 10px;
}
div#subnavi ul li a{
	color: #000000;
}
#subnavi a.selectedsub {
	font-weight: bold;
}

/* ___________________________________________________________ SUB NAVIGATION */

div.csc-textpic-left{
	margin: 10px 0px 0px 0px;
}

/* ___________________________________________________________ CONTENT LIST (PAGETEASER - PRESS) */
h3 a{
	color: #000000;
}
ul.csc-menu{
	margin: 10px 0px 30px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.csc-menu li{
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
ul.csc-menu li a{
	color: #000000;
	text-decoration: underline;
}
ul.csc-menu li a:hover{
	text-decoration: none;
}