body {
	text-align: center;
	behavior:  url("skins/general/csshover.htc");
}

#container {
	width: 993px;
	margin: 10px auto;	
	text-align: left;
}

#masthead {
	height: 100px;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
}

/* MAINNAV */
#mainnav {
	margin-top:3px;
	float: left;
	width: 800px;
	height: 24px;	
}
#mainnav .grippy {
	float: left;
	display: block;
	width: 16px;
	height: 24px;
	border-right: 1px solid #FFF;
	background-color: #B2CA04;
}
#mainnav ul {
	float: left;
	width: 780px;
	height: 22px;
	border: 1px solid #A5A5A5;
	background-color: #E4E4E4;
}
#mainnav ul ul {
	position: absolute;
	z-index: 500;
	width: 14em;
	width: 140px;
	height: auto;
	margin-top: 22px;
	border: 1px solid #A7A7A7;
	border-bottom: 0;
	left: 0;
}
#mainnav ul ul ul {
	top: 0;
	left: 100%;
	margin: 0;
}
#mainnav ul ul,
#mainnav ul li:hover ul ul,
#mainnav ul ul li:hover ul ul {
	display: none;
}
#mainnav ul li:hover ul,
#mainnav ul ul li:hover ul,
#mainnav ul ul ul li:hover ul {
	display: block;
}
#mainnav ul li {
	position: relative;
	float: left;
	height: 22px;	
	border-right: 1px solid #A7A7A7;
	background-color: #E4E4E4;	
}
#mainnav ul ul li {
	width: 140px;
	height: auto;
	background-color: #E4E4E4;
	border: 0;
	border-bottom: 1px solid #A7A7A7;

}
#mainnav ul li a {
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 6px;
	border: 1px solid #FFF;
	color: #969696;
}
#mainnav ul ul li a {
	float: none;
	width: 132px;
	height: auto;
	margin: 0;
	padding: 0 3px;
	color: #6A6A6A;
	border: 0;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 9px;	
}
#mainnav ul ul li.haschilds  {
	background-image: url("images/btn_pfeil.gif");
	background-position: 90% 50%;
	background-repeat: no-repeat;	
}
#mainnav ul ul li.haschilds>a:HOVER   {
	background-image: url("images/btn_pfeil_over.gif");
	background-position: 90% 50%;
	background-repeat: no-repeat;	
}
#3mainnav ul ul li.haschilds li {
	background-image: none;
}
#mainnav .active a {
	color: #FFF;
	background-color: #B2CA04;
}
#mainnav .active * a {
	color: #6A6A6A;
	background-color: #E4E4E4;
}
#mainnav a:hover {
	color: #FFF;	
	background-color: #B2CA04;	
	text-decoration: none;
}

/* SEARCH */
#search {
	margin-top:3px;
	float: left;
	display: block;
	padding-left: 20px;
	height: 24px;	
}	
#search .grippy {
	float: left;
	display: block;
	width: 16px;
	height: 24px;
	border-right: 1px solid #FFF;
	background-color: #B2CA04;
}
#search .pane {
	float: left;
	display: block;
	width: 145px;
	height: 22px;
	border: 1px solid #A5A5A5;
	background-color: #FFF;	
}
#search input {
	float: left;
	display: block;
	width: 92px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	border: 0;
	font-size: 9px;
}
#search #button {
	float: right;
	width: 50px;
	height: 22px;
	border: 0;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #FFF;
}

#search button:HOVER {
background-color: #B2CA04;
}

/* BREADCRUMB */
#breadcrumb { 
	clear: both;
	display: block;
	width: 580px;
	height: 20px;
	list-style-type : none; 
	font-size: 9px;	
	xborder-bottom: 1px solid #A5A5A5;
	xborder-right: 1px solid #A5A5A5;
	padding-top: 8px;
}
#breadcrumb li { 
	float: left; 
	padding: 0 7px 0 8px; 
	background-image: url("images/bg_breadcrumb.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#breadcrumb a { 
	text-decoration: underline; 
	color: #1C4B84; 
}
#breadcrumb .first { 
	background-image: none;
}

/* NEWS */
#logos  {
	float: right;
	width: 190px;		
	border-left: 1px dashed #CCC;
	margin-left: 10px;
	xborder-right: 1px solid #A5A5A5;
}

#logos img {
	padding-left:25px;
}

/* CONTENT */
#content {
	padding: 10px 20px;
	margin-right: 200px;
}
#content h1 {
	color: #42575C;
	padding-bottom: 8px;
}

#content ul li {list-style-type:disc; list-style-position: inside;}
#content ol li {list-style-type:decimal; list-style-position: inside;}
#content a     {text-decoration : underline;}

.clearer {
	clear: both;
	height: 16px;
	border-bottom: 1px solid #7B7B7B;
}
.clearer_start {
	clear: both;
	xheight: 0px;
	line-height: 0px;
	xfont-size: 0px;
	xpadding: 0px;
	xmargin: 0px;
	border-bottom: 1px solid #7B7B7B;
}

#border {
	border: 1px solid #7B7B7B;
	border-bottom: 0;
}

/* TOPNAV */
#topnav {
	text-align: left;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	vertical-align: middle;	
	margin-bottom: 6px;
	background-color: #B3CA04;
}
#topnav ul li {
	display: inline;
	padding: 2px 4px;
	background-image: url("images/li_topnav.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 10px;
	margin-right: 4px;
}
#topnav ul {
	margin-left: 10px;
}
#topnav ul li a {
	color: #fff;
	font-size: 9px;
}

#start {
	float: left;
	min-height: 450px;
	margin: 3 0 0 0px;
	padding-right: 0px;
	padding-left: 100px;
	padding-top: 20px;
	background-color: #fff; 
	background-image: url("images/start.gif");
	background-repeat: repeat-y;
	border-left: 1px solid #7B7B7B;
	xborder-right: 1px solid #7B7B7B;
	width:889px;
}
span#footer {
      visibility: hidden;
}

.nosee { display:none; }