/*
    orange: #A1B808
*/

body {
    background: #fff;
    font: 14px trebuchet ms, verdana, arial, sans-serif;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

button {
    width: auto;
    overflow: visible;
}

h1, h2, h3, h4, h5, strong, b, th {
	font-weight: bold;
}

a {
    color:#1F57B1;
}

p {
    margin: 0 0 1em 0;
    font-size: 14px;
}

i, em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.small {
    font-size:12px;
    font-weight:normal;
}

#page {
	width: 970px;
	margin: 10px auto;
}

#navigation {
	width: 220px;
	float: left;
}

#content {
	width: 740px;
	float: right;
}

#header {
    margin-bottom: 5px;
}

#header_image {
    margin-top: 13px;
}

#footer {
    clear: both;
    border-top: 1px solid #777;
    padding: 5px 0 0 0;
    text-align: center;
    color: #777;
    font-size: 11px;
    margin: 16px 35px 10px 35px;
}

#greentech-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 444px;
    max-height: 100px;
    overflow: hidden;
    border-right: 4px solid #66af00;
    font-size: 13px;
}

#greentech-box .logo {
    float: left;
    width: 170px;
}

#greentech-box .teaser {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    width: 250px;
}

#greentech-box h2 {

}

#greentech-box p {
    font-size: 12px;
}

#search {
    font-size: 13px;
    right: 5px;
	bottom: 0;
	top:0;
    position: absolute;
}


#info_nav {
	top:0;
    left: 230px;

    position: absolute;
    font: 13px trebuchet ms, verdana, arial, sans-serif;
}

#info_nav ul li {
    float: left;
}

#info_nav ul li a {
    display: block;

	background-image: url(../pic/pfeil_grau.gif);
	background-repeat: no-repeat;
	background-position: left;

	padding-right: 30px;
	padding-left: 7px;
	color: #555;
}

#info_nav li a:hover {
	color: #444;
}

#info_nav li a.selected  {
    font-weight: bold;
}

div#mainnav {
    margin-top:20px;
}

div#mainnav a {
    display:block;
    padding:4px 0 4px 8px;
    color:#000;
    font-size:14px;
}

div#mainnav a.selected {
    font-weight: bold;
	background-image: url(../pic/pfeil_rot.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#mainnav a:hover {
	color: #444;
    background-color:#f8f8f8;
}

div#mainnav a:focus {
    outline: 1px dotted #aaa;
}

#content ul,
#content ol {
    margin-bottom: 1em;
    font-size:14px;
	padding-left: 1em;
	margin-left: 1em;
}

#content ul {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content h1 {
	color: #666;
}
#content h1 {
	font-size:160%;
	margin-bottom: 0.5em;
}
#content h2 {
	font-size:140%;
	margin-bottom: 0.5em;
}
#content h3 {
	font-size:135%;
	margin-bottom: 0.5em;
}

#content  {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    line-height: 1.4;
}

#content p,
#content ul,
#content ol {
    margin: 0 0 0.7em 0;
    font-size: 14px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#content ul,
#content ol {
    list-style-position: outside;
    margin-left: 1em;
    padding-left: 1em;
}

#content ul {
    list-style-type: disc;
}

#content ol {
    list-style-type: decimal;
}

#content li {
    padding: 0 0 0.4em 0;
}

#content a:hover {
	text-decoration: underline;
}

.comp-news {
}
    .comp-news div {
        padding:0px 20px 10px 0;
    }
    .comp-news img, .comp-news .alt-text {
        margin: 0 0 0 10px;
    }

    #content .comp-news h2 {
        border-top:1px solid #999;
        font-size:16px;
        padding:8px 30px 0 0;
        cursor:pointer;
        background-image:url('../pic/news_arrow_right.png');
        background-repeat:no-repeat;
        background-position: 98% 65%;
    }

        #content .comp-news .fliess h2 {
            font-size:15px;
            border:none;
            background-image:none;
        }

        #content .comp-news .fliess h2.ui-state-active {
            background-image:none;
        }

    #content .comp-news h2.ui-state-active {
        background-image:url('../pic/news_arrow_down.png');
    }
