body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #B6B6B4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
}
html, body {
	height: 100%; /* wichtig */
	font-size: 11px;
	}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}
h1 {
	font-size: 13pt;
}
h2 {
	font-size: 12.5pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11.5pt;
}
h5 {
	font-size: 11pt;
}
#container{
	min-height: 95%;
	height:auto !important; /* moderne Browser */
	height: 95%; /* IE */
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 885px;
	/*width: 50em;*/
	background-image: url(../images/inner_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	}
#header {
	background-color: #fff;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CDCC00;
	width: 885px;
}	
#logo {
	padding-top:10px;
	text-align: right;
}
#subnavigation {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 405px;
}
#subnavigation ul
{
	border: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
#subnavigation ul li 
{
	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #999;
}

#subnavigation ul li a
{
	background-color: #fff;
	width: auto;
	height: auto;
	border-top: none;

	border-bottom: none;
	border-left: none;
	padding: 0px 5px 0px 5px;
	margin: 0 0 0px 0;
	color: #666;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 10px;
}
#subnavigation ul li a:hover
{
	color: #CDCC00;
	text-decoration: underline;
}

#subnavigation a:active
{
	color: #fff;
}

#subnavigation li#sub-active a
{
	color: #000;
}
/* Mainnavigation */
#main-navigation{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	border: solid 0px #000;
	float: left;
	
}
#main-navigation ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#main-navigation ul li 
{
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: solid 1px #fff;
}

#main-navigation ul li a
{
	padding: 0px 5px 0px 5px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#main-navigation ul li a:link, #main-navigation ul li a:active, #main-navigation ul li a:visited {
	color: #fff;
}
#main-navigation ul li a:hover
{
	color: #333;
	text-decoration: none;
}


#main-navigation li#m-active a
{
	/*background: #fff;*/
	color: #666;
}

/* Mainnavigation Level 2 */
#main-navigation-level2 {
	float: left;
	margin: 0px;
	padding: 3px 3px 3px 30px;
	border: solid 0px #000;
}
#main-navigation-level2 a{
	background-color: #eceb99;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	color: #666;
	font-size: 11px;
	text-decoration:none;
}
#main-navigation-level2 a:link, #main-navigation-level2 a:active, #main-navigation-level2 a:visited {
	background-color: #eceb99;
}
#main-navigation-level2 a:hover{
	background-color: #F2F2BE;
	color: #333;
}
#main-navigation-level2 li#s-active a
{
	/*background: #fff;*/
	color: #666;
}

/* Rechter Content */
#main-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 885px;
}
#right-container {
	width: 405px;
 	float:right;
 	background-image: url(../images/right_bg_2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#right-content {
	width: 405px;
  float:right;
	background-color: #ccc;
}
#kategorie-image {
	background-color: #E3E67F;
	margin: 0px;
	padding: 10px;
	height: 180px;
	width: 179px;
	float:left;
  /*border-right: solid 1px #fff; test*/
}
#kategorie-image-inner { 
	background-image: url(../images/kat_image.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	}
/*##########################*/
/* Rechte Navigation - Start
/*##########################*/
#right-navigation-container {
	float:right;
	width: 203px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#right-navigation-container ul
{
	width: 193px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#right-navigation-container a
{
	display: block;
	padding: 4px 0px 4px 10px;
	width: 100%;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
	font-size: 8.5pt;
	text-indent: 10px;
}
#right-navigation-container a:link, #right-navigation-container a:visited
{
	color: #000;
	text-decoration: none;
}
#right-navigation-container a:hover
{
	background-color: #F2F3C1;
	color: #000;
}
#right-navigation-container .right_act a
{
	background-color: #b9b9b9;
	color: #000;
}
/*##########################*/
/* Rechte Navigation -Ende
/*##########################*/
#right-container #right-downloads {
	padding: 0px 0px 0px 15px;
	margin-top: 15px;
	width: 170px;
	font-size: 10px;
	color: #999;
	/*padding:0xp;
	margin:0px;
	width: 200px;
	height:205px;
	background-color: #e5e5e5;*/



}
#right-container #right-downloads h1{
		font-size: 12px;
		font-weight: normal;
		color: #000;
		margin: 25px 0px 5px 0px;
		padding: 0px;

}
#right-container #right-downloads h2{
		font-size: 11px;
		font-weight: normal;
		color: #000;
		margin: 25px 0px 5px 0px;
		padding: 0px;

}
#right-container #right-downloads p{
		font-size: 10px;
		color: #333;
		margin: 5px 0px 5px 0px;
		padding: 0px;

}
#right-container #right-downloads a{
		font-size: 10px;
		color: #666;
		margin: 0px 3px 0px 0px;

}
#right-container #right-downloads img{
		border: none;

}
#right-container #right-downloads dl, #right-container #right-downloads dt, #right-container #right-downloads dd{

}
#right-container #right-downloads .csc-textpic{

}
#right-container #right-downloads .csc-textpic-imagewrap{
		
}
#right-container #right-downloads .csc-textpic-clear {
    clear: left;
    margin-top: 10px;
}
#right-container #right-background{
		border: none;
		width: 205px;
		height: 205px;
		float: right;
		background-color: #f7f7d9;
		/*border-bottom: solid 1px #fff; test*/
		

}


/* Main Content */
#main-content {
	margin: 0px 0px 0px 0px;
	padding: 40px 30px 30px 30px;
	width: 410px;
}
#main-content h1{
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #CDCC00;
	font-size: 17pt;
	font-weight: normal;
}
#main-content h2{
	color: #CDCC00;
	font-size: 13pt;
	font-weight: bold;
}
#main-content h3{
	color: #333;
	/*color: #CDCC00;
	/*font-size: 17pt;*/
	font-weight: normal;
}
#main-content p{
	line-height: 1.7em;
}
#main-content li{
	list-style: url(../images/bullet.gif);
}
#footer{
	position: relative;
	min-height: 20px;
	height: 50px;
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-image: url(../images/inner_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
#breadcrumb {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	color: #666666;
	font-size: 10px;

}

/*################*/
/* IMAGE LAYER */
/*################*/
#image-layer {
	position:absolute;
	width:404px;
	height:297px;
	z-index:1;
	background: #fff;
	visibility: hidden;
}
