@import url("pages.css");

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #18140e;
}

a{
	color: #18140e;
	text-decoration: underline;
}

.highlight {
	display:inline-block;
	background:#ffd678;
	padding:1px 4px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	color:#18140e;
	white-space:nowrap;
	text-decoration: none;
}

#content a:hover {
	background:#f5e197;
	color:#18140e;
	text-decoration:none;
}

a img {
	border: 0;
}

h2 {
	font-size: 1.2em;
	}
	
#header h1 span {
	display: none;	
}

#head_link {
	float: right;
	background: url(../img/logo_strom.png) no-repeat top left;
	padding-left: 30px;
	min-height: 20px;
}
	
#menu {
	height: 33px;
	background: url(../img/navi_bg.png) repeat-x top left;
}

#sec_menu {
	height: 202px;
	background: #18140e url(../img/start_bg.jpg) no-repeat top center;
	text-align: right;
}

#sec_menu a {
	color: #FFFFFF;
	text-decoration: none;	
}

#rechnerlink {
	padding-top: 170px;
}

#content {
	background: url(../img/shadow.png) repeat-x top left;
	padding: 20px 0;
}

#footer {
	border-top: 5px solid #ffd678;
	color: #909090;
	text-align: center;
	font-size: 0.9em;
}

#footer a {
	color: #909090;
	text-decoration: none;
}

.wrap {
	width: 930px;
	margin: auto;
	padding: 0 30px;
}

#content h2 {
	background: url(../img/h2_bg.png) no-repeat top left;
	background-position: 0 0.1em;
	padding-left: 35px;
}

#c_l {
	float: left;
	width: 580px;	
}

#c_r {
	float: right;
	width: 300px;	
}

.c_u {
	background: url(../img/dots.png) repeat-x top left;
	padding-top: 15px;
	margin-top: 20px;
}

.cl {
	clear: both;
}

#dropmenu, #dropmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropmenu {
padding-left: 180px;	
}

#dropmenu a {
	display: block;
	width: 156px;
	text-decoration: none;
}

#dropmenu li {
	float: left;
	width: 156px;
	margin-right: 30px;
}

#dropmenu li div {
	padding-left: 10px;	
}

#dropmenu li a{
	width: 146px;
	height: 22px;
	padding-top: 10px;
}

#dropmenu li ul {
	position: absolute;
	width: 156px;
	left: -999em;
	background-color: #fbd037;
}

#dropmenu li ul li {
	width: 156px;
}

#dropmenu li ul li a{
	padding-left: 10px;
}

#dropmenu li ul li:hover, #dropmenu li:hover, .active {
	background-color: #ffd678;
}

#dropmenu li:hover ul {
	left: auto;
}

#dropmenu li:hover ul, #dropmenu li.sfhover ul {
	left: auto;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	width: 300px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 13px; font-weight: normal}
