/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
    height:100%;
    background-color:#FFF;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;

}

h1 {
    color:#2f4c63;
    font-size:16px;
    margin:0px 0px 10px -10px;
    padding-left:8px;
    background-image: url(../img/h1-pfeil.gif);
    background-repeat: no-repeat;
}

a {
    color:#2f4c63;
}

#box {
		margin: 0 auto;
        width: 1007px;
        min-height: 100%;   
		background-image:url(../img/bg.gif);
		background-repeat:repeat-y;
}

#box-shadow-left {
		display:none;
}    

#box-content {
        width: 1007px;
}    

#box-shadow-right {
		display:none;
}

#content {
     width:960px;  
     padding:0px 20px 0px 20px;        
}

#left {
    width:191px;
	min-height:10px;
    float:left;
}

#right {
    width:191px;
    float:right;
}

.left-col {
    width:191px;
    margin:10px 0px 0px 0px;
    background-image: url(../img/left-col-back.jpg);
    background-repeat: repeat-y;
}

.left-col ul {
    padding:10px 22px 5px 14px;
    margin:0;
}

.left-col ul ul {
	background-color:#f0f7ff;
	padding:0px 0px 0px 14px; 
	border-top:1px solid #ccc;
	margin:5px -5px -5px -23px;
}

.left-col li {
    padding:5px 5px 5px 23px;
    color:#26445b;  
    background-image: url(../img/left-col-list.gif);
	background-position:0.8em 1em;
	background-repeat:no-repeat;
    border-bottom:1px solid #ccc;
    list-style:none;  
}

.left-col li#menu-active{
	font-weight:bold;
}

.left-col li#menu-active ul li{
	border-bottom:none;
	font-weight:normal;
    padding:2px 5px 3px 15px;
    color:#26445b;  
	font-size:11px;
    background-image: none;
	background-repeat:no-repeat;
    border-bottom:1px solid #ccc;
    list-style:none; 
}

.left-col li#menu-active ul li#sub-menu-active{
	font-weight:bold;
	background-image:url(../img/menu_arrow_icon.gif);
	background-position:0.6em 0.6em;
	background-repeat:no-repeat;
}

.left-col li#menu-active ul li.sub-menu-item-last{
	border-bottom:none;
}

.left-col li a {
    text-decoration:none;
    color:#26445b; 
}

.left-col li a:hover {
    color:#95badf;
}

.left-col-top {
	width:156px;
    height:20px;
    padding:15px 0px 0px 35px;
    background-image: url(../img/left-col-top.jpg);
    background-repeat: repeat-y;
}

.left-col-top h2 {
    margin:0px;
    color:#26445b;
    font-weight:bold;
    font-size:15px;
}

.left-col-bottom {
    width:191px;
    height:15px;
    background-image: url(../img/left-col-bottom.jpg);
    background-repeat: repeat-y;
}

.right-col {
    width:191px;
    margin:10px 0px 0px 0px;
    background-image: url(../img/left-col-back.jpg);
    background-repeat: repeat-y;
}

.right-col ul {
    padding:10px 22px 5px 14px;
    margin:0;
}

.right-col ul ul {
	background-color:#f0f7ff;
	padding:0px 0px 0px 14px; 
	border-top:1px solid #ccc;
	margin:5px -5px -5px -23px;
}

.right-col li {
    padding:5px 5px 5px 23px;
    color:#26445b;  
    background-image: url(../img/left-col-list.gif);
	background-position:0.8em 1em;
	background-repeat:no-repeat;
    border-bottom:1px solid #ccc;
    list-style:none; 
}

.right-col li#menu-active{
	font-weight:bold;
}

.right-col li#menu-active ul li{
	border-bottom:none;
	font-weight:normal;
    padding:2px 5px 3px 15px;
    color:#26445b;  
	font-size:11px;
    background-image: none;
	background-repeat:no-repeat;
    border-bottom:1px solid #ccc;
    list-style:none; 
}

.right-col li#menu-active ul li#sub-menu-active{
	font-weight:bold;
	background-image:url(../img/menu_arrow_icon.gif);
	background-position:0.6em 0.6em;
	background-repeat:no-repeat;
}

