/*
Author: justafoto by Hendrik Just
Author URI: http://www.justafoto.de
Start: 14.01.2009
*/

/* ALL --------------------------*/

/* @group GLOBAL */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background: #ebeaea url(images/bg_body.png) repeat-x;
	color: #515151;
}

h1, h2 {
	margin: 0;
	padding-bottom: 15px;
	padding-top: 10px;
	font-variant: normal;
}

h4 {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	font-variant: normal;
}



h5 {
	padding-bottom: 10px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #313131;
	padding-top: 10px;
}

p {
	margin: 0;
	padding-bottom: 20px;
	padding-top: 0;
	font-variant: normal;
}

h1 {
	color: #e64215;
	font: italic normal 24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #75aec5;
	font: italic normal 18px/24px Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #75aec5;
	font: italic normal 20px/24px Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #515151;
}

a, a:link, a:active {
	color: #009ee0;
	text-decoration: none;
}

a:hover {
	color: #e64215;
}

ul, li {
	list-style: none;
}

/*

 @end */

/* @group LAYOUT */

#wrapper, #topper, #header, #banner, #content, #content-inner, #footer {
	width: 920px;
}

#wrapper {
	height: auto;
	margin: 0 auto;
	padding-top: 4px;
}

#topper {
	height: 10px;
	background: url(images/bg_topper_downer.png) no-repeat scroll 0 0;
	margin: 0;
	padding: 0;
}

#wrapp-header {
	background: url(images/bg_wrapper.png) repeat-y scroll 0 0;
}

#header {
	background: url(images/bg_navi.gif) repeat-x scroll 0 0;
	height: 82px;
	position: relative;
	margin: 0;
	padding: 0;
}

#content {
	background: white url(images/bg_shadow.gif) repeat-x scroll left bottom;
	height: auto;
}

#content-inner {
	height: auto;
	margin: 0;
	padding: 0 0 20px;
}

#main {
	float: left;
	margin: 0;
	padding-left: 40px;
}

#sidebar {
	float: right;
	height: auto;	
}

#footer {
	height: 60px;
	background-color: #121212;
}

#downer {
	background: url(images/bg_topper_downer.png) no-repeat scroll left bottom;
	height: 10px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group HEAD */

#logo {
	position: absolute;
	right: 65px;
	top: 50px;
	background: url(images/logo_head.gif) no-repeat scroll 0 0;
	width: 110px;
	height: 28px;
}

/* navi oben -----------*/

#navbar {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	float: left;
	background-color: transparent;
	position: absolute;
	left: 40px;
	bottom: 33px;
}

#navbar ul {
	list-style: none;
}

#navbar li {
	float: left;
	width: auto;
	padding-left: 2px;
}

#navbar a {
	display: block;
	float: left;
	width: auto;
	background: url(images/tab-links.gif) no-repeat left top;
	padding-left: 11px;
	text-decoration: none;
	color: white;
}

#navbar a:hover {
	background-position: 0 -30px;
	color: black;
}

#navbar a span {
	float: left;
	width: auto;
	display: block;
	background: url(images/tab-rechts.gif) no-repeat right top;
	padding: 3px 15px 4px 4px;
	color: white;
}

#navbar a:hover span {
	color: black;
	background-position: 100% -30px;
	cursor: pointer;
}

#navbar a.active {
	background-position: 0 -30px;
}

#navbar a.active span {
	background-position: 100% -30px;
	color: black;
}

/* @end */

/* @group BANNER */

#banner {
	position: relative;
}

.styler1 {
	height: 243px;
	background: url(images/banner.png) no-repeat scroll 0 0;
}

.styler2 {
	height: 141px;
	background: url(images/banner2.png) no-repeat scroll 0 0;
}

.styler3 {
	height: 141px;
	background: url(images/banner3.png) no-repeat scroll 0 0;
}

#banner h3.unsichtbar {
	color: silver;
	text-indent: -999em;
	margin: 0;
	padding-bottom: 0.3em;
}

#banner h4 {
	color: #dff5fe;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding-left: 20px;
	padding-top: 2px;
}

.titel {
	width: auto;
	position: absolute;
	top: 20px;
	left: 0;
	height: auto;
}

.subtitel {
	width: 720px;
	position: absolute;
	top: 60px;
	right: 0;
	height: 30px;
}

#banner .banner-list {
	width: 580px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 100px;
}

.banner-list ul {
	color: #fce2da;
	font-size: 15px;
	line-height: 23px;
	font-variant: normal;
	padding-top: 20px;
	padding-left: 70px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.banner-list li {
	background: url(images/pfeil_orange.gif) no-repeat scroll 0 6px;
	padding-left: 15px;
}

/* @end */

/* @group CONTENT */

.short {
	background: url(images/trenner_kurz.png) no-repeat scroll 537px 0;
}

.long {
	background: url(images/trenner_lang.png) no-repeat scroll 667px 0;
}

#content h2.underline {
	background: url(images/bg_line.gif) repeat-x scroll left bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* @end */

/* @group MAIN */

#main h1.grey {
	background: url(images/bg_line_ref_2.gif) repeat-x scroll 3px 0;
}

#main h3.block {
	padding: 3px 15px;
	background: url(images/bg_verlauf_blue.gif) repeat-x scroll 0 0;
	border: 1px solid #e6f0f3;
	margin-bottom: 15px;
}

.main-wide1 {
	width: 460px;
}

.main-wide2 {
	width: 590px;
}

/* LIST REFINFO - Liste wird bei den referenzen verwendet */

#main dl.refinfo {
	background-color: #f2fbfe;
	border: 1px solid #e6f0f3;
	margin-bottom: 20px;
	padding: 5px 15px;
	font-size: 11px;
	line-height: 15px;
	position: relative;
	width: 560px;
}

#main dl.refinfo dt {
	color: #75aec5;
}

#main dl.refinfo dd {
	color: #b3b4b4;
	position: absolute;
	right: 10px;
	top: 5px;
}

#main img.refrand {
	border: 1px solid silver;
	margin-bottom: 10px;
}

/* LIST NEWS4 - Liste für Partner */

#main ul.partner {
	width: 230px;
	background: url(images/bg_line_ref.gif) repeat-x scroll left top;
	margin-top: -5px;
	padding-top: 7px;
}

#main .partner li {
	color: #505050;
	padding-bottom: 7px;
}

#main .partner a {
	display: block;
	background: url(images/bg_line_ref.gif) repeat-x scroll left bottom;
	padding-bottom: 7px;
}

/* LIST THUMBS - Liste wird bei den Service und Referenzen verwendet */

#main ul.thumbs {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#main ul.thumbs li {
	display: block;
	float: left;
	padding-bottom: 20px;
	padding-right: 15px;
}

/* RAND IMAGE - Rand nur bei Images innehalb von Liste thumbs */

#main ul.thumbs li a img {
	border: 1px solid #d9d9d9;
	padding: 4px;
	background-color: transparent;
}

#main ul.thumbs li a:hover img {
	background-color: #ffe9df;
}

/* LIST BERATUNG - Liste wird bei der Beratung verwendet */

#main ul.beratung {
	line-height: 18px;
	font-size: 12px;
}

#main ul.beratung li {
	background: url(images/bg_shadow_down.gif) repeat-x 0 0;
	padding: 10px 15px 15px;
}


/* LIST 10 - Liste wird bei der Webdesign verwendet */

#main ul.list10 {
	background: url(images/bg_shadow_down.gif) repeat-x 0 0;
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 20px;
}

#main ul.list10 li {
	background: url(images/pfeil_small_blue.gif) no-repeat scroll 0 6px;
	padding-left: 20px;
}

#main ul.list10 li h5 {
	margin: 0;
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #202020;
	padding: 4px 0;
}

/* @end */

/* @group POST */

.storycontent {
	
}

.meta {
	margin-bottom: 10px;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}

.feedback {
	font-size: 11px;
	padding-bottom: 15px;
}

/* @end */

/* @group COMMENTS */

h3.comments, h3.respond {
	padding: 3px 15px;
	background: url(images/bg_verlauf_blue.gif) repeat-x scroll 0 0;
	border: 1px solid #e6f0f3;
}

h3.respond {
	margin-top: 20px;
}

dl.commentlist {
	
}

dl.commentlist dt {
	border: 1px solid #ece9ac;
	background-color: #fefcd2;
	margin-top: 20px;
	padding: 15px 25px;
}

dl.commentlist dt p {
	padding: 0 0 0 0px;
	font: italic 13px/19px Georgia, "Times New Roman", Times, serif;
	color: #8f7c67;
}

dl.commentlist dd.commentmetadata {
	margin: -3px 0 0 100px;
	background: url(images/balloon_comments.gif) no-repeat scroll 0 -2px;
	padding-left: 25px;
	font: 10px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 21px;
	padding-top: 2px;
}

dl.commentlist dd.commentmetadata a {
	color: #8f7c67;
}

dl.commentlist dd.commentmetadata a:hover {
	color: #e64215;
}

dl.commentlist dt p.achtung {
	color: #ff6000;
}

/* COMMENTFORM - Formular für Kommentare */

#commentform {
	padding: 5px 15px 10px;
	border: solid 1px #e6f0f3;
	margin-top: 20px;
	background-color: #f2f9fb;
	margin-bottom: 20px;
}

#commentform p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#commentform input {
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
}

#commentform textarea {
	width: 99%;
	padding: 2px;
	height: 80px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#commentform #submit {
	margin: 4px 0 0;
	background: #d5e5eb url(images/bg_submit_blue.gif) repeat-x scroll 0 0;
}

/* @end */

/* @group SIDEBAR */

.wide1 {
	width: 340px;
}

.wide2 {
	width: 250px;
}


.wide3 {
	width: 390px;
}

#sidebar h1.gray {
	color: #d9d9d9;
}

#sidebar h2 {
	padding-left: 30px;
}

#sidebar h2.block {
	padding-left: 20px;
}

#sidebar p.infoside {
	font: normal normal 13px/19px Georgia, "Times New Roman", Times, serif;
	color: #797979;
	width: 280px;
	background: url(images/bg_shadow_down.gif) repeat-x 0 0;
	margin: 15px 0 0;
	padding: 10px;
	border-top: 1px solid #eaeaea;
}

#sidebar p.kurz {
	padding-right: 60px;
	padding-top: 15px;
	font: normal normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #6fa5bb;
}

/* LIST NEWS */

#sidebar ul.news {
	font-size: 11px;
	line-height: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
}

#sidebar ul.news li {
	padding-bottom: 10px;
	width: 290px;
	background: url(images/pfeil_small_blue.gif) no-repeat scroll 0 1px;
	padding-left: 17px;
}

/* LIST SUBNAVI */


.subnavi ul {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 10px;
	background: url(images/bg_line_ref.gif) repeat-x scroll left top;
}

.subnavi li {
	background: url(images/bg_line_ref.gif) repeat-x scroll left bottom;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.subnavi li a {
	width: 100%;
	background: url(images/pfeil_small_blue.gif) no-repeat scroll 0 6px;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#sidebar img.rand {
	border: 1px solid #d9d9d9;
	padding: 4px;
}

/* LIST SUBNAVI-BLOCK - FLOAT LEFT */

ul.subnavi-block {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	font: italic 13px/17px Georgia, "Times New Roman", Times, serif;
}

ul.subnavi-block li {
	float: left;
	display: block;
	background: url(images/bg_verlauf_blue.gif) repeat-x scroll left bottom;
	border: 1px solid #cadfe5;
	margin-bottom: 15px;
	padding: 8px 15px;
	width: 175px;
	margin-right: 10px;
}

ul.subnavi-block li a {
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* LISTEN SIDEBAR -----------------------*/

.list {
	padding-top: 20px;
	clear: both;
}

#sidebar .list dl {
	font-size: 11px;
	line-height: 17px;
	padding-right: 40px;
	list-style-type: none;
}

#sidebar .list dt {
	margin: 0;
	float: left;
	clear: both;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

#sidebar .list dd {
	text-align: left;
	width: 228px;
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* @end */

/* @group FOOTER */

#footer .footer-links {
	padding-top: 15px;
	padding-left: 25px;
	width: 450px;
}

#footer .footer-links ul {
	list-style-type: none;
	background: url(images/logo_footer.png) no-repeat scroll 0 0;
	height: 35px;
	padding-top: 3px;
}

#footer .footer-links li {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding-left: 42px;
	color: #5b5b5b;
}

#footer a {
	color: #5b5b5b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover {
	color: white;
}

#footer a.foot {
	color: #fff;
}

/* @end */

/* @group CLASSES */

.link {
	background: url(images/pfeil_small_orange.gif) no-repeat scroll 3px 2px;
	padding-left: 17px;
}

.line1 {
	height: 2px;
	margin-bottom: 15px;
	margin-top: 5px;
	background: url(images/bg_line.gif) repeat-x scroll 0 0;
}

.info {
	font: italic 13px/19px Georgia, "Times New Roman", Times, serif;
	color: gray;
}



.kursiv {
	color: #75aec5;
	font: italic 13px/19px Georgia, "Times New Roman", Times, serif;
}

/* 
img, a img {
	background: url(images/loading.gif) no-repeat 50% 50%;
	border-style: none;
}
*/

/* @end */

/* @group FLOATS */

.leftalign {
	float: left;
	margin-bottom: 4px;
	margin-right: 15px;
}

.left-space {
	float: left;
	margin-bottom: 4px;
	margin-right: 15px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group FORM */

#formular {
	background-color: #f5f5f5;
	padding: 10px 15px 10px;
	border: solid 1px #d7d7d7;
	margin: 0;
}

input, textarea, select {
	font: 11px/15px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	border: 1px solid #d8d8d8;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid #75aec5;
}

#formular ul {
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#formular ul li {
	margin: 0 0 8px;
	padding: 0;
	color: #383d44;
	margin: 0;
	padding: 0 0 5px;
	line-height: 19px;
}

#formular li input, #formular li select {
	width: 270px;
	color: #444;
	margin: 0;
	padding: 0;
	height: 20px;
}

#formular textarea {
	width: 400px;
	height: 80px;
	font-family: inherit;
	color: #444;
}

#formular ul li.button input {
	margin-top: 15px;
	padding: 0;
	background: #d7d7d7 url(images/bg_submit.gif) repeat-x left center;
	margin-right: 5px;
}


/* @end */


/* @group wordpress */
	br.webkit-block-placeholder {
	height: 10px;
}


/* @end */
