/* standards
 ----------------------------------------------- */

html, body {
		height: 100%;
}

body {
	background-color: #fff;
	background: url(../img/body_bg.gif) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: .8em;
}

/* layout
 ----------------------------------------------- */

#wrapper {
	width: 100%;
}

#main {
	width: 100%;
	height: 100%;
	margin-top: 50px;
	position: relative;
}

/* header
 ----------------------------------------------- */

#header {
	background-color: #fff;
	background: url(../img/header_bg.gif) repeat-x;
}

#logowrapper {
	width: 287px;
	height: 158px;
	background: url(../img/logoid_bg.gif) no-repeat;
}

#logo a {
	width: 210px;
	height: 75px;
	display: block;
	position: absolute;
	top: 70px;
	left: 50px;
}

#visual {
	height: 90px;
	width: 709px;
	position: absolute;
	top: 68px;
	left: 287px;
}


/* cols
 ----------------------------------------------- */

#contentcol {
	margin: 0 0 0 288px;
	width: 710px;
	position: relative;
}


#rightcol {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid #EAEAE9;
}

/* content
 ----------------------------------------------- */

.content-75 {
	margin: 0 230px 0 0;
	padding: 16px 0 0 0;
	border-top: 1px solid #EAEAE9;
	line-height: 135%;
}


.content-75 h1 {
	font-size: 130%;
	padding: 0 0 0 24px;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	background: url(../img/h1_bg.gif) no-repeat;
	background-position: 0px 6px;
}

.content-50 {
	margin: 0 370px 0 0;
	padding: 16px 0 0 0;
	border-top: 1px solid #EAEAE9;
	line-height: 135%;
}

.content-50 h1 {
	font-size: 130%;
	padding: 0 0 0 24px;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	background: url(../img/h1_bg.gif) no-repeat;
	background-position: 0px 6px;
}

.content-100 {
	margin: 0 !important;
	padding: 16px 60px 0 0 !important;
	border-top: 1px solid #EAEAE9;
	line-height: 135%;
}


.content-100 h1 {
	font-size: 130%;
	padding: 0 0 0 24px;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	background: url(../img/h1_bg.gif) no-repeat;
	background-position: 0px 6px;
}

/* rightcol
 ----------------------------------------------- */

.rightcol-50 {
	width: 340px;
	padding: 16px 0 0 0;
	line-height: 135%;
}

.rightcol-50 h1 {
	font-size: 130%;
	padding: 0 0 0 24px;
	margin: 0 0 0.8em 0;
	line-height: 120%;
	background: url(../img/h1_bg.gif) no-repeat;
	background-position: 0px 6px;
}

.rightcol-50 #rightcolcontent h3 {
	padding: 0;
	margin: 0 0 0.6em 0;
}

.rightcol-25 {
	width: 200px;
	padding: 18px 0 0 0;
}

.rightcol-25 #rightcolcontent {
	font-size: 89%;
	line-height: 120%;
}

.rightcol-25 #rightcolcontent h3 {
	font-size: 106%;
	padding: 0;
	margin: 0 0 0.6em 0;
}

.rightcol-25 #rightcolcontent h5 {
	font-size: 106%;
	padding: 10px 0 0 0;
	margin: 1em 0 0.6em 0;
	border-top: 1px solid #EAEAE9;
}

.rightcol-50 #rightcolcontent {
	width: auto;
}

/* topnav
 ----------------------------------------------- */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



#topnav {
	width: 700px; 
	position: absolute;
	top: 34px;
	left: 287px;
	background: url(../img/topnav_bg.gif) no-repeat;
	z-index: 99;
}


#topnav ul {
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	list-style-type: none;
	height: 31px;
	position: relative;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

#topnav ul li {
	float: left;
	position: relative;
	margin: 0;
	display: block;
}

/* fix ie problems with dynamic width */

*html #topnav li {
	width: 1%;
}

#topnav ul li a, #topnav ul li a:visited {
	display: block;
	text-decoration: none; 
	color: #fff;
	padding-left: 16px;
}

#topnav ul li a span {
	margin: 0;
	padding: 8px 16px 0 0;
	height: 23px;
	display: block;
	xborder: 1px solid green;
}

#topnav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}



#topnav ul li a.active {
	color: #fff;
	margin: -3px 0 0 0;
	xline-height: 160%;
	position: relative;
	height: 34px;
	display: block;
	background: url(../img/topnav_active_left.gif) no-repeat top left;
}

#topnav ul li a.active ul {
	top: 31px;
}

#topnav ul li a.active:hover {
	background: url(../img/topnav_active_left.gif) no-repeat top left;
	background-color:#949e7c !important;
}

#topnav ul li a.active span, #topnav ul li a.active:hover span {
	display: block;
	padding: 10px 16px 1px 0;
	width: auto;
	background: url(../img/topnav_active_right.gif) no-repeat top right;
}


/* style the second level background */
#topnav ul ul a.drop, #topnav ul ul a.drop:visited {
background-color:#A3A59D;

}
/* style the second level hover */
#topnav ul ul a.drop:hover{
background-color:#A3A59D;
}
#topnav ul ul :hover > a.drop {
background-color:#A3A59D;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
#topnav ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 28px;
	left: 0; 
	width: 150px;
	font-weight: normal;
	font-size: 89%;
}


/* another hack for IE5.5 */
* html #topnav ul ul {
	top: 28px;
	t\op: 28px;
}

/* position the third level flyout menu */
#topnav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}

/* position the third level flyout menu for a left flyout */
#topnav ul ul ul.left {
	left: -150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topnav table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the second level links */
#topnav ul ul a, #topnav ul ul a:visited {
	background: #A3A59D; 
	color: #fff; 
	height: auto; 
	line-height: 1.4em; 
	padding: 5px 10px; 
	width: 129px

}

/* yet another hack for IE5.5 */
* html #topnav ul ul a {
	width: 150px;
	w\idth: 129px;
}


/* style the top level hover */
#topnav ul a:hover, #topnav ul ul a:hover{
color:#fff; 
background:#81837C;
}


#topnav :hover > a, #topnav ul ul :hover > a {
color:#fff;
background:#81837C;
}


/* make the second level visible when hover on first level list OR link */
#topnav ul li:hover ul,
#topnav ul a:hover ul{
	visibility: visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#topnav ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#topnav ul :hover ul :hover ul{ 
	visibility: visible;
}



/* subnav
 ----------------------------------------------- */

#subnav {
	position: absolute;
	left: 29px;
	top: 0;
	width: 232px;
	margin: 0;
	padding: 0;
	font-size: 96%;
}

#subnav ul {
	margin: 0;
	padding: 0;
}

 #subnavlist1 {
	border-bottom: 1px solid #EAEAE9;
}



#subnavlist1 li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #EAEAE9;
}

#subnavlist1 li a {
	color: #666666;
	display: block;
	text-decoration: none; 
	width: 205px;
	padding: 6px 10px 6px 10px;
	border-left: 6px solid #DDDED9;
}

/* box model hack ie win */
* html #subnavlist1 li a {
width: 225px;
w\idth: 205px;
}

#subnavlist1 li a:hover {
	text-decoration: none; 
	border-left: 6px solid #A5A79F;
}

#subnavlist1 li a.active {
	text-decoration: none; 
	color: #0085DB;
	font-weight: bold;
	border-left: 6px solid #0F96E9;
}

/* subnavlist2 */

 #subnavlist2 {
	border-top: 1px solid #EAEAE9;
	font-size: 89%;
}

#subnavlist2 li {
	list-style: none;
	margin: 0;
	border: none;
	background-color: #ECF5FA;
	margin-left: 6px;
}