.right-col li#menu-active ul li.sub-menu-item-last{
	border-bottom:none;
}

.right-col li a {
    text-decoration:none;
    color:#26445b; 
}

.right-col li a:hover {
    color:#95badf;
}

.right-col-top {
	width:156px;
    height:20px;
    padding:15px 0px 0px 35px;
    background-image: url(../img/left-col-top.jpg);
    background-repeat: repeat-y;
}

.right-col-top-1 {
    width:156px;
    height:13px;
    background-image: url(../img/right-col-top.jpg);
    background-repeat:no-repeat;
}

.right-col-top-2 {
    width:156px;
    height:20px;
    padding:15px 0px 0px 35px;
    background-image: url(../img/left-col-top.jpg);
    background-repeat: repeat-y;
}

.right-col-top-2 h2 {
    margin:0px;
    color:#26445b;
    font-weight:bold;
    font-size:15px; 
}

.right-col-bottom {
    width:191px;
    height:15px;
    background-image: url(../img/left-col-bottom.jpg);
    background-repeat: repeat-y;
}


.content {
    width:520px;
    margin:0px 0px 0px 25px; 
    padding:17px 20px 10px 0px;     
    font-size:12px;      
    color:#36536a;
    line-height:18px;   
    background-color:#FFFFFF; 
    float:left; 
}


/* HEADER */
.head {
    width:991px;
    height:115px;
	margin:0px 0px 0px -12px;
    background-color:#FFF;
    background-image: url(../img/head-bg.jpg);
    background-repeat:repeat-x;     
}

.head a {
    position:absolute; 
    top:20px;
    margin:0px 0px 0px 25px;
    width:130px;
    height:55px;  
    text-decoration:none; 
}       

/* Footer */
#footer-border{
	clear:both;
	border-bottom:1px solid #00539a; 
	width:991px;
	margin-left:-12px;
}

.footer {
    width:991px;
    padding:15px 0px 0px 0px;
    text-align:center;
    height:30px;
    /*background-color:#b2cbe1;*/
    background-color:#94b6db;
	margin:0px 0px 0px -12px;
    color:#014278;
    font-size:11px;
    border-top:1px solid #FFF;        
}

.footer a {
    color:#014278;
    font-size:11px;
    text-decoration:none;
    margin:0px 3px 0px 3px;
}

.footer h4 {
    font-size:11px;
    font-weight:normal;
    margin:0px;
}

.footer-nav {
    /*margin:0px 0px 0px 380px;*/
}

.oetinger-logo {
    position:absolute;
    margin-left:15px;
    margin-top:-5px;   
}

/* Menu */

#menu * {
    text-decoration: none;
}

#menu {
    font-weight: normal;
    font-size: 12px;
    clear: both; 
    width:991px;
    height:57px;   
    margin:0px 0px 0px -9px;
}

#menu ul {
	margin:0px;
	padding:0px;
    list-style-type: none;
}    

#menu ul li {
	display: block;
	float: left;
	height: 57px;
	width:164px;  
}    

#menu ul li a {
	display: block;
	float: left;
	margin:1px 0;
	color: #ffffff;
	height: 39px;
	padding:10px 0px 5px 0px; 
	width:164px; 
	text-align: center;
}    

.menutrenner {
	display: block;
	float: left;
	width: 2px;
	height: 33px;
	background: #000000 url(../img/menu/menu_trenner.gif) no-repeat;
}

#menu ul li#li1 {
	background:url(../img/menu/bg-menu-01.jpg);
	background-repeat: no-repeat;  
}    

#menu ul li#li1 a:hover {
	color:#3c070d;
}

#li1-act {
	background:url(../img/menu/bg-menu-01-act.jpg);
	background-repeat: no-repeat;  
}

#menu ul li#li2 {
	background: #FFF url(../img/menu/bg-menu-02.jpg);
	background-repeat: no-repeat;
}

#menu ul li#li2 a:hover {
	color:#162f05;
}

#li2-act {
	background:url(../img/menu/bg-menu-02-act.jpg);
	background-repeat: no-repeat; 
}    

#menu ul li#li3 {
	background: #FFF url(../img/menu/bg-menu-03.jpg);
	background-repeat: no-repeat;
}

#menu ul li#li3 a:hover {
	/*color:#010e18;*/
	color:#7ebff4;
}

#li3-act {
	background:url(../img/menu/bg-menu-03-act.jpg);
	background-repeat: no-repeat; 
}

#menu ul li#li4 {
	background: #FFF url(../img/menu/bg-menu-04.jpg);
	background-repeat: no-repeat;
}

#menu ul li#li4 a:hover {
	color:#5d3903;
}

#li4-act {
	background:url(../img/menu/bg-menu-04-act.jpg);
	background-repeat: no-repeat;  
}

#menu ul li#li5 {
	background: #FFF url(../img/menu/bg-menu-05.jpg);
	background-repeat: no-repeat;
}

#menu ul li#li5 a:hover {
	color:#3a0120;
}

#li5-act {
	background:url(../img/menu/bg-menu-05-act.jpg);
	background-repeat: no-repeat;  
}

#li1-act a,
#li2-act a,
#li3-act a,
#li4-act a,
#li5-act a {
	position:absolute;
	top:130px; 
}

.menu-sub {
	width: 982px;
	height: 21px;
	border: 4px solid #c8cde6;
	border-top: none;
	border-bottom: none;
	background-image: url(../img/bg_content-gradient.jpg);
	background-position: -3px 0px;
}    

#active a{
    color:#FFF;
    background-color: fuchsia;
}

/* fdfx2cols */
.c2l1-left,
.c2l1-middle {
    border:0px;
    font-size:12px;
    font-family:Arial, Verdana, Helvetica, sans-serif;
    vertical-align: text-top;
    color:#36536a;
    line-height:18px;
}

.c2l1-left {
    padding-right:10px;
}

.c2l1-middle {
    padding-left:10px;
}

/* MAILFORM */
.csc-mailform {
    border:0px;
}

.csc-mailform-field label {
    width:200px;
}

/* PRODUKTE */
.produkte-box {
    background-color:#e1effc;
    padding:10px;
    margin-bottom:2px;
    border-top:1px solid #b1d2f1;
} 

.produkt-img {
    margin:0px 15px 0px 0px;
    width:100px;
	height:120px;
    float:left; 
}

.produkt-img img {
    border:5px solid #FFF;    
}

.produkt-text {
    width:370px; 
    margin-left:0px;
    float:left;
}

.produkt-text h2 {
    font-size:12px;
    margin:0px 0px 0px -10px;
    padding-left:8px;
    background-image: url(../img/h1-pfeil.gif);
    background-repeat: no-repeat;
}

.produkt-descr {
    font-size:11px;
}

/* DETAILS */
.detail-box {
    background-color:#e1effc;
    padding:20px;
    margin-bottom:2px;
    border-top:1px solid #b1d2f1;
    border-bottom:1px solid #b1d2f1; 
}  

.detail-img {
    margin:0px 15px 0px 0px;
    width:140px;
    float:left;
    font-size:11px; 
}

.detail-img img {
    border:5px solid #FFF;
    margin:0px 0px 5px 0px;  
}

.detail-text {
    width:310px;
    margin-left:0px;
    float:left;
}

.detail-text h2 {
    font-size:12px;
    margin:0px 0px 10px 0px;
}

.detail-descr {
    font-size:11px;
}

.detail-preis {
    width:74px;
    height:24px;
    margin:15px 0px 5px 0px;
    background-image: url(../img/btn_preis.gif);
    background-repeat: no-repeat;
    color:#FFF;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    padding:2px 0px 0px 0px;
}

.detail-link {
    padding:0px 0px 0px 10px;
    font-size:11px;
    color:#7595ad;
}



.detail-link a {
    text-decoration:underline;
    color:#7595ad; 
}

/* SITEMAP*/

.tx-flseositemap-pi1 {
    margin:0px;
    padding:0px;
}

ul.list {
    margin:0px;
    width:205px;
    padding:2px;
    border:1px solid #b1d2f1;
}

ul.list li {
    width:200px;
    margin:0px 0px 0px 0px;
    list-style:none; 
    list-style-image:url(../img/h1-pfeil.gif);
    padding:5px 0px 5px 5px; 
    border-bottom:1px solid #b1d2f1; 
    background-color:#eef6fd;
    list-style-position: inside; 
}

ul.list li a {
    text-decoration:none;
}

ul.list li a:hover {
    color:#b1d2f1;
}

/* Indexed_Search */

form#search{
	margin:0px;
	padding:0px;	
}

.search-box {
    width:151px;
    height:102px;
    font-size:11px;
    color:#26445b;
    padding:15px 20px 0px 20px;
    background-image:url(../img/bg_search.jpg);
	background-repeat:no-repeat;
}

.search-box h2 {
    margin:0px 0px 6px 0px;
    color:#26445b;
    font-weight:bold;
    font-size:15px; 
    border-bottom:1px solid #b1d2f1;
}

.search-box input {
    margin:5px 0px 0px 0px;
}

#nav_user_search_button {
    float:right;
}

img.tx-indexedsearch-searchbox-button .submit {
    width:75px;
}

.tx-indexedsearch-title a, .title a {
    font-weight:bold; 
}

.tx-indexedsearch-info {
    font-size:11px;
    padding-left:30px;
    line-height:14px; 
    background:#f0f7fd none repeat scroll 0%;
}

.tx-indexedsearch-info td {
    background-color:#f0f7fd; 
}

.tx-indexedsearch-redMarkup {
    color:blue;
}

/* Override Typo3*/
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin:0px;
}


/* Leseleuchten*/

.box-cat-66 .box-cat-bg,
.box-cat-67 .box-cat-bg,
.box-cat-68 .box-cat-bg,
.box-cat-69 .box-cat-bg,{
	background-repeat:repeat-y;
	width:520px;
	margin-bottom:35px;
}

.box-cat-66 a,
.box-cat-67 a,
.box-cat-68 a,
.box-cat-69 a{
	margin-right:6px;
	width:74px;
	height:25px;
	background-image:url(../img/btn_details.gif);
	float:right;
}

.box-cat-66 p,
.box-cat-67 p,
.box-cat-68 p,
.box-cat-69 p{
	margin:0px;
	padding:0px;
}

.box-cat-66 h2,
.box-cat-67 h2,
.box-cat-68 h2,
.box-cat-69 h2{
	font-size:1em;
	margin:0px;
	padding:15px 20px 0px 90px;
}


.box-cat-66 .com-category-desc,
.box-cat-67 .com-category-desc,
.box-cat-68 .com-category-desc,
.box-cat-69 .com-category-desc{
	padding:5px 20px 25px 90px;
	background-repeat:no-repeat;
	background-position: 0 bottom;
	min-height:80px;
}

.box-cat-66 .csc-header,
.box-cat-67 .csc-header,
.box-cat-68 .csc-header,
.box-cat-69 .csc-header{
	background-repeat:no-repeat;
}

/*green*/
.box-cat-66 .box-cat-bg{
	background-image:url(../img/green_box_bg.gif);
}

.box-cat-66 .com-category-desc{
	background-image:url(../img/green_box_bottom.gif);
}

.box-cat-66 .csc-header{
	background-image:url(../img/green_box_top.gif);
}

/*yellow*/
.box-cat-67 .box-cat-bg{
	background-image:url(../img/yellow_box_bg.gif);
}

.box-cat-67 .com-category-desc{
	background-image:url(../img/yellow_box_bottom.gif);
}

.box-cat-67 .csc-header{
	background-image:url(../img/yellow_box_top.gif);
}

/*red*/
.box-cat-68 .box-cat-bg{
	background-image:url(../img/red_box_bg.gif);
}

.box-cat-68 .com-category-desc{
	background-image:url(../img/red_box_bottom.gif);
}

.box-cat-68 .csc-header{
	background-image:url(../img/red_box_top.gif);
}

/*blue*/
.box-cat-69 .box-cat-bg{
	background-image:url(../img/blue_box_bg.gif);
}

.box-cat-69 .com-category-desc{
	background-image:url(../img/blue_box_bottom.gif);
}

.box-cat-69 .csc-header{
	background-image:url(../img/blue_box_top.gif);
}

/* LESE.LERN.WISSEN */

.box-cat-101,
.box-cat-104,
.box-cat-105,
.box-cat-106 {
    background-color:#f1f7fd;
    border:1px solid #b1d2f1;
    padding:20px;
    margin-top:20px;
}

.box-cat-101 ul,
.box-cat-101 li,
.box-cat-104 ul,
.box-cat-104 li,
.box-cat-105 ul,
.box-cat-105 li,
.box-cat-106 ul,
.box-cat-106 li {
    margin:0px 0px 0px 7px;
    padding:0px; 
}

.box-cat-101 h2,
.box-cat-104 h2,
.box-cat-105 h2,
.box-cat-106 h2 {
    font-size:14px;
    font-weight:bold;
    margin:0px;    
}

.box-cat-101 h3,
.box-cat-104 h3,
.box-cat-105 h3,
.box-cat-106 h3 {
    font-size:12px;
    font-weight:bold;
    margin:-5px 0px 10px 0px;    
    z-index:1;
}

.box-cat-105 .com-category-desc,
.box-cat-106 .com-category-desc {
    width:280px;
}

.box-cat-101 .details {
    width:172px;
    height:154px;
    float:right;
    background-image: url(../img_content/llw_01.jpg);
    margin-top:-130px;
}

.box-cat-104 .details {
    width:172px;
    height:154px;
    float:right;
    background-image: url(../img_content/llw_02.jpg);
    margin-top:-130px;
}

.box-cat-105 .details {
    width:172px;
    height:154px;
    float:right;
    background-image: url(../img_content/llw_03.jpg);
    margin-top:-140px;
}

.box-cat-106 .details {
    width:172px;
    height:154px;
    float:right;
    background-image: url(../img_content/llw_04.jpg);
    margin-top:-140px;
}


/*download*/

.download{
/*
	margin-left:250px;
*/
	display:block;
	height:16px;
	background-image:url(../img/pdf.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:21px;
	/*
	min-width:300px;
	*/		
}

/* SITEMAP */

.sitemap {
    margin:0px;
    padding:0px;
    border:1px solid #b1d2f1;
    background-color:#eef6fd; 
}

.sitemap ul {
    margin:0px;
}

.sitemap li {
    width:450px;
    margin:0px 0px 0px 0px;
    list-style:none; 
    list-style-image:url(../img/h1-pfeil.gif);
    padding:5px 0px 5px 5px; 
    border-bottom:1px solid #b1d2f1; 
    background-color:#eef6fd;
    list-style-position: inside; 
}

.sitemap li a {
    text-decoration:none;
}

.sitemap li a:hover {
    color:#b1d2f1;
}

#sitemap_commerce ul {
    margin:0px 0px 0px 30px;
}

#sitemap_commerce li {
    width:420px;
    background-color:#f7fafc;
}

.clear{
	clear:both;	
}



/* Zoo-Detektive */

#zoo-det * {
	margin:0;
}

#zoo-det {
background:transparent url(../img/detektive/zoo-detektive_hg.jpg) repeat scroll 0 0;
height:410px;
padding-left:50px;
padding-top:127px;
width:470px;
margin-bottom:30px;
}

#zoo-det .zoo-det-picleft {
clear: both;
height: 98px;
}

#zoo-det .zoo-det-picright {
clear: both;
height: 98px;
}

#zoo-det .zoo-det-picleft div {
margin: 0 0 0 10px;
}

#zoo-det .zoo-det-picright div {
margin: 0 12px 0 7px;
}

#zoo-det span {
color: #a30015;
font-weight: bold;
font-size: 13px;
}

.zoo-det-picleft div,
.zoo-det-picleft p,
.zoo-det-picright div,
.zoo-det-picright p
{
float: left;
}

.zoo-det-picleft div,
.zoo-det-picright div
{
padding-top:24px;
width:310px;
}


.zoo-det-picleft div {
padding-left:10px;
}

.zoo-det-picright div {
padding-right:10px;
}
