/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		2.1
 * @date		2010-08-16
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general formats
 */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100.01%;
	overflow-y: scroll;
}
html * {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	background:  url("images/background/bg_body.gif") top repeat-x #fdfbfb;
}
.unsichtbar, #kopfzeile h1, #navi h3, h3#subnav {
	display: none;
}
.clear, form br {
	clear: both;
}
acronym, abbr {
	cursor: help;
}

/**
 * layout formats
 */
#skip-navi {
	display: none;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#kopfzeile {
	width: auto;
	height: 120px;
	margin: 0 0 10px;
	background:  url("images/background/bg_head.gif") left no-repeat;
}
#navi {
	width: 768px;
	height: 30px;
	background:  url(images/background/bg_navi.jpg) repeat-x;
	border-left: 2px solid #fdfbfb;
}
#subnavi {
	width: 200px;
	float: left;
	margin-bottom: 1em;
}
#inhalt {
	width: auto;
	padding: 2.5em 0 2em;
}
#fusszeile {
	clear: both;
	width: auto;
	padding: 0.5em 0.1em;
	font-size: 0.85em;
	text-align: right;
	border-top: 2px solid #63615e;
}

/**
 * header elements
 */
#kopfzeile ul {
	margin-top: 3.2em;
	list-style-type: none;
	float: right;
	text-align: right;
}
#kopfzeile ul a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#kopfzeile ul a:hover {
	text-decoration: underline;
}

/**
 * header image
 */
#bild {
	width: 768px;
	height: 146px;
	background: url("images/studio.jpg") left no-repeat;
	border: 2px solid #fdfbfb;
}

/**
 * navigation elements
 */
#navi ul {
	height: 30px;
	width: 770px;
	list-style-type: none;
}
#navi li {
	float: left;
}
#navi li a {
	display: block;
	height: 30px;
	width: 152px;
	padding: 6px 0 0;
	color: #fdfbfb;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-right: 2px solid #fdfbfb;
}
#navi li a:hover {
	text-decoration: none;
	color: #212e7d;
	background:  url("images/background/mainnavi_hover.jpg") repeat-x;
}
#navi li.active {
	background:  url("images/background/mainnavi_hover.jpg") repeat-x;
}
#navi li.active a {
	color: #212e7d;
}
#navi ul li.active a:hover {
	color: #fdfbfb;
}

/**
 * subnavi elements
 */
#subnavi ul {
	list-style: none;
	width: auto;
	border-top: 3px solid #63615e;
}
#subnavi li {
	border-top: 2px solid #fdfbfb;
}
#subnavi li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0.2em 0 0.2em 30px;
	background:  url("images/background/quadrat.gif") left repeat-y #e2e2e3;
}
#subnavi li a:hover {
	text-decoration: underline;
	background:  url("images/background/quadrat_hover.gif") left repeat-y #e2e2e3;
}
#subnavi li.active a {
	background:  url("images/background/quadrat_hover.gif") left repeat-y #e2e2e3;
}

/**
 * content elements
 */
#inhalt h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 1em 230px;
	color: #00949c;
	border-bottom: 2px solid #63615e;
}
#leer {
	background-color: #e2e2e3;
	border-top: 2px solid #fdfbfb;
}

/**
 * text-container elements
 */
#text, div.help, div.box {
	margin: 0 5px 0 230px;
}
#text h2 {
	font-size: 1.4em;
	margin: 1.5em 0;
}
#text h3 {
	font-size: 1em;
	margin: 1em 0;
}
#text h3.titel {
	padding: 3px 0 3px 30px;
	background:  url(images/background/quadrat_hover.gif) left repeat-y #e2e2e3;
	margin: 15px 0 0;
}
#text h3.titel a {
	color: #333;
}
#text h4 {
	font-size: 1em;
	margin-bottom: 0;
}
#text p {
	margin: 0.6em 0;
}
#text a {
	font-weight: bold;
	color: #00949c;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
#text ul {
	margin: 1em 0 1em 1.3em;
}
#text ul li span {
	font-size: 0.85em;
}
#text img.rechts {
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
}
#text img {
	border: 1px solid #ccc;
}
#text dl {
	margin-top: 2em;
}
#text dt {
	float: left;
	width: 110px;
}
#text dd {
	padding: 0 0 10px;
	margin: 0 0 10px 140px;
}
#text dd h3 {
	margin-top: 0;
}
dl#referenzen dt {
	float: left;
	width: 160px;
}
dl#referenzen dt img {
	border: none;
}
dl#referenzen dd {
	width: 380px !important;
	width: 370px;
	height: 215px;
	margin: 0 0 10px 160px;
}
#links {
	margin-right: 10px;
}
#hinweis {
	font-size: 0.9em !important;
	font-size: 0.85em;
	padding-top: 20px;
}
#thema, #thema1, #thema2, #thema3, #thema4, #thema5, #thema6, #thema7, #thema8, #thema9, #thema10, #thema11, #thema12 {
	border: 1px solid #e2e2e3;
	background-color: #f8f8f8;
	padding: 15px 10px;
}
.reference {
	width: auto;
	margin: 2em 0;
	min-height: 150px;
}
.reference h4 {
	font-size: 1em;
	margin: 0 0 0.6em;
}
#text .reference img {
	float: left;
	margin: 0 1em 0 0;
}
#text .reference ul {
	margin-left: 10.1em;
}
#text .reference ul.more-left-space {
	margin-left: 17.9em;
}

/**
 * sitemap elements
 */
#text #sitemap {
	list-style: none;
	margin-left: 0;
}
#text #sitemap ul {
	list-style: none;
	margin: 0 0 0 1.5em;
}
#sitemap li {
	margin: 0.3em 0;
}
#sitemap a {
	background: url("images/background/page-icon.png") left no-repeat;
	padding-left: 1.5em;
}

/**
 * google 404 widget
 */
#goog-wm ul {
	list-style: none;
	margin: 0 0 2em 0;
}
#goog-wm h3 {
	display: none;
}
li.search-goog {
	line-height: 2em;
}
#goog-wm-qt {
	float: left;
	margin-right: 1em;
}
#goog-wm-sb {
	width: 8em;
	cursor: pointer;
	padding-top: 0;
}

/**
 * form elements
 */
form {
	margin: 1.5em 0;
}
form div {
	width: auto;
	margin-bottom: 0.8em;
	clear: both;
}
label {
	width: 9em;
	float: left;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.1em 0.2em;
	border: 1px solid #ccc;
	width: 32em;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	background: #f6f6f6;
}
div.buttons {
	padding-left: 9em;
}
div.buttons input {
	width: 9em;
	cursor: pointer;
}

/**
 * footer elements
 */
#fusszeile h3 {
	display: none;
}
#fusszeile ul {
	list-style: none;
}
#fusszeile li {
	display: inline;
	padding-left: 0.8em;
}
#fusszeile li.no-screen {
	display: none;
}
#fusszeile a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#fusszeile a:hover {
	text-decoration: underline;
}

/**
 * small screen adaption
 */
@media screen and (max-width: 800px){
/* general formats */
body {
	margin: 0;
	font-size: 1em;
	background: none;
}

/* layout formats */
#wrapper {
	width: 100%;
	margin: 0 auto 10px;
}
#skip-navi {
	display: block;
	width: auto;
	padding: 0.5em 0 0;
	margin: 0 0 1em;
	background: #d2d2d2;
	text-align: center;
}
#kopfzeile {
	background: url("images/background/bg_head.gif") top center no-repeat;
	width: auto;
	height: auto;
	margin: 0;
}
#bild {
	display: none;
}
#navi {
	width: auto;
	height: auto;
	border: none;
}
#inhalt {
	padding: 1.5em 0;
}
#subnavi {
	float: none;
	width: auto;
}
#text {
	width: auto;
	margin: 1em;
}
#fusszeile {
	text-align: center;
}

/* elements in the skip navi */
#skip-navi em {
	display: block;
	margin: 0.2em 0 0.5em;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
#skip-navi ul {
	list-style: none;
}
#skip-navi li {
	padding: 0.6em 0;
	border-top: 1px solid #fff;
}

/* elements in the header */
#kopfzeile ul {
	float: none;
	text-align: center;
	margin-top: 0;
	padding: 9em 0 2em;
}
#kopfzeile li {
	display: inline;
	padding: 0 1em;
}

/* elements in the main-navi */
#navi ul {
	width: auto;
	height: auto;
}
#navi li {
	float: none;
	padding: 0.7em 0;
	background: #00236a;
	border-bottom: 2px solid #fdfbfb;
}
#navi li a {
	border-right: none;
	width: auto;
	height: auto;
	padding: 0;
}
#navi li.active {
	background: #f96914;
}

/* elements in the subnavi */
#subnavi ul {
	border-top: none;
}
#subnavi li a {
	padding: 0.3em 0 0.3em 2.6em;
}

/* elements in the content area */
#inhalt h1 {
	padding: 0 0 1em 1.2em;
}

/* elements in the footer */
#fusszeile li {
	display: block;
}

/* image handling (definition lists for image and text) */
#text dt {
	float: none;
	width: auto;
}
#text dd {
	margin-left: 0;
}
#text .reference img {
	float: none;
	margin-bottom: 0.5em;
}
#text .reference ul.more-left-space, #text .reference ul {
	margin-left: 1em;
}

}