@import url(/styles/live/thermowood/articles.css);
@import url(/styles/live/toolbox.css);
@import url(/styles/live/lightbox.css);
@import url(/styles/live/thermowood/formmanager.css);
@import url(/styles/live/thermowood/navigation.css);
@import url(/styles/live/thermowood/filemanager.css);
@import url(/styles/live/livetranslate.css);

/* Structure */
html, body {
	background-color: #fffaef;
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : black;
    text-align : left;
    line-height: 130%;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

.bold {
    font-weight: bold;
}

input {
    margin: 0;
}

.clear {
    clear: both;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #004E22;

}

a:hover {
    text-decoration: none;
    color: #004E22;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0px 0px 2px;
}

li
{
    list-style-image: url(/images/thermowood/listIcon.gif);
    margin-left: -15px;
}

ul.stern li
{
    list-style-image: url(/images/thermowood/stern.gif);
    margin-left: -15px;
}

ul.spez {
	margin: 0;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 15px;
}

ul.spez li {
	list-style-image:none;
}

/* Body - Container */

#shadowView {
    background-image: url(/images/thermowood/shadow_bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#container_tb {
    margin: 0 auto;
    width: 1000px;
    background-color: #FBDB94;
    background-image: url(/images/thermowood/bg.gif);
    background-repeat: repeat-x;
    border-right: 2px solid #00501E;
    border-bottom: 2px solid #00501E;
    border-left: 2px solid #00501E;
}

#container {
    width: 960px;
    margin: 0 auto !important;
    margin-left: 20px;
}

#header {
    height: 90px;
    width: 960px;
    float: left;
    position: relative;
    z-index: 99;
}

#logoView
{
    right: 23px;
    top: 23px;
    position: absolute;
    z-index: 98;
}
#zert
{
    right: 23px;
    top: 202px;
    position: absolute;
    z-index: 98;
}

#fixView {
	right: 0px;
	bottom: -24px;
	width: 2px;
	height: 24px;
	background-color: #00501E;
	position: absolute;
	z-index: 99;
}

#serviceNavView
{
    right: 135px;
    top: 38px;
    position: absolute;
    z-index: 20;
    color: white;
    font-size: 9px;
}

#topnav {
    width: 956px;
    float: left;
    background-color: #fbdb94;
    background-image: url(/images/thermowood/topnav_bg.gif);
    background-repeat: repeat-x;
    border-right: 2px solid #F8CA69;
    border-left: 2px solid #F8CA69;
    min-height: 126px;
    height: auto !important;  /* for modern Browsers */
    height: 126px;  /*for IE */
    position: relative;
    z-index: 20;
}

#impressions {
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    width: 956px;
    height: 100px;
    overflow: hidden;
}

#contentWrapper
{
    clear: both;
    float: left;
    width: 956px;
    background-image: url(/images/thermowood/contentwrapper_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
    border-left: 2px solid #F8CA69;
    border-right: 2px solid #F8CA69;
    border-bottom: 2px solid #F8CA69;
    position: relative;
}

#startseiteInfoText {
	position: absolute;
	top: 170px;
	left: 380px;
	font-size: 14px;
	color: #00501E;
	line-height: 160%;
	font-weight: bold;
}

#startseitePictView {
	position: absolute;
	top: -150px;
	left: -250px;
	z-index: 90;
}

#tickerView {
    clear: both;
    font-family: "Courier New", Courier, Monaco, monospace;
    position: absolute;
    width: 505px;    
    background-color: #003C1E;
    font-size: 11px;
    color: #F8CA69;
    left: 286px;
    top: 15px;
    z-index: 99;
	padding: 0px 5px 0px 5px;
	height: 16px;
}

#tickerView a
{
    color: #F8CA69;
}

div.tickerHolder
{
    overflow:hidden;
    position:relative;
    width:500px;
}

ul.newsticker
{
    -x-system-font:none;
    font-family:Verdana;
    font-size:10px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    width: 521px;
    line-height:normal;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
    position:relative;
}

