@charset "utf-8";
/**
 * Screen-Styles www.henning-interim.de
 * 
 * @author j.halitschke@sectorverde.de
 */

/**
 * globale Styles
 */
html {
  margin-bottom: 1px;
  height: 100%;
}
body {
	font: 75%/1.4 Georgia, Garamond, serif;
	font: 75%/1.4 Verdana, Helvetica, sans-serif;
	color: #333;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover, a:active, #lang-selector a:hover {
	color: #e69325;
}

/**
 * Layout
 */
#wrap {
	width: 754px;
	margin: 0 auto;
	background: #fff url('../images/page_default_bg.jpg') bottom left no-repeat;
}

#header {
	background: #fff url('../images/header_bg2.gif') left top no-repeat;
	height: 130px;
}
.japanese-header {
	background: #fff url('../images/header_bg2_jp.gif') left top no-repeat !important;
}

#home-link {
	width: 580px;
	height: 70px;
	display: block;
	float: left;
	margin-top: 20px;
}
#home-link span {
	display: none;
}
#lang-selector {
	text-align: right;
	font-size: 0.8em;
	padding-top:50px;
}
#lang-selector a {
	color: #b6b6b6;
}
#page {
	margin-bottom: 40px;
	min-height: 450px;
}
#content {
	margin-left: 235px;
	width: 525px;
}
#content-inner {
	width: 517px;
	padding-bottom: 40px;
}
/**
 * Navigation
 */
#navigation {
	float: left;
	width: 230px;
}
#navigation ul {
	width: 210px;
	text-align: left;
	font: 1.2em Georgia, Garamond, serif;
	font-weight: bolder;
	margin-left: 20px;
}
#navigation ul li {
	padding-bottom: 12px;
}
#navigation ul li a {
	color: #757575;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color: #e69325;
}

/**
 * Content-Styles
 */

.japanese {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

#content ul, #content ol {
	list-style-type: disc;
	margin-left: 2em;
}
h1, h2, h3, h4, h5, h5, p, ul {
	margin-bottom: 1em;
}
/**
 * Contact-Modul
 */
.contact-module {
	/*
clear: both;
*/
}
.contact-left-col {
	width: 240px;
	float: left;
}
.contact-right-col {
	margin-left: 240px;
}
.contact-image, .contact-adress, .contact-numbers, .contact-email {
	margin-bottom: 1em;
}
.contact-numbers dt {
	float: left;
	width: 4.5em;
}
li#news.active {
	background-color: green;
}

.Bild-Rechts-Im-Text {
	float: right;
	margin: 10px 0 10px 10px;
}
.Bild-Rechts-Im-Text-Oben {
	float: right;
	margin: 0 0 10px 10px;
}
.Bild-Links-Im-Text {
	float: left;
	margin: 10px 10px 10px 0;
}
.Bild-Links-Im-Text-Oben {
	float: left;
	margin: 0 10px 10px 0;
}

/**
 * abstracts
 */
.clear {
	clear: both;
}