#subnavlist2 li a {
	color: #666;
	display: block;
	text-decoration: none; 
	width: 205px;
	padding: 6px 10px 6px 10px;
	border: none;
}

/* box model hack ie win */
* html #subnavlist2 li a {
width: 225px;
w\idth: 205px;
}



#subnavlist2 li a:hover {
	text-decoration: none; 
	border-left: none;
	background-color: #C7DDEA;

}

#subnavlist2 li a.active {
	text-decoration: none; 
	color: #515648;
	font-weight: normal;
	border-left: none;
	background-color: #C7DDEA;
}

#subnavlist2 li a.active:hover {
	text-decoration: none;
}

/* subnavlist3 */

#subnavlist3 li {
	list-style: none;
	margin: 0;
	border: none;
	background-color: #ECF5FA;
}

#subnavlist3 li a {
	color: #666;
	display: block;
	text-decoration: none; 
	width: 195px;
	padding: 6px 10px 6px 20px;
	border: none;
	background: url(../img/listpunkt_subnavlist3.gif) no-repeat 11px 9px;
}

/* box model hack ie win */
* html #subnavlist3 li a {
width: 225px;
w\idth: 195px;
}

#subnavlist3 li a:hover {
	text-decoration: underline; 
	border-left: none;
	background: url(../img/listpunkt_subnavlist3.gif) no-repeat 11px 9px;
}

#subnavlist3 li a.active {
	text-decoration: none; 
	color: #515648;
	font-weight: bold;
	border-left: none;
	background: url(../img/listpunkt_subnavlist3.gif) no-repeat 11px 9px;
}

#subnavlist3 li a.active:hover {
	text-decoration: underline;
	background: url(../img/listpunkt_subnavlist3.gif) no-repeat 11px 9px;
}


/* metanav
 ----------------------------------------------- */

#metanav {
	position: absolute;
	top: 6px;
	left: 595px;
	width: 400px;
	font-size: 86%;
	text-align: right;
}

#metanav a {
	text-decoration: none;
	color: #848681;
}

#metanav a:hover {
	text-decoration: underline;
}


/* teaserboxes
 ----------------------------------------------- */

/* box mit umrandung (grau) */

.teaser1 {
	position: relative;
	margin: 1.5em 0;
	border: 4px solid #D6D9CF;
	padding: .5em 1em;
	background-color: #FAFBF9;
}

.teaser1 h3 {
	margin-top: 0;
	padding-top: 0;
}

/* box (blau) */

.teaser2 {
	margin: 0 0 1.5em 0;
	padding: 0;
	background-color: #DDEFFB;
	border-bottom: 1px solid #DDEFFB;
}

.teaser2 h3 {
	margin: 0 !important;
	background-color: #0F96E8;
	color: #fff;
	padding: 6px 1em !important;
}

.teaser2 p {
	margin: 1em;
}

.teaser2 ul {
	padding: 0 1em 1em 1em !important;
}

/* box (grau) */

.teaser3 {
	margin: 0 0 1.5em 0;
	padding: 0;
	background-color: #FAFBF9;
	border-bottom: 1px solid #FAFBF9;
}

.teaser3 h3 {
	margin: 0 !important;
	background-color: #8F918A;
	color: #fff;
	padding: 6px 1em !important;
}

.teaser3 p {
	margin: 1em;
}

.teaser3 ul {
	padding: 0 1em 1em 1em !important;
}

/* referenz oben */

.teaser4 {
	margin: 0;
	padding: 0;
	background-color: #ECF3C9;
	border-bottom: 1px solid #ECF3C9;
}

.teaser4 h3 {
	margin: 0 !important;
	background-color: #B5CE29;
	color: #fff;
	padding: 6px 1em !important;
}

.teaser4 p {
	margin: 1em;
}

.teaser4 ul {
	padding: 0 1em 1em 1em !important;
}

/* referenz unten */

.teaser5 {
	margin: 0 0 1.5em 0;
	padding: 0;
	background-color: #ECF3C9;
	border-bottom: 1px solid #ECF3C9;
}

.teaser5 p {
	margin: 1em;
}

/* zitat */

.content-75 .quote {
	font-size: 89%;
}

.quote {
	line-height: 140%;
	margin: 1.5em 0;
	padding: 0 1.5em .5em 1em;
	background: url(../img/quote_bg.jpg) no-repeat;
}

.quote h3 {
	margin: 0 0 -.2em 0;
	padding: 8px 0 0 0;
}

#rightcolcontent .quote {
	font-size: 96%;
	margin: 0 0 1.5em 0;
	background: url(../img/quote_rightcol_bg.jpg) no-repeat;
}

#rightcolcontent .quote h3 {
	padding: 8px 0 0 0;
}

/* rgtabs gross */


#rgtabs-big .rgtabs-content {
	height: auto !important;
	min-height: 330px;
} 

#rgtabs-big .rgtabs-content .csc-textpic-imagewrap {
	position: relative;
} 


/* infoteaser
 ----------------------------------------------- */

.info {
	position: relative;
	margin: 1.5em 0;
	border: 4px solid #123123; display: none;
	padding: .5em 1em;
	background-color: #987987;
}

.info h3 {
	margin-top: 0;
	padding-top: 0;
}


/* sitemap
 ----------------------------------------------- */

div.sitemap .sm-rubriklink {
	background-color: #ececec; 
	display: block; 
	padding: .2em 0 .3em .7em;
	margin-bottom: .5em;
	font-weight: bold;
}

div.sitemap li.sm-rubriklist {
	background-image: none;
	margin: 0 0 1em -22px;
}

#content div.sitemap ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 12px;
	}	

#content div.sitemap ul li {
	padding: 0 0 4px 12px;
	background: none;
	}

#content div.sitemap ul ul {
	list-style: none;
	margin: .3em 0 .3em 0;
	padding-left: 11px;
	_padding-left: 0; /* ie win referenziert vom oberen li aus */
	}	

#content div.sitemap ul ul li {
	padding: 0 0 4px 16px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0px 2px no-repeat;
}


/* photographic library
 ----------------------------------------------- */

tx-photographiclibrary-pi1 {
	margin: 0;
	padding: 0;
	width: auto;
}

#pg-outer {
	width: 705px;
	border: none;
}

#pg-outer td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #D3D3D3;
	width: 33%;
}

.pg-inner td {
	padding: 0 10px 0 0 !important;
	border: none !important;
}

.pg-inner-pic {
	width: 100px !important;
}

.pg-inner-pic img {
	border: 1px solid #D3D3D3;
}

.pg-inner-txt {
	width: 120px !important;
	font-size: 89%;
	line-height: 120%;
}

.pg-pager {
	margin: 0;
	padding: 0 0 0 10px;
}

#pg-singleview {
	text-align: center;
    margin: 0 auto;
	padding: 0;
	width: 500px;
}

#pg-singleview img {
	border: 1px solid #D3D3D3;
}

.pg-singleview-pager {
	margin: 20px 0;
}

.spacer-gif {
	display: none;
}

/* login
 ----------------------------------------------- */


#login-form {
margin: 1em 0;
}

#login-form label {
width: 100px;
float: left;
line-height: 200%;
}

#login-form input {
width: 200px;
float: left;
}

#login-form input.submit {
width: auto;
clear: both;
margin: .5em 0 .5em 0px;

}

#login-form br {
clear: both;
}




/* footer
 ----------------------------------------------- */

#footer {
	font-size: 89%;
	clear: both;
	margin: 2em 0 0 288px;
	height: 30px;
}

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



/* kontaktformular
 ----------------------------------------------- */

.formnook {
	margin: 0;
	padding: 0;
	color: #DC2232;
	font-weight: bold;
}

.formok {
	color: #7D8E1C;
	font-weight: bold;
	margin: 0 0 100px 0;
	padding: 0;
}

.mailformtable {
	width: 100%;
	background-color: #F4F9FC;
}

.mailformtable td {  
	padding: 6px 0px 4px 6px;
	vertical-align: top;
	font-size: 101%;
}

.mailformtable input, .mailformtable select, .mailformtable textarea {
	width: 240px;
	font-family: arial, helvetica, sans-serif;
	font-size: 101%;
}

.submit-bg {
	background-color: #EBF6FD;
}

.submit-bg input {
	width: auto;
}







/* misc
 ----------------------------------------------- */

.break {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}


/* Image slider
 ----------------------------------------------- */
 
 
 div#sliderformat0 {
    width: 268px;
    height: 191px;
}

div#sliderformat1 {
    width: 268px;
    height: 191px;
}

ul#image_rotate {
	margin: 0 !important;
 	padding: 0 !important;
 	width: 268px;
 	height: 191px !important;
    border: 1px solid #ccc;
    list-style: none;
}

ul#image_rotate li {
	list-style: none !important;
    background-image: none !important;
    padding-left: 0 !important
}

.visible {
    visibility: visible
}

.hidden {
    display: none
}
 
 
 
 
 
 /* Teaser Rot */
 div#leftcol div.r-intro-button {
 	margin-left: 15px;
 }
 
 div.r-intro-button {
 
	height: 30px;
	display: block;
	width: 190px
}

a.r-intro-button {
    background: transparent url(../img/teaser-rot-right.gif) no-repeat top right;
    font-size: 12px;
	color: #fff !important;
	text-decoration: none;
    display: block;
    float: left;
    height: 26px;
   /* width: 180px;*/
    padding-right: 14px; /* sliding doors padding */
}

a.r-intro-button span {
    background: transparent url(../img/teaser-rot-left.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 6px 26px;
	height: 14px;
}

* html a.intro-button span {
	height: auto;
}

a.r-intro-button:hover {
	cursor: pointer;
    background-position: bottom right;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.r-intro-button:hover span {
    background-position: bottom left;
	color: #fff !important;
    padding: 7px 0 5px 26px; /* push text down 1px */
	height: 14px;
}

* html a.r-intro-button:hover span {
	height: auto;
}

div#rightcol a.r-intro-button {
	width: 255px
}

/* PLM */
div.intro-button {
        height: 60px;
}

a.intro-button {
    background: transparent url(../img/intro_button_right.gif) no-repeat top right;
    font-size: 12px;
        color: #fff !important;
        text-decoration: none;
    display: block;
    float: left;
    height: 26px;
    padding-right: 14px; /* sliding doors padding */
}

a.intro-button span {
    background: transparent url(../img/intro_button_left.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 6px 0 6px 26px;
        height: 14px;
}

* html a.intro-button span {
        height: auto;
}

a.intro-button:hover {
        cursor: pointer;
    background-position: bottom right;
        text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.intro-button:hover span {
    background-position: bottom left;
        color: #fff !important;
    padding: 7px 0 5px 26px; /* push text down 1px */
        height: 14px;
}

* html a.intro-button:hover span {
        height: auto;
}

.subnavcontent {
        padding:15px 0 0 15px;
}

.subnavcontent div.intro-button {
	height: 40px
}

.subnavcontent a.r-intro-button {}




/* ---- codebox ---- */


p.code-box {
  xwidth: 470px;
  overflow-x: auto;
  line-height: 150%;
  padding: 1em 0.5em;
  white-space: nowrap;
}

p.code-box b {color: #00CF09}


/* ---- herbstaktion ---- */


div.herbst {
	position: relative;
	z-index: 1000;
	overflow: hidden;
	padding: 25px 20px 0 20px;
	background: url(../img/herbst-top.gif) no-repeat top left 
}

div.herbst-bot {
	position: relative;
	top: -25px;
	width: 214px;
	height: 45px;
	background: url(../img/herbst-bottom.gif) no-repeat top left 
}

