/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-decoration: none;
}

/* Main Layout Style */
HTML, BODY{
 	height: 100%;
    color: #000000;
    background: #425C74;
    margin: 0px;
}

/* Default Heading Styles */
H1 {
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

H2 {
    font-weight: bold;
    color: #000000;
    margin: 0px;
}

/* Default Link Style */
A:link, A:visited {
    color: #CC0000;
    text-decoration: none;
}
A:hover, A:active {
    color: #CC0000;
    text-decoration: underline;
}

A.subnav_noactive:link, A.subnav_noactive:visited {
    color: #FFFFFF;
    text-decoration: none;
}
A.subnav_noactive:hover, A.subnav_noactive:active {
    color: #000000;
    text-decoration: none;
}

A.subnav_active:link, A.subnav_active:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
A.subnav_active:hover, A.subnav_active:active {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

/* Formular */
INPUT {
    color: #000000;
    background: #FFFFFF;
    border-color: #425C74;
    border-style: solid;
    border-width: 1px;
}

TEXTAREA {
    color: #000000;
    background: #FFFFFF;
    border-color: #425C74;
    border-style: solid;
    border-width: 1px;
}

.noborder {
    background: #FFFFFF;
    border-width: 0px;
}

TD.formular {
    padding: 0px 0px 5px 0px;
}

TD.formular_txt {
    padding: 0px 0px 2px 0px;
}

/* Tables */

TD {
    vertical-align: top;
}

TD.home_navigation {
	background-image: url(/images/home/oben.jpg);
	background-repeat: no-repeat;
    vertical-align: bottom;
    text-align: right;
    padding-bottom: 3px;
}

TD.lang_home {
    height: 18px;
    padding-top: 22px;
    text-align: right;
}

TD.shortnav {
    padding-top: 12px;
    text-align: right;
}

TD.langnav {
    padding-top: 12px;
}

TD.back_navigation {
    background: #CC0000;
}

TD.subnavigation {
	background-image: url(/images/subnavigation.jpg);
	background-repeat: no-repeat;
    height: 227px;
    padding: 0px 25px 0px 27px;
}

TD.textcontent {
    width: 293px;
    padding: 45px 23px 40px 23px;
}

TD.bildcontent {
    width: 180px;
    height: 342px;
    background: #FAE6E6;
}

TD.bildprodukt {
    width: 148px;
    height: 342px;
    background: #FAE6E6;
    padding: 74px 16px 0px 16px;
}

TD.bildcontentprodukte {
    background: #FAE6E6;
    padding: 0px 16px 0px 16px;
}

TD.bildcontentnews {
    background: #FAE6E6;
    padding: 0px 16px 0px 16px;
}

TD.dots {
    padding: 0px 0px 0px 10px;
}

TD.liste {
    padding: 0px 15px 0px 0px;
}

TD.line {
    height: 15px;
    border-color: #CC0000;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

/* Content */

.title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin: 0px 0px 12px 0px;
}

.subtitle {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    margin: 0px;
}

.txt_bold {
    font-weight: bold;
}

ul {
    list-style-image:url(/images/bullet.gif);
    margin-top: 0px;
}

li {
    margin-left: -23px;
}

/* Popup */

.body_popup {
    background: #FFFFFF;
}

/* Miscellaneous */

#div_home {
    width: 805px;
	margin: 0 auto;
}

#div_container {
    background: #FFFFFF;
    width: 749px;
	margin: 0 auto;
    min-height: 100%;
	height: auto !important;
 	height: 100%; /* IE */
}

#div_content {
    background: #FFFFFF;
    width: 699px;
	margin: 0 auto;
}
