/* +--------------------------------------------------------+
/* | Screen-Stylesheet for lhw-gmbh.de                      |
/* +--------------------------------------------------------+
/*
/* $Id: style.css, v1.0 2008/01/21 09:27:28 malves Exp $ */

#body {
    width:100%;
    margin:0px;
    padding:0px;
    border:0px;
    text-align:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.75em;
    color:#707172;
    line-height:16px;
    background:#000047 url('../images/body_bg.jpg') top left repeat-x;
}

/********************************************
 ** Browser Workarounds 'n' Default Styles **
 *******************************************/

a { text-decoration:none; color:#000066 }
a:link { text-decoration:none; color:#000066 }
a:hover { text-decoration:none; color:#000066 }
a:visited { text-decoration:none; color:#000066 }
a:active { text-decoration:none; color:#000066 }
img { border:none; }
.none { display:none; }

/********************************************
 **             Content Styles             **
 *******************************************/

#bg {
    height:268px;
    width:100%;
    background:url('../images/body_bg.gif') left top repeat;
    z-index:1;
}

#pagebg { width:100%; position:absolute; }
#page {
    width:762px;
    margin:0px auto;
    z-index:2;
}

#top {
    height:268px;
    z-index:3;
}

#logo {
    margin-top:21px;
    height:40px;
    float:right;
}
#logo_print {
    display:none;
}
#topnav_container {
    margin-top:40px;
    width:582px;
    float:right;
}
#topnav_corner { width:8px; position:absolute; }
#topnav {
    width:574px;
    height:27px;
    background-color:#000;
    float:right;
    z-index:1000;
}
#topnav ul {
    margin:6px 7px 0px 0px;
    padding:0px;
    text-align:right;
}
#topnav li {
    margin:0px 0px 0px 10px;
    padding:0px;
    display:inline;
    list-style-image:url('../images/bullet_topnav.gif');
}
#topnav a, #topnav a:hover {
    font-size:0.9em;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}

#topnav a:hover {
    color:#bcbcbc;
}


#illustration { width:762px; height:140px; }

#middle {
    height:318px;
    padding:27px 0px 0px 0px;
    background:#fff url('../images/ill_verlauf.jpg') top no-repeat;
}

#content {
    width:auto;
    height:318px;
    margin:0px 0px 0px 0px;
    padding:0px 10px 0px 6px;
    line-height:1.3em;
    z-index:1002;
    overflow-y:auto;
    overflow-x:hidden;
}
#content #headline { margin:3px 0px 10px 0px; }
#content p { margin:0px 0px 10px 0px; }
#content h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:2em;
    padding:0px;
    margin:0px 0px 15px 0px;
    text-transform:uppercase;
}
#content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:1.6em;
    padding:0px;
    margin:0px 0px 15px 0px;
    text-transform:uppercase;
}
#content h3 {
    font-weight:bold;
    font-size:1.3em;
    padding:0px;
    margin:0px 0px 8px 0px;
}

#footer {
    height:44px;
    font-size:11px;
    background:url('../images/footer.jpg');
    border-top:1px solid #a9a9a9;
}

.blue {
    color:#000066;
}
#print { float:right; }

#movie {
	margin-top:126px;
}

/********************************************
 **              Menu Styles               **
 *******************************************/

#nav {
    float:left;
    padding:0px;
    margin:0px 0px 0px 6px;
    width:174px;
    z-index:1001;
    font-size:12px;
}
#nav ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
#nav li {
    margin:0px;
    padding:2px 0px 3px 20px;
    height:46px;
    line-height:15px;
}
#nav li a {
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    margin:0px;
    padding:0px;
}
#nav li a:hover { text-decoration:none; color:#bcbcbc; }
#nav li .navileft_active, #nav li .navileft_active:hover { text-decoration:none; }
.nav1 { height:43px; background:url('../images/nav_bg_1.jpg') no-repeat; }
.nav2 { height:43px; background:url('../images/nav_bg_2.jpg') no-repeat; }


/********************************************
 **              Form Styles               **
 *******************************************/

FORM { margin:0px; padding:0px; }
FIELDSET {
    border:0px;
    margin:0px;
    padding:0px;
}
LEGEND { display:none; }
LABEL {
    margin:0;
    padding:0;
    text-align: left;
}
.input {
    width: 220px;
    margin:0px;
    color: #112;
    background-color: #fff;
    font-size:1em;
    font-family: "Courier New", Courier, mono;
    color: #58422A;
    border: 1px solid #D1CCC2;
    padding: 0;
    margin: 0 0 5px 0;
}
.input:hover { border:1px solid #ff6501; }
.input:focus {
    border: 1px solid #cba946;
    background-color: #f9e58c;
}
INPUT.button {
    width: 100px;
    color: #fff;
    font-weight:bold;
    background-color: #ff6501;
    border: 0 none;
    margin-top:15px;
}
