tableNavSub
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html 
{
	overflow-y:scroll;
}

body {
    font-size: 1em;
    line-height: 1.3em;
}

html,
body 
{
		margin:0;
		padding:0;
		height:100%;
	}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   
/* --------------------- 
	Allgemeine HTML-Formatierungen 
	----------------- */
	
body
{
	font-size: 0.8em;
	font-family: 'Oxygen', Verdana, sans-serif;	
	padding: 0px;
	height: 100%;
}
a:link,
a:visited
{
	text-decoration: none;
	color: #999;	
}

a:hover,
a:active,
a:focus
{
	text-decoration: none;
	color: #333;	
}

#divContent ul,
#divContent2 ul
{
	padding-left: 2px;	
	list-style-type: none;
}

#divContent ul li,
#divContent2 ul li
{
	background: url(../img/Allgemein/Bullet-2.gif) no-repeat 0px 6px;
	padding-left: 15px;
	margin: 0px 0px 6px 0px;
}

p
{
	line-height: 1.5em;	
}

/* --------------------- 
	Allgemeine HTML-Formatierungen  - ENDE 
	----------------- */
   
  
/* --------------------- 
	Grundgerüst 
	----------------- */

#container 
{
	min-height:100%;
	top: 0px;
}
		
#wrapperCont
{
	width: 870px;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0px !important;
	top: 0px;
}

#divNavMain
{
	width: 103%;
	height: 50px;
	font-size: 1em;
}

#divNavMain nav
{
	margin-top: 60px;
}

#divNavSub
{
	width: 100%;
	margin-top: 27px;
}

#divNavSub nav
{
	width: 100%;
	text-align: left;
}

#divNavSubHorn
{
	width: 870px;
	height: 30px;
	margin-left: 0px;
	margin-top: 27px;
	position: absolute;
	bottom: 0px;
}


#divNavSide
{
    font-size: 1em;
    height: 45px;
    width: 870px;
	text-align: right;
}

#divContent
{
	width: 870px;
	height: 414px;
}

#divContent2
{
	width: 870px;
	height: 412px;
	border: 1px solid #999;
	/*display: table-cell;*/
}

#divContent,
#divContent2
{
	font-size: 1.1em;
}

#divContentColLinks
{
	float: left;
	position: relative;
	width: 280px;
	height: 100%;
	overflow: hidden;
}

#divContentColLinksMitPadding
{
	float: left;
	position: relative;
	width: 240px;
	padding: 20px;
}

#divContentColRechts
{
	float: right;
	position: relative;
	width: 537px;
	padding: 20px 20px 20px 30px;
	overflow-y: auto;
}

#divContentColRechts1
{
	float: right;
	position: relative;
	width: 537px;
	padding: 10px 10px 10px 10px;
	overflow-y: auto;
}


#divContentColRechtsOhnePadding
{
	float: right;
	position: relative;
	width: 588px;
	height: 100%;
	padding: 0px;
	font-family: 'Duru Sans', Arial, sans-serif;
	/*font-size: 1.4em;*/
}

/* --------------------- 
	Grundgerüst  - ENDE 
	----------------- */



/* --------------------- 
	Navi Main	
	----------------- */

#divNavMain nav ul
{
	padding: 0px;
}

#divNavMain nav ul li
{
	width: 196px;
	margin: 0px 27px 0px 0px;
	text-align: center;
	float: left;
	font-size: 1.3em;	
}

#divNavMain li.current a:link,
#divNavMain li.current a:visited
{
	color: #333;
	font-weight: normal;
}

/* --------------------- 
	Navi Main  - ENDE 
	----------------- */
	
/* --------------------- 
	Navi Sub
	----------------- */

#tableNavSub
{
	border-collapse:separate;
	border-spacing:10px;
	margin: 0px 0px 0px 200px;
}

#tableNavSub td
{
	width: 27px;
	height: 20px;
	background: #000;
	text-align: right;
	vertical-align: top;
	line-height: 0.9em;
}

#tableNavSub td:hover
{
	background: #b0b0b0;
}

#tableNavSub a:link,
#tableNavSub a:visited
{
	padding: 6px 2px 5px 15px;
	font-weight: 700;
	font-family: 'Oxygen', Arial, sans-serif;	
	color: #fff;
}

#tableNavSub a:hover,
#tableNavSub a:active,
#tableNavSub a:focus
{
	color: #fff;
}

#tableNavSub td.current
{
	background: #b0b0b0;
}
	
/* --------------------- 
	Navi Sub  - ENDE 
	----------------- */
	
/* --------------------- 
	Navi Sub Hornart
	----------------- */

#divNavSubHorn nav ul
{
	padding: 0px;
	/*margin: 30px 0px 0px 30px;*/
	margin-left: 20px;
}

#divNavSubHorn nav ul li
{
	padding: 0px 20px; /*40px*/
	margin: 0px;
	text-align: center;
	float: left;
	font-size: 1.2em;	
}

#divNavSubHorn nav ul li td
{
	font-size: 0.8em;	
}

#divNavSubHorn li.current a:link,
#divNavSubHorn li.current a:visited
{
	color: #333;
	font-weight: normal;
}

/* --------------------- 
	Navi Sub Hornart  - ENDE 
	----------------- */	
	
/* --------------------- 
	Navi Side
	----------------- */


#divNavSide nav
{
    font-size: 1em;
	right: 0px;
	position: absolute;
	background: #f5f7fb /*f4f5f8*/;
	padding: 10px 10px 10px 10px;	
	color: #999;
}

.current
{
	color: #000 !important;	
}
	
/* --------------------- 
	Navi Side - ENDE
	----------------- */	
	
/* --------------------- 
	Home   
	----------------- */
	
.tabHome
{
	width: 870px;
	padding: 0px;
	margin: 0px;
	margin-left: -1px;
	table-layout: fixed;
}

.tdImg
{
	width: 195px;
}

.tdSpace
{
	width: 26px;
}

.tabHome img
{
	border: 1px solid #ccc;
}
	
/* --------------------- 
	Home  - ENDE 
	----------------- */	
	
/* --------------------- 
	Slider   
	----------------- */
	
#lupenbrille .showcase-button-wrapper /* Buttons werde ausgeblendet */
{
	display: none;
}

.showcase-button-wrapper /* Bildernavi ausgeblendet */
	{
		display: none;
	}
	
/* --------------------- 
	Slider  - ENDE 
	----------------- */		
	
/* --------------------- 
	Geschäft 
	----------------- */

#divContentColLinks	table td
{
	vertical-align: top;
}
	
/* --------------------- 
	Geschäft - ENDE 
	----------------- */		
	
/* --------------------- 
	Sonstiges 
	----------------- */

.txtGrau /* zB. bei Impressum, der Text, der aussieht wie die Lins */
{
	color: #999;
}

.imgLinks
{
	float: left;
	margin-right: 15px;	
}

.imgBut
{
	margin-top: -3px;	
}

.marginalien
{
	color: #999;
	font-size: 0.9em;	
}

.clear
{
	clear: both;
}
	
/* --------------------- 
	Sonstiges - ENDE 
	----------------- */

	
					
	

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
	orphans: 3;
	widows: 3;
	font-size: 1em;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
