/*Stylesheet Recogmbh*/
body {
    color: black;
    background-color: #ffffff; /* Hintergrundfarbe */
	background-image: url(http://www.recogmbh.de/images/layout/bg_wood.jpg);
    font-size: small; /* Schriftgröße */
    font-family: Arial, Helvetica, sans-serif; /* Font */
    border: solid #000000 1px;  /* äußerer Rand */
    margin: 0 auto;
    margin-top: 15px;
    padding: 2px;
    width: 920px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

div#header /* Seitenkopf mit Logo */ {
    background-image: url(http://www.recogmbh.de/images/layout/header.png);
	background-color: #ffffff;
    width: 920px; /* Breite */
    height: 80px; /* Höhe */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: normal;
}

/* Navigationsleiste oben normal */
div#navigation {
    background-image: url(http://www.recogmbh.de/images/layout/bg_navi.png);
	background-color: #ffffff;
    height: 36px; /* Breite */
    width: 920px; /* Höhe */
}

/* Navigationsleiste oben optimiert für seitliche Navigation */
div#navigation_2 {
    background-image: url(http://www.recogmbh.de/images/layout/bg_navigation_2.png);
	background-color: #ffffff;
    height: 40px; /* Breite */
    width: 920px; /* Höhe */
}

div#spacer /* vertikale Navigation links */ {
    background-image: url(http://www.recogmbh.de/images/layout/spacer.png);
	background-color: #ffffff;
    float: left;
    width: 10px; /* Breite */
    height: 500px;
	margin: 0;
    padding: 0;
}

div#spacer_big /* vertikale Navigation links */ {
    background-image: url(http://www.recogmbh.de/images/layout/spacer.png);
	background-color: #ffffff;
    float: left;
    width: 10px; /* Breite */
    height: 900px;
	margin: 0;
    padding: 0;
}

/* vertikale Navigation links */
div#navigation_left {
    background-image: url(http://www.recogmbh.de/images/layout/bg_navi_left_2.png);
	background-color: #ffffff;
    color: #3B3834;
	font-size: small;
    float: left;
    width: 150px; /* Breite */
    height: 500px;
	margin: 0;
    padding: 0;

}

div#navigation_left h2 {
    color: #31A8D3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
}

div#navigation_left comment {
	color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
}

div#navigation_left p {
	color: #3B3834;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    line-height: 100%;
}

div#navigation_left_big {
    background-image: url(http://www.recogmbh.de/images/layout/bg_navi_left_2.png);
	background-color: #ffffff;
    color: #3B3834;
	font-size: small;
    float: left;
    width: 150px; /* Breite */
    height: 900px;
	margin: 0;
    padding: 0;

}

div#navigation_left_big h2 {
    color: #31A8D3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
}

div#navigation_left_big comment {
	color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
}

div#navigation_left_big p {
	color: #3B3834;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 115%;
    line-height: 100%;
}

div#navigation_left_2 /* vertikale Navigation links */ {
	background-color: #ffffff;
    color: #3B3834;
	font-size: small;
    float: left;
    width: 400px; /* Breite */
    height: 500px;
	margin: 0;
    padding: 0;

}

div#content {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin: 0; /*margin-left: 5px;*/
    padding: 0;
    width: 920px;
    height: 510px;
}

div#content h1 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 80%;
    position: relative;
}

div#content h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
}

div#content h3 {
    color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}

div#content_sitemap {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin: 0; /*margin-left: 5px;*/
    padding: 0;
    width: 920px;
    height: 700px;
}

div#content_sitemap h1 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 80%;
    position: relative;
}

div#content_sitemap h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
}

div#content_sitemap h3 {
    color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}

div#content_impressum {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin: 0; /*margin-left: 5px;*/
    padding: 0;
    width: 920px;
    height: 740px;
}

div#content_impressum h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0 0 0.5em;
}

div#content_impressum h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
}

div#content_impressum h3 {
    color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}

div#content_kontakt {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin: 0; /*margin-left: 5px;*/
    padding: 0;
    width: 920px;
    height: 600px;
}

div#content_kontakt h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0 0 0.5em;
}

div#content_kontakt h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
}

div#content_kontakt h3 {
    color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}

div#content_big {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
	margin: 0; /*margin-left: 5px;*/
    padding: 0;
    width: 920px;
    height: 920px;
}

div#content_big h1 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 80%;
    position: relative;
}

div#content_big h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
    position: relative;
}

div#content_big h3 {
    color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 100%;
}

div#content_small_2 {
	background-color: #ffffff;
    margin-left: 160px;
    height: 500px;
    padding: 0;
    color: #616160;
    width: 760px;
}

div#content_small_2 h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
}

div#content_small_2 h3 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    line-height: 100%;
}

div#content_small_big {
	background-color: #ffffff;
    margin-left: 160px;
    height: 900px;
    padding: 0;
    color: #000000;
	line-height: 1.6;
    width: 760px;
}

div#content_small_big h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
}

div#content_small_big h3 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    line-height: 100%;
}

/* Stylesheet für Seite der Oberkategorie, z.B. Produkte, Fenster, Tueren etc. */
div#content_small { 
	background-color: #ffffff;
    margin-left: 160px;
    height: 500px;
    padding: 0;
    color: #333333; /*#616160*/
    width: 760px;
}

div#content_small h2 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 100%;
}

div#content_small h3 {
    color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    line-height: 100%;
}

div#content_small comment {
	color: #030300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}

div#content_small p {
    color: #000000;
	line-height: 1.6;
}

div#footer {
    background-image: url(http://www.recogmbh.de/images/layout/footer.png);
	background-color: #ffffff;
    margin-top: 0px;
    width: 920px;
    height: 80px;
    color: #999983;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

div#footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #ffffff;
    margin: 1em 0;
}

hr {
    border: 1px dashed #000000;
}

img { /*verlinke Bilder ohne Rahmen*/
    border: 0px;
}

a:link { /* Stylesheet für Links */
    text-decoration: none;
    font-weight: normal;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #31A8E1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

a:hover {
    text-decoration: none;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #31A8E1;
}

/* Stylesheet für Lightbox */ 
#lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
} 

#lightbox img {
    width: auto;
    height: auto;
} 

#lightbox a img {
    border: none;
} 

#outerImageContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
} 

#imageContainer {
    padding: 10px;
} 

#loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
} 

#hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
} 

#imageContainer >#hoverNav {
    left: 0;
} 

#hoverNav a {
    outline: none;
} 

#prevLink, #nextLink {
    width: 49%;
    height: 100%;
    background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
    display: block;
} 

#prevLink {
    left: 0;
    float: left;
} 

#nextLink {
    right: 0;
    float: right;
} 

#prevLink:hover, #prevLink:visited:hover {
    background: url(../images/prevlabel.gif) left 15% no-repeat;
} 

#nextLink:hover, #nextLink:visited:hover {
    background: url(../images/nextlabel.gif) right 15% no-repeat;
} 

#imageDataContainer {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
} 

#imageData {
    padding: 0 10px;
    color: #666;
} 

#imageData #imageDetails {
    width: 70%;
    float: left;
    text-align: left;
}

#imageData #caption {
    font-weight: bold;
} 

#imageData #numberDisplay {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
} 

#imageData #bottomNavClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
    outline: none;
} 

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
}
