/* standard elements */

* {
        margin: 0;
        padding: 0;
}

a {
        color: #137d66;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
        color: #179C7D; 
        text-decoration: underline;
}

body {
        background: #F5F5F5;
        color: #000000;
        font: normal 62.5% frutiger, calibri, arial;
}

p,ul {
        padding-bottom: 1em;
}

ul {
        margin-left: 1.2em;
}

li {
        list-style: none;
}

h1 {
        font-size: 1.0em;

}

h2 {
		font-size: 1em;
		font-style: normal;
		font-weight: normal;
}

h1,h2,h3 {
        color: #000000;
}

/* misc */

.clearer {
        clear: both;
}

.padded {
        padding: 60px 16px 6px 190px;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;

}

.Inhalt  {
	font-size : 14px;
	font-family : frutiger, calibri, arial;
	color : rgb(0, 0, 0);
	vertical-align : top;
	text-align: left;
	padding-left: 260px;

}

.main .padded {
        padding: 18px 24px;
}

.left {
        float: left;
}

.right {
        float: right;
}


/* structure */

#container {
        font-size: 1.2em;
        background: #ffffff;
        margin: 0 auto;
        width: 840px;
        border-right: 10px solid #ffffff;
        border-left: 10px solid #ffffff;
}


/* header */

#header_2013 {
        float: right;
        width: 840px;
        background-image: url(../bilder/logo_thermosets_2013.jpg);
        background-repeat: no-repeat;
        background-position: 257px;
        line-height: 150px;
        text-align: left;
}

#header_2011 {
        float: right;
        width: 840px;
        background-image: url(../bilder/2011/logo_thermosets_2011.jpg);
        background-repeat: no-repeat;
        background-position: 257px;
        line-height: 150px;
        text-align: left;
}

#header_2009 {
        float: right;
        width: 840px;
        background-image: url(../bilder/2009/logo_thermosets_2009.jpg);
        background-repeat: no-repeat;
        background-position: 257px;
        line-height: 150px;
        text-align: left;
}



/* structure */

.subnav {
        float: left;
        width: 190px;
        margin:-8px 0px 0px 0px;
        font-weight: bold;
}

.main {
        float: right;
        width: 480px;
        height: 150px;
}


/* sub-navigation */

.subnav h1 {
        background: #ffffff;
        color: #000000;
        font: bold 1.2em frutiger, calibri, arial;
        line-height: 26px;
        padding-left: 8px;
}

.subnav ul {
        margin: 0; padding: 0;
        border-left: 20px solid #ffffff;
}

.subnav li {
        border-bottom: 1px solid #00346B;
        list-style: none;

}

.subnav li a {
        background: #ffffff;
        color: #00346B;
        display: block;
        padding: 7px 0 8px 12px;
        width: 158px;
        text-decoration: none;
}

.subnav li a:hover {
        border-left: 8px solid #179C7D;
        color: #000;
}


/* footer */

.footer {
        border-top: 1px solid #000000;
        color: #000000;
        font-size: 0.9em;
        line-height: 39px;
        width: 100%;
        text-align: center;
}

.footer .left,.footer .right {
        padding: 0 16px;
}

.footer a {
        color: #000000;
}

.footer a:hover {
        color: #00346B;
}
