@import url("screen.css");
/**
*	PURE HTML TAGS ONLY HERE
**/

* {padding:0;margin:0;}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}



a {color: #384091;}

/**
a {color: #ffffff;}
**/

/**
*	PAGE LAYOUT
**/

#container {
	margin: 50px auto;
	width: 890px; height: 505px;
	text-align: left;
}

#navigation {
	float: left;
	width: 125px; height: 505px;
}

#navigation div#navi-main {
	border:1px solid #bcbcbc;
	/*background-color: #d9e2f5;*/
	background-color:#fff;
	//margin-top: -3px;
}

#navigation table {
	width: 100%; height: 376px; 
	padding: 0; margin: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
}

#navigation table td {
	padding: 0;
}

#content {
	float: left;
	width: 760px; height: 100%;
	margin-left: 5px;
}

#content #first-column {
	width: 250px;
	float: left;
}

#content #first-column-top,
#content #first-column-bottom {
	width: 250px; height: 250px; overflow: hidden;
}
#content #first-column-bottom {margin-top: 5px;}

#content #second-column {
	width: 485px;
	height: 485px;
	overflow: hidden;
	background-color: #d9e2f5;
	padding: 10px;
	float: left;
	margin-left: 5px;
}

#content #second-column #main-content {
	min-height: 245px;	
}

#language_switch {padding-right: 15px}
#language_switch, #language_switch li {
	display: inline;
}

#language_switch li.active {font-weight: bold;}
/**
*	MAIN NAVIGATION
**/

#navigation ul,
#navigation li {
	padding:0; margin:0;
	list-style: none;
}

#navigation li.act, 
#navigation li.cur {
	background-color:#ccf;
}

#navigation a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px 0px 4px 10px;
}
#navigation li.cur > a,
#navigation li.act > a,
#navigation li > a:hover{
	color: #fff;	
}
#navigation li.cur > a,
#navigation li.act > a,
#navigation li a:hover {
	background-color: #384091;
	
}
body#produkte #navigation li.cur ul li a{
	background-color: #ccf;
	color:#384091;
}
body#produkte #navigation li.cur ul li a:hover{
	color:#fff;
}

/* second level */

#navigation ul li ul {
	font-size: 12px;
}

#navigation li ul li a {
	padding-left: 15px;
	color: #384091;
}

#navigation li ul li a:hover {
	background-color: #99c;
	color: #384091;
}

 #navigation li.act li.cur > a {
	background-color: #99c;
	color: #fff; 	
}

/**
*	NAVIGATION THIRD LEVEL BOX BOTTOM LEFT 
**/

#first-column-bottom {
	background-color: #384091;
	font-size: 12px;	
}

#first-column-bottom ul {
	padding: 0; margin: 0;
	list-style: none;
	padding: 5px;	
}

#first-column-bottom ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding:0; line-height: 14px;
}

#first-column-bottom a:hover{
	opacity: .5;
	transparency: 70%;
	font-weight:normal;
}

#first-column-bottom .act a{
	opacity: .5;
	transparency: 70%;
	font-weight:bold;
}

#first-column-bottom ul li.cur a {font-weight: bold;opacity: .5;
transparency: 70%;}

#first-column-bottom ul li.act ul li a,
#first-column-bottom ul li.cur ul li a/*,
#first-column-bottom .cur a*/ {
	opacity: 1;
	transparency: 100%;
	padding-left: 15px;
	font-weight:normal;
	
}

#first-column-bottom ul li.act ul li a:hover,
#first-column-bottom ul li.cur ul li a:hover{
	opacity: .5;
	transparency: 70%;
	font-weight:normal;
	
}

#first-column-bottom ul li.act ul li.act a,
#first-column-bottom ul li.act ul li.cur a {
	opacity: .5;
	transparency: 70%;
	font-weight:bold;
	
}

/*
**** SUCHE
*/
.search_input{
	margin:13px;
	margin-right:2px;	
}
ul.browsebox{
	margin-bottom:25px;
	margin-top:10px;
}
/* Seitenzahlen oben */
ul.browsebox li a{
	padding:3px 8px 3px;
	background-color:#384091;
	color:#fff;
	text-decoration:none;
}
/* aktuelle Seite */
ul.browsebox li.tx-indexedsearch-browselist-currentPage a
{
		border:1px solid #384091;
		background-color:#D9E2F5;
		color:#384091;
}
.tx-indexedsearch-descr{
	margin-bottom:10px;
}
.tx-indexedsearch .res-tmpl-css{
	margin-bottom:30px;
}
.tx-indexedsearch-res h3{
	background-color:#fff;
	padding:2px;
	margin-top:10px;
}

#footer {text-align: right;padding-top: 5px; clear: left;}
#footer a {
	padding-left: 10px;
	font-size: smaller;
	color: #999;
	text-decoration: none;
}

#footer a:hover {color: #666;}
#footer .search_form {
	float:left;
	clear:both;
	font-size:12px;
}
#footer .search .search_input {width:121px; margin:0;color:#666}
#footer .search .search_submit {background:transparent;border:0px none; margin: 0 0 0 6px; color:#666}
