@CHARSET "ISO-8859-1";

/*
author: claudine@nolocation.net
*/


/*-----------------------BASIC-------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #d5d5d5 url(img/bg.png) repeat-x;
	bsackground: #fff url(img/gridbg.gif) repeat;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	visibility: hidden; 
}

h2 {}

p {}

a {
	color: #494949;
	text-decoration: none;
}

ul {}

li {}

/*-----------------------CONTAINER-------------------------*/

#wrapper {
	width: 1000px;
	margin: 18px auto;
	background: url(img/container_bg.png) repeat-y;
}

#header {
	height: 92px;
	background: url("img/header.png") no-repeat;
}

#mainContainer {
	overflow: hidden;
}

#news_box {
	height: 171px;
	background: #686868;
	width: 899px;
	margin-left: 51px;
}

#content {
	width: 540px;
	margin-left: 230px;
}

#footer {
	height: 95px;
	background: url(img/footer.png) no-repeat;
	position: relative;
	margin-top: -30px;
}

/*-----------------------HEADER-------------------------*/

#header h2{
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 265px;
	margin-top: 2px;
}

#meta{
	display: block;
	float: right;
	margin-right: 46px;
	margin-top: 15px;
}

#meta li{
	display: block;
	float: left;
	margin: 0px;
	line-height: 18px;
}

#meta li a, #meta li a:hover{
	display: block;
	height: 14px;
	text-indent: -100px;
	overflow: hidden;
	font-size: 12px;
	color: #a1a1a1;
}

#meta li a.home{
	width: 37px;
	background: url(img/meta_home.gif) no-repeat;
}

#meta li a.sitemap{
	width: 50px;
	background: url(img/meta_sitemap.gif) no-repeat;
}

#meta li a.impressum{
	width: 65px;
	background: url(img/meta_impressum.gif) no-repeat;
}

#meta .separator{
	width: 1px;
	margin:  0px 8px;
}

/*-----------------------MENU-------------------------*/

#menu {
	position: relative;
	height: 29px; 
	width: 899px;
	margin-left: 51px;
	margin-top: -20px;
	background: #686868;
}

#menu li {
	margin-right: 1px;
	display: block;
	float: left;
	list-style: none;
}
	
#menu li a{
	display: block;
	width: 179px;
	height: 29px;
	background: url(img/menu.png) repeat-x;
	text-align: center;
	font-weight: bold;
	line-height: 29px;
}

#menu li a:hover{
	background: url(img/menu_hover.png) repeat-x;
	color: #fff;
}

#menu li a.selected{
	background: url(img/menu_sel.png) repeat-x;
	color: #fff;
}

#menu li.first a{background: url(img/first.png) no-repeat;}
#menu li.first a:hover{background: url(img/first_hover.png) no-repeat;}
#menu li.first a.selected{background: url(img/first_sel.png) no-repeat;}

#menu li.last {margin-right: 0px;}
#menu li.last a{background: url(img/last.png) no-repeat;}
#menu li.last a:hover{background: url(img/last_hover.png) no-repeat;}
#menu li.last a.selected{background: url(img/last_sel.png) no-repeat;}

/*-----------------------SUBMENU-------------------------*/

#menu li ul{
	display: none;
	position: absolute;
	left: 0px;
	top: 200px;
	margin: 0px;
	width: 179px;
	background: none;
}

#menu li.current ul {display: block}

#menu li ul li{
	float: none;
}

#menu li ul li a,
#menu li.first ul li a,
#menu li.last ul li a{
	display: block;
	background: #fff;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	width: auto;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #444;
	border-top: 1px solid #fff;
	color: #888;
}

#menu li ul li a.selected, 
#menu li.first ul li a.selected,
#menu li.last ul li a.selected{
	background: #fafafa;
	border-top: 1px solid #fafafa;
	color: #444;
	font-weight: bold;
}

#menu li ul li a:hover, 
#menu li.first ul li a:hover,
#menu li.last ul li a:hover{
	background: #f3f3f3;
	border-top: 1px solid #f3f3f3;
	color: #444;
}




/*-----------------------NEWS-------------------------*/

#news_box #trefortis_pict {
	float: right;	
}

#news_box #flashBox{
float: left;
width: 718px;
margin-left: 1px;
}

/*-----------------------CONTENT-------------------------*/

#content {
	float: left;
	margin-bottom: 30px;
	min-height: 250px;
}
	
#content h2, #content h3, #content p, #content ul {margin-left: 15px; margin-right: 40px;}
	
#content h2 {
	color: #444;
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
    margin-top: 18px; 
    font-weight: normal;
    text-transform: uppercase;
}
	
#content h3 {
    color: #444;
    font-size: 18px; 
    line-height: 18px; 
    margin-bottom: 18px;
    font-weight: normal;
}

#content p{
	color: #444;
	line-height: 18px;
	font-size: 12px;
	margin-top: 18px;
	margin-bottom: 18px;
}

#content ul{
	margin-bottom: 18px; 
    list-style-type: square;
    margin-left: 2em;
}

#content li{
	line-height: 18px;
	list-style-position: inside;
	list-style-type: disc;
}

#content a{
	color: #d10d16;
}

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

/*-----------------------PICTURE BAR-------------------------*/

#picture_box{
	float: left;
}

#picture_box a{
	border: none;
}

#picture_box img{
	border: none;
	display: block;
	width: 179px;
	margin-left: 1px;
	margin-top: 1px;
}

/*-----------------------FOOTER-------------------------*/

#footer ul{
	 display: block;
	 margin-left: 717px;
}

#footer p{
	 display: block;
	 float: right;
	 color: #fff;
	 font-size: 17px;
	 font-weight:bodld;
	 margin-top: 20px;
	 margin-right: 48px;
}

#footer p span{visibility: hidden;}

#footer ul li{
	display: block;
	float: left;
	list-style: none;
	 margin-left: 5px;
	 margin-top: 20px;
}
