﻿body 
{
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	color:#616469;
}

.cigrey
{
	color:#616469;
}

/* globale Einstellung der Maße */
.maincontentwidth
{
	width:887px;
}

.maincolumnwidth
{
	width:215px;
}

.maincolumnmargin
{
	border-right:solid 9px white;
}

.maincontentminimumheight
{
	height:400px;
}

.textbox
{
	border:solid 1px #616469;
	background-color:white;
	color:#616469;
	font-family:Verdana;
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
}

b{
	color:#9CA60F;	
}

table
{
	border-collapse:collapse; 
	table-layout:auto;
	text-align:left;
	border:solid 0px black;
	padding:0;
	margin:0;
	border-spacing:0;
}

td
{
	border-collapse:collapse; 
	table-layout:auto;
	text-align:left;
	border:0;
	padding:0;
	margin:0;
	border-spacing:0;
}

.introrowpartners
{
	height:80px;
	margin-top:10px;
	margin-bottom:10px;
}

.introrowpartners table
{
}

.introrowpartners table td
{
	width:200px;
	text-align:center;
}

.introrowpartners table td.centercell
{
	width:100px;
	text-align:center;
}


/* begin master layout table on default.master */
table.masterlayout
{
	height:100%;
	width:100%;
}

table.masterlayout td.contentcell
{
	width:100%;
	height:100%;
}
table.masterlayout td.smallfootercell
{
	height:70px;
}

table.masterlayout td.footercell
{
	vertical-align:top;
	/*#d9d9db;*/
	background-repeat:repeat-x;
}

/* end master layout table */

/* special generic.de ruler */
div.hr
{
	height:3px;
	width:100%;
	background:green url('../images/ci_linie.gif') no-repeat;
	margin-top:9px;
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;
	border:0;
}

/* begin headline */
div.headline
{
	width:100%;
	margin:0;
	padding:0;
	padding-bottom:7px;
	border-bottom:1px solid #F0F0F0;
	margin-bottom:7px;
}

div.headline h1
{
	font-weight:bold;
	margin:0px;
	height:auto;
	font-size:13px;
}

/* end headline */

div.hr hr
{
	display:none;
	margin:0;
	padding:0;
}

/* Trennlinie */
hr
{
	height:0px;
	border-top:1px solid;
	border-bottom:0;
}

h1
{
	font-size:15px;
	/*color:#AAB900;*/
	font-weight:bold;
	margin-bottom:10px;
}

h2
{
	font-size:11px;
}
/* Header */

img.headerimage
{
	
}
/* End Header */

/* header */

table.headertable
{
	height:44px;
	margin-top:41px;
	width:100%;
}

table.headertable td
{
	width:100%;
}

table.headertable td.linkcell
{
	text-align:left;
	vertical-align:bottom;
}

table.headertable td.logocell
{
	text-align:right;
	width:178px;
}

/* end header */

.navhlink
{
	cursor:pointer;
}

a.link {
	text-decoration:none;
	color:#bf5202;
	border:0;
}

a.link:visited
{
	border:0px;
	color:#bf5202;
}

a.link:hover
{
	text-decoration:underline;
}

a.tablink {
	text-decoration:none;
	color:#455660;
	border:0;
}

a.tablink:visited
{
	border:0px;
	color:#455660;
}

a.tablink:hover
{
}

a.selectedlink {
	text-decoration:none;
	color:#455660;
	border:0;
}

a.selectedlink:visited
{
	border:0px;
	color:#455660;
}

a.selectedlink:hover
{
	text-decoration:underline;
}

a.linkblock {
	display:block;
	text-decoration:none;
	color:#bf5202;
	border:0;
}

a.linkblock:visited
{
	display:block;
	border:0px;
	color:#bf5202;
}

a.linkblock:hover
{
	display:block;
	text-decoration:underline;
}

a.headerlinkblock {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#616469;
	border:0;
	padding-bottom:3px;
}

a.headerlinkblock:visited
{
	display:block;
	border:0px;
	color:#455660;
}

a.headerlinkblock:hover
{
	display:block;
	text-decoration:underline;
}

div.vertnavigationcontainer
{
	padding-bottom:70px;
}