ul.newsticker li
{
    float:left;
    margin:0pt;
    padding:0pt;
    line-height: 16px;
    list-style-image: none;
    font-family: "Courier New", Courier, Monaco, monospace;
}

#sidenav {
    clear: both;
    float: left;
    width: 250px;
    height: 300px;
}

#content {
    float: left;
    width: 565px;
    height: auto !important;  /* for modern Browsers */
    height: 360px;  /*for IE */
    min-height: 360px;
    padding: 55px 105px 25px 36px;
    background-color: #fff4db;
    position: relative;
    z-index: 10;
}

#contentStartseite {
    width: 956px;
    min-height: 300px;
    height: auto !important;  /* for modern Browsers */
    height: 300px;  /*for IE */
    float: left;
    position: relative;
    z-index: 10;
    border: 2px solid #F8CA69;
}

#objekteView
{
    position: absolute;
    right: 280px;
    top: 128px;
}

#materialView
{
    position: absolute;
    right: 150px;
    top: 128px;
}

div.galleryGrid
{
    float: left;
    width: 530px;
}

img.left_thumag
{
    display: block;
    float: left;
    width: 76px;
    height: 76px;
    margin: 0 10px 10px 0;
    border: 1px solid black;
}

div.navigatorLinkHolder
{
    border: 1px solid #626263;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 14px;
    height: 18px;
    text-align: center;
}

div.navigatorLinkHolderActive 
{
    border: 1px solid #003C1E;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 14px;
    height: 18px;
    text-align: center;
    color: #003C1E;
    font-weight: bold;
}


#footer {
    width: 980px;
    clear: both;
    text-align: center;
    padding: 10px 0px 10px 20px;
    color: #013B1E;
    font-size: 12px;
    position: relative;
    margin-left: -20px;
}

#footerStart {
    width: 980px;
    clear: both;
    text-align: center;
    padding: 10px 0px 10px 20px;
    color: #013B1E;
    font-size: 12px;
    position: relative;
    margin-left: -21px;
    margin-bottom: 2px;
}

#shadowFooterView {
	position: absolute;
	left: -1px;
	bottom: -18px;
}

#shadowFooterViewStartseite {
	position: absolute;
	left: -1px;
	bottom: -20px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* validator icons */
#xhtml {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 5px 0;
	background-image: url(/images/default/xhtml_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#xhtml:hover {
	background-position: -16px 0px;
}

#css {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/css_valid.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#css:hover {
	background-position: -16px 0px;
}

#sitemap {
	display:block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px;
	background-image: url(/images/default/sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sitemap:hover {
	background-position: -16px 0px;
}

a.sitemaptop {
	display: block;
	background-image: url(/images/default/sitemapline.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 300px;
}

a.sitemaplow {
	display: block;
	padding-left: 20px;
	width: 280px;
}

div.userimg{
width:90px;
float:left;
}

sup {
font-size: 6px;
}


TABLE{ border-collapse:collapse; margin-top:14px; background-color:#FFFFFF;margin-bottom:10px;}
TD {border: 1px  solid #000000}

#thirdnav{
    position:absolute;
    letter-spacing: 0.1em;
    font-size: 9px;
    left:35px;
    top:22px;
    color:#004E22;
}

#thirdnav a{
    font-weight:normal;
    text-transform: uppercase;
    color:#004E22;
}

#thirdnav a.tnavitw{
    font-weight:bold;
    text-transform: uppercase;
    color:#004E22;
}

#fourthnav{
    position:absolute;
    letter-spacing: 0.1em;
    font-size: 9px;
    left:35px;
    top:37px;
    color:#004E22;
}

#fourthnav a{
    font-weight:normal;
    text-transform: uppercase;
    color:#004E22;
}

#fourthnav a.tnavitw{
    font-weight:bold;
    text-transform: uppercase;
    color:#004E22;
}

TABLE.unsichtbar{ border-collapse:collapse; margin-top:0; background-color:transparent; margin-bottom:10px; width:520px;}
TABLE.unsichtbar TD {border:none}
