/*
 * media/styles/special/energy.css
 */

#root {
    border-top: 4px solid #c6231e;
    background-color: #fff;
    margin: 0 auto;
}

#header {
    position: relative;
    height: 90px;
}

#site-title a {
    background: transparent url(../images/lab-logo.png) no-repeat;
    width: 317px;
    height: 93px;
    margin: 0;
    text-indent: -700em;
    position: absolute;
    z-index: 10;
    top: 37px;
    left: 20px;
}

#site-subtitle {
    color: #c6231e;
    font-family: "trebuchet ms";
    font-size: 150%;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

#banner {
    position: relative;
    overflow: hidden;
    height: 240px;
    background-image: url(../images/energy-banner.jpg) !important;
}

#banner .tip {
    position: absolute;
    z-index: 20;
    display: none;
    padding: .2em .5em;
    background: #f0f0f0;
    font-family: "trebuchet ms";
    color: #444;
    border: 1px solid #ccc;
}

#main {
    background: white url('../images/wave.png') bottom left no-repeat;
    margin-bottom: 0;
    padding-bottom: 75px;
}

#footer {
    margin: 0;
    background-color: #c6231e;
    color: #fff;
    border: none;
    padding: 20px 30px;
    font-size: 100%;
}

#footer a {
    color: #fff;
}

#footer strong {
    font-weight: bold;
}
/*
#sidebar ul.navigation li.active a  {
	color:#990000;
}

*/

#sidebar ul.navigation li ul {
	padding: 15px 0 0 20px;

}

#sidebar ul.navigation li ul a {
	color:#666666;
	display:block;
	font-family:"trebuchet ms";
}

#sidebar ul.navigation li.active ul a {
	color:#666666;
}

#sidebar ul.navigation li.active ul li.active a {
	color:#990000;
}

.footer-left {
    float: left;
    text-align: left;
}

a {
    color: #c6231e;
}

h1, h2 {
    color: #c6231e;
}

h2.side-column {
    color: #444;
}

h3 a {
	font-size:1.2em;
	color:#444;
}

.modest {
    color: #444;
}

.energy-teaser {
    font-family: 'trebuchet ms';
    font-weight: bold;
}

/*   TEMP for E-World-Formular   */

form.form-eworld dt {
    padding: 3px 0;
    text-align: left;
    width: 310px;
	float:none;
}

form.form-eworld dd {
    margin: 0 0 0.5em 0;
}

.eworld-subject {color:#999;}

dt.eworld-subject {
	float:left!important;
	width:70px!important;
	padding:0 0 6px 0!important;
}

h3.eworld {margin-top:20px;color:#C6231E;}

.error-message {
    color: #C6231E;
}

.no-readmore ul.link-list {display:none;}

/*  Breite Seitenleiste z.B. Dropdownauswertung  */

body.large-side-column .wide-side-column {
	font-size: 100%;
	width: 405px;
	float: left;
	padding-bottom: 40px;
}

.dropdown-image {
	margin-top: 15px;
}

.dropdown-image img {
	border: 1px solid #ccc;
}