input[type=text]
{
	border:solid 1px #455660;
	color:#455660;
}

input[type=password]
{
	border:solid 1px #455660;
	color:#455660;
}

.adrotatorimage
{
	cursor:pointer;
}

/* ImageViewer */
.ImageViewer 
{
    width: 425px;
    padding: 5px;
    margin-top: 20px;
   
}
     .ImageViewer .divImgPrev, .ImageViewer .divImgNext 
    {
        height: 274px;
        width: 30px;
        float: left;
    }
    .ImageViewer .imgPrev, .ImageViewer .imgNext
    {
        height: 274px;
        width: 15px;
        margin-top: 0px;
        display: block;
        cursor: pointer;
        background-image: url(../images/controls/imageviewer/btn_prev3.gif);
    }
        .imgPrev     {       margin-left: 15px;     }
    
    .ImageViewer .imgNext
    {
        background-image: url(../images/controls/imageviewer/btn_next3.gif);
    }
    .ImageViewer .imgSlider{
        height: 274px;
        width: 365px;
        float: left;
        overflow: hidden;
    }
        .ImageViewer .imgSlider ul 
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .ImageViewer .imgSlider li 
        {
            float: left;
            background-image: none;
            margin: 0;
            padding: 0;
        }
        .ImageViewer .imgSlider li img 
        {
            width: 365px;
            margin: 0;
            padding: 0;
        }
    
    .ImageViewer .divNavPrev, .ImageViewer .divNavNext 
    {
        height: 91px;
        width: 15px;
        float: left;
    }
    .ImageViewer .divNavPrev {margin-left: 15px;}
    .ImageViewer .navPrev, .ImageViewer .navNext
    {
        height: 91px;
        width: 15px;
        margin-top: 0px;
        display: block;
        cursor: pointer;
        background-image: url(../images/controls/imageviewer/btn_prev_small_3.gif);
        border-bottom:solid 1px #f0f0f0;
        border-top:solid 1px #f0f0f0;
    }
    .ImageViewer .navNext
    {
        background-image: url(../images/controls/imageviewer/btn_next_small_3.gif);
         border-bottom:solid 1px #f0f0f0;
        border-top:solid 1px #f0f0f0;
    }
    .ImageViewer .navSlider
    {
        height: 91px;
        width: 365px;
        float: left;
        overflow: hidden;
        border-bottom:solid 1px #f0f0f0;
        border-top:solid 1px #f0f0f0;
    }
        .ImageViewer .navSlider ul 
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .ImageViewer .navSlider li 
        {
            float: left;
            background-image: none;
            margin: 0;
            padding: 0;
        }
        .ImageViewer .navSlider li img 
        {
            width: 122px;
            cursor: pointer;
            margin: 0;
            padding: 0;
        }
/* end ImageViewer */

/* TabManager */

.TabManager {
    padding:9px;
    margin-top: 0px;
}
    .TabManager .nav {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 35px;
        list-style: none;
    }
        .TabManager .nav li{ 
            float: left;
            margin-right: 2px;
            padding-left: 0;
            background-image: none;
            list-style: none;
        }
        .TabManager .nav li div.tabcontent {
            float: left; 
            height: 20px;
            width: 90px;
            padding-top: 4px;
            padding-left: 5px;
            font-size: 120%;
            background-color: #C6DEF3;
           
        }
        .TabManager .nav li:hover {
            cursor: pointer;
            text-decoration: underline;
            color: #455660;
        }
        .TabManager .nav li.active {
            font-weight: bold;
            cursor: auto;
        }
        
        .TabManager .nav li div.left {float: left; height: 24px; width: 4px; background-image: url(../images/controls/tabmanager/left_corner.gif);}
        .TabManager .nav li div.right {float: left; height: 24px; width: 4px; background-image: url(../images/controls/tabmanager/right_corner.gif);}
        
    .TabManager .content {
        border: 1px solid #cecece;
        background-image: url(../images/bg_schattierung.gif);
        background-repeat: repeat-x;
    }
        .TabManager .content .tab {
            padding: 10px;
            padding-top: 0;
        }

/* end TabManager */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

a.lightImage{border: 0; cursor: pointer;}
a.lightImage img{border: 0;}

/* end jQuery lightBox plugin */