@charset "utf-8";
/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		2.2
 * @date		2010-12-28
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * import of different tool-styles
 */
@import url("misc/bx_styles/bx_styles.css");
@import url("misc/smoothness/jquery-ui-1.8.9.custom.css");

/**
 * general formats
 */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 100.01%;
	overflow-y: scroll;
}
html * {
	margin: 0;
	padding: 0;
	text-rendering: optimizelegibility;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	background:  url("images/background/bg_body.png") 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: 36px;
	background:  url("images/background/bg_main-navi.png") 50% 50% no-repeat;
	border-left: 2px solid #546ea5;
}
#subnavi {
	width: 225px;
	float: left;
	margin-bottom: 2em;
}
#inhalt {
	width: auto;
	padding: 2.5em 0 2em;
}
#footer {
	clear: both;
	width: auto;
	min-height: 170px;
	position: relative;
	padding: 1em 0.1em 0;
	font-size: 0.85em;
	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 images with content-slider
 */
#bild {
	position: relative;
	width: 768px;
	height: 146px;
	background: url("images/studio.jpg") left no-repeat;
	border: 2px solid #fdfbfb;
}
#content-slideshow {
	position: absolute;
	top: 0;
	left: 35.9em;
	width: 23em;
	height: 120px;
	padding: 1em 0.5em;
	background: rgba(0, 0, 0, 0.7);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}
#content-slideshow h2 {
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}
#content-slideshow a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 3em;
}
#content-slideshow a:after {
	content: " \00BB";
}
#content-slideshow a:hover {
	text-decoration: underline;
}

/**
 * navigation elements
 */
#navi ul {
	height: 36px;
	width: 770px;
	list-style-type: none;
}
#navi li {
	float: left;
}
#navi li a {
	display: block;
	height: 28px;
	width: 152px;
	padding: 8px 0 0;
	color: #fdfbfb;
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000a1f;
	border-right: 2px solid #546ea5;
}
#navi li a:hover {
	text-decoration: none;
	color: #f96914;
}
#navi li.active a {
	color: #f96914;
}
#navi ul li.active a:hover {
	color: #fdfbfb;
}

/**
 * subnavi elements
 */
#subnavi ul {
	list-style: none;
	width: auto;
	border-top: 3px solid #63615e;
	background: #CFD6FF;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
#subnavi li {
	border-top: 2px solid #fdfbfb;
}
#subnavi li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0.5em 0 0.5em 15px;
	background: url("images/background/bg_subnavi-link.png") left -7px no-repeat;
}
#subnavi li a:hover {
	background: url("images/background/bg_subnavi-link.png") left -52px no-repeat #f0f0f0;
}
#subnavi li.active a {
	background: url("images/background/bg_subnavi-link.png") left -52px no-repeat #f0f0f0;
}

/**
 * content elements
 */
#inhalt h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 1em 260px;
	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 260px;
}
#text h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 1.5em 0;
}
#text h3 {
	font-size: 1em;
	margin: 1em 0;
}
#seminare h3 {
	margin: 0.5em 0 0;
}
#seminare h3 a:hover {
	text-decoration: none;
}
#seminare h3.seminartitel {
	margin: 2em 0 0;
	padding: 0.6em 2.2em;
	color: #00949c;
	border: 1px solid #aaa;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background: url("images/background/bg_subnavi-link.png") 7px -6px no-repeat #fff;
}
.seminar {
	padding: 0.8em 2.2em;
	border: 1px solid #aaa;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	background: #fff;
}
#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;
}
#text #hinweis {
	font-size: 0.9em !important;
	font-size: 0.85em;
	margin: 2.5em 0;
	padding: 10px 10px 10px 50px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url("images/background/note-icon.png") 10px 12px no-repeat #e9e9e9;
}
.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;
}
.dialogbutton {
	text-align: right;
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid #aaa;
}

/* facebook button */
#text iframe {
	margin-top: 2em;
}

/**
 * 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;
}
fieldset {
	border: none;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1em 0 1.5em;
}
form div {
	width: auto;
	margin-bottom: 0.8em;
	clear: both;
}
label, #timerange span {
	width: 9em;
	float: left;
	padding-top: 0.3em;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.3em;
	border: 1px solid #ccc;
	width: 29em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
select {
	width: 29.7em;
}
optgroup {
	margin: 0.5em 0;
	padding: 0.3em 0.2em;
	border-top: 1px solid #aaa;
	font-style: normal;
	color: #333;
	font-size: 0.9em;
}
option {
	margin: 0.2em 0.2em 0.1em 0.7em;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background: #f6f6f6;
}
#number {
	width: 7.7em;
}
div.buttons, div.buttons-only {
	padding-left: 9em;
}
div.buttons input, div.buttons-only input {
	width: auto;
	cursor: pointer;
	font-weight: bold;
	color: #333;
	background: url("misc/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
}
#timerange input {
	width: 5.5em;
}
#timerange label {
	float: none;
}
#timerange div {
	margin: 0.8em 0 0 9em;
}
#timerange div label {
	padding-right: 0.2em;
}
#seminar-request img.ui-datepicker-trigger {
	border: none;
	vertical-align: -7px;
	padding: 0 1em 0 0.4em;
	cursor: pointer;
}
input.error, textarea.error, select.error {
	border: 1px solid #cc1a1e;
}
label.error {
	float: none;
	padding: 0.5em 0 0.5em 11em;
	color: #cc1a1e;
	font-size: 0.85em;
}
#timerange label.error, #number-of-participants label.error {
	padding: 0 0 0 0.5em;
}

/**
 * skip-to-top elements
 */
#skip-to-top {
	float: right;
	width: 8em;
	min-height: 25px;
	border-bottom: 2px solid #63615e;
}
#skip-to-top a {
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 0.3em 1.2em;
	border-bottom: 2px solid #fdfbfb;
	background: #cfd6ff;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
#skip-to-top a:hover {
	background: #f0f0f0;
}

/**
 * footer elements
 */
#footer h3 {
	margin-bottom: 1em;
}
#footer ul {
	list-style: none;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	position: absolute;
	top: 0;
	left: 10px;
	width: 240px;
	padding: 1em 0;
}
#footer-center {
	position: absolute;
	top: 0;
	left: 260px;
	width: 250px;
	padding: 1em 0;
}
#footer-right {
	position: absolute;
	top: 0;
	left: 570px;
	width: 210px;
	padding: 1em 0;
}

/* social bookmark links */
#social-bookmarks {
	min-height: 16px;
	margin: 0.1em 0 0 1em;
}
#social-bookmarks ul {
	list-style: none;
	min-height: 16px;
}
#fusszeile #social-bookmarks li {
	display: inline;
	padding: 0;
}
#social-bookmarks span {
	display: none;
}
#social-bookmarks a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 0.6em;
}
.delicious {
	background: url("images/bookmark-icons/delicious.png") left no-repeat;
}
.google {
	background: url("images/bookmark-icons/google.png") left no-repeat;
}
.yahoo {
	background: url("images/bookmark-icons/yahoo.png") left no-repeat;
}
.technorati {
	background: url("images/bookmark-icons/technorati.png") left no-repeat;
}
.facebook {
	background: url("images/bookmark-icons/facebook.png") left no-repeat;
}
.mister-wong {
	background: url("images/bookmark-icons/mister-wong.png") left no-repeat;
}
.myspace {
	background: url("images/bookmark-icons/myspace.png") left no-repeat;
}
.twitter {
	background: url("images/bookmark-icons/twitter.png") left no-repeat;
}

/* profile links */
#social-bookmarks h3.profiles {
	margin-top: 1em;
}
#social-bookmarks ul.profiles {
	min-height: 32px;
}
#social-bookmarks ul.profiles a {
	width: 32px;
	height: 32px;
}
.xing {
	background: url("images/bookmark-icons/xing.png") left no-repeat;
}
.facebook-large {
	background: url("images/bookmark-icons/facebook-large.png") left no-repeat;
}


/**
 * 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;
}
#social-bookmarks {
	float: none;
	margin: 0.7em 0;
}
#social-bookmarks a {
	margin: 0 0.9em;
}

/* 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;
}

}
