* {
    margin: 0;
    padding: 0;
}

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    background: #e2e4e3 url('../img/mainbg.gif') top center repeat-x;
}

/*[if EDITOR]
html,body {
    padding-left: 10px;
	background: #FFF;
    width: 500px;
}

[endif]*/

.ProductAreaDescription  {
    width: 559px;
    background: #EFEFEF;
    border: 2px solid #BFBFBF;
    margin: 10px 5px 10px 0 !important;
}

img {
    border: 0;
}

h1 {font-size:12px;color:#ee3338;font-weight:bold;}
h2 {font-size:11px;color:#000000;font-weight:bold;}
h3 {font-size:11px;color:#000000;font-weight:normal;}
h4 {font-size:11px;color:#000000;font-weight:normal;}
h5 {font-size:11px;color:#000000;font-weight:bold;margin:10px 0 10px 0;}

p {
    margin-top:0px;
}

a, a:link, a:visited , a:active{
    text-decoration: none;
    color:#ff0000;
}
a:hover {
    text-decoration: underline;
}


div#main {
    margin: auto;
    width: 912px;
}

/* ALOS Logo, Service Center & Shop */
div#banner {
    position: relative;
    width: 913px;
    height: 76px;
    background: url('../img/header_bg.gif') no-repeat;
}
div#banner a.logo {
    background: url(../img/logo_alos_gmbh.gif) 0 0 no-repeat;
    display: block;
    width: 127px;
    height: 47px;
    cursor: pointer;
    position: absolute;
    left: 37px;
    top: 22px;
}
div#banner a.logo span {
    display: none;
}
div#banner a.servicecenter {
    background: url(../img/icon_alosservicecenter.gif) 0 0 no-repeat;
    font-weight: bold;
    display: block;
    width: 150px;
    height: 18px;
    position: absolute;
    top: 32px;
    left: 560px;
    padding: 4px 0 0 25px;
    
}
div#banner a.shop{
    background: url(../img/icon_shop.gif) 0 0 no-repeat;
    font-weight: bold;
    display: block;
    width: 70px;
    height: 18px;
    position: absolute;
    top: 32px;
    left: 740px;
    padding: 4px 0 0 30px;
}
.servicebanner {
    margin: 20px 0 0 20px;
    
}

/* ALOS Header */
div#header {
    width: 912px;
    height: 128px;
    position: relative;
}
div.header0,
div.header1,
div.header96 {
    background: url('../img/h1.jpg') no-repeat;
}
div.header2{
    background: url('../img/h6.jpg') no-repeat;
}
div.header3{
    background: url('../img/h7.jpg') no-repeat;
}
div.header4{
    background: url('../img/h3.jpg') no-repeat;
}
div.header5{
    background: url('../img/h4.jpg') no-repeat;
}
div.header6{
    background: url('../img/h5.jpg') no-repeat;
}
div.header7{
    background: url('../img/h8.jpg') no-repeat;
}
div.header2911{
    background: url('../img/h1.jpg') no-repeat;
}

div#header ul#headernav {
    position: absolute;
    width: 230px;
    height: 25px;
    right: 0;
    bottom: 0;
    color: #fff;
    clear: both;
    list-style: none;
}
div#header ul#headernav a {
    text-decoration: none;
    color: #fff;
}
div#header ul#headernav a:hover{
    text-decoration: underline;
    color: #fff;
}

div#header ul#headernav li {
    float: left;
    padding: 0 2px;
}

div#header ul#headernav li img {
    margin: 1px;
}
div#header ul#headernav li.selected img {
    border: 1px solid #FC0 ;
    margin: 0;
}

/* Hauptnavigation */
div#mainnav {
    float: left;
    width: 659px;
    height: 30px;
}
div#mainnav div#navshadow {
    float: left;
    background: url('../img/navshadowleft.jpg') no-repeat;
    width: 10px;
    height: 30px;
}

div#mainnav ul#nav_main {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 649px;
    color: #000;
    background: url('../img/bumitte.gif') repeat-x;
    
}
div#mainnav ul#nav_main li{
    padding: 0;
    margin: 0;
    float: left;
   
    background: transparent url('../img/nav_main_bg.gif') right top no-repeat;
}
div#mainnav ul#nav_main a {
    text-decoration: none;
    color: #49504b;
    padding: 7px 20px 0 20px;
    display: block;
    height: 23px;
}
div#mainnav ul#nav_main li a:hover,
div#mainnav ul#nav_main li a.active {
    /*text-decoration: underline;*/
    background: transparent url('../img/nav_main_bg.gif') right bottom no-repeat;
    color: #fff;
}

/* Suchfeld */
div#suche {
    float: left;
    width: 233px;
    height: 20px;
    background: url('../img/bgsearch.gif') no-repeat;
    padding: 5px;
    /*background: yellow;*/
}
div#suche input {
    background-color: #FFFFFF;
    border: 1px solid #E41416;
    width: 140px;
    float: left;
    font-size: 11px;
    padding: 2px;
    margin: 0 5px 0 0;
}
div#suche input.submit_suche {
    float: left;
    font-size: 11px;
    width: 66px;
    padding: 0;
    margin: 0;
    height: 23px;
    background: url(../img/btn_suche.gif) 0 0 no-repeat;
    cursor: pointer;
}

/* Content */
div#content_bg {
    position: relative;
    background: url('../img/bgcontent.gif') repeat-y;
    width: 912px;
}
div#content {
    float: left;
    width: 559px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 400px;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5 {
    margin: 15px 0 15px 0;
    font-weight: bold;
}
div#content p {
    line-height: 150%;
    color: #292929;
    margin: 5px 0;
}
div#content ul {
    margin: 0 0 10px 10px;
}
div#content li {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    background: url('../img/dot.gif') 0 5px no-repeat;
    list-style: none;
    color: #292929;
    line-height: 110%;
}
	/* Tabelle im Content für die Seite "Unternehmen" */
div#content table {
    margin: 10px 5px 0 0;
    padding: 0;
}
div#content table h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

div#content table ul li{
    margin: 3px 0 0 0;
    padding: 0 0 0 8px;
    background: url('../img/dot.gif') 0 5px no-repeat;
    list-style: none;
}

/* Sidebar rechts und Submenu */
div#sidebar {
    float: left;
    width: 217px;
    padding: 0;
}

div#sidebar h3.headline {
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 0 0 2px #999;
    padding: 0 0 2px 10px;
}

div#sidebar ul.newsflash {
    list-style: disc;
    padding: 0 0 0 25px;
}

div#sidebar ul.newsflash li {
    padding: 0 0 10px 0;
    line-height: 140%;
}

div#sidebar .sbimage {
    margin: 0 0 0 10px;
}

div#sidebar a.news-morelink {
    padding: 0 0 0 10px;
}

div#sidebar .sbbox {
    margin: 10px 0 0 10px;
}

div#sidebar * {
    color: #FFF;
}

div#sidebar ul#submenu {
	padding: 8px 0 0 0;
	margin: 25px 0 0 0;
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	background: url('../img/trennend.gif') top right no-repeat;
}
div#sidebar ul#submenu li {
	margin: 0;
	padding: 0 0 5px 0;
	min-height: 25px;
	background: url('../img/trennend.gif') bottom right no-repeat;
}
div#sidebar ul#submenu li a {
	margin: 0 0 0 20px;
	padding: 2px 0 5px 20px;
	background:url('../img/bgzu.gif') top left no-repeat;
	color:#fff;
}
div#sidebar ul#submenu li a#sub1_active{
	display: block;
	font-weight: bold;
	background:url('../img/bgauf.gif') top left no-repeat;
}
div#sidebar ul#submenu li ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style-image: none;
	background: url('../img/submenue_bg.jpg') ;
}
div#sidebar ul#submenu li ul li {
	padding: 0;
	margin: 0 5px 0 25px;
	min-height: 10px;
	background: url('../img/subnavnormal.gif') no-repeat;
	list-style-type: none;
}
div#sidebar ul#submenu li ul li a {
	display: block;
	margin: 0;
	background-image: none;
}
div#sidebar ul#submenu li ul li#active{
	background: url('../img/subnavan.gif') no-repeat;
}
div#sidebar ul#submenu li ul li#active a{
	margin: 0 0 0 15px;
	font-weight: bold;
}

/* Footer */
div#footer1 {
	width: 912px;
	height: 50px;
	background: url('../img/footer.gif') no-repeat;
}
div#footer1 p {
    float: left;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 0 20px;
}
div#footer1 div#footer_print,
div#footer1 div#footer_send {
    float: right;
    padding-left: 20px;
    margin: 4px 0 0 0;
}
div#footer1 div#footer_print a,
div#footer1 div#footer_send a {
    color: #FFF;
}
div#footer1 div#footer_print {
    margin-right: 10px;
    background: url(../img/printer.gif) 0 0 no-repeat;
}
div#footer1 div#footer_send {
    background: url(../img/mail.gif) 0 0 no-repeat;
    margin-right: 50px;
}

/* Footer 2 inkl Navigation unten */
div#footer2 {
	text-align:center;
}
div#footer2 a:link, div#footer2 a:visited{
	text-decoration: none;
	color: #000;
}
div#footer2 a:hover{
	text-decoration: underline;
	color: #000;
}

.clear {
	clear: both;
}

/*  Template    : alle Templates
    Author      : Gerold Hinzen, Open New Media GmbH
    Description : Status-Boxen zum Anzeigen des Status (erfolgreich, fehler, geloescht)
*/

.warning_success {
    font-size: 11px;
    color: #a7ce17;
    border: 1px solid #a7ce17;
    padding: 10px;
}

.infobox_success,
.infobox_alert,
.infobox_error {
    font-size: 11px;
    margin: 10px 0 10px 0;
    /*width: 450px;*/
    padding: 8px 8px 8px 36px;
    width: 500px;
}
.infobox_success ul,
.infobox_alert ul,
.infobox_error ul {
    padding: 0 0 0 10px;
}

.infobox_success {
    border: 1px solid #d7f07f;
    background: #e7f6b2 url(../img/icons/icon_success.gif) 10px 6px no-repeat;
    color: #889a47;
}

.infobox_alert {
    border: 1px solid #f0d17f;
    background: #f6e7b2 url(../img/icons/icon_alert.gif) 10px 6px no-repeat;
    color: #cf8f54;
}
.infobox_error {
    border: 1px solid #d4d4d4;
    background: #ededed url(../img/icons/icon_error.gif) 10px 6px no-repeat;
    color: #a6a6a6;
}

.infobox_success li {
    color: #889a47;
}
.infobox_alert li {
    width: 500px;
    color: #DE0405;
}
.infobox_error li {
    color: #a6a6a6;
}

.infobox_alert a {
    color: #cf8f54 !important;
    text-decoration: none;
}
.infobox_alert a:hover {
    text-decoration: underline;
}

ul#header-languages {
    height: 25px;
    list-style: none;
    margin: 4px 0 0 0;
}

ul#header-languages li {
    float: left;
}

ul#header-languages li img {
    margin: 1px;
}

ul#header-languages li.selected img {
    border: 1px solid #FC0 ;
    margin: 0;
}

ul#header-languages li a {
    padding: 0 2px;
}



/* Additional - Download-Icons */

.download_link_pdf {
    display: block;
    height: 16px;
    padding:0px 0 2px 20px;
    background: url(../img/icons/icon_download_pdf.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_doc {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_word.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_zip {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_zip.gif) 0 0px no-repeat;
    cursor:pointer
}
.download_link_jpg {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_png {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_gif {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_image.gif) 0 0 no-repeat;
    cursor:pointer
}
.download_link_default {
    display: block;
    height: 16px;
    padding: 1px 0 2px 20px;
    background: url(../img/icons/icon_download_default.gif) 0 0 no-repeat;
    cursor:pointer
}