/* --- Resets --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
	/*color: #000;*/
}

.clear {
	clear: both;
}

/* --- Basic Styles --- */

body {
	background: #fff url(../images/bg-body.jpg)	top left repeat-x;
	font: 12px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #545454;
}

body#subpage {
	background: #fff url(../images/bg-subbody.jpg) top left repeat-x;
}

p {
	margin: 0 0 15px 0;
}

#container {
	width: 900px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -144px;
	text-align: left;
}

/* --- Link Styles --- */

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}

/* -------------------------
--------- HOMEPAGE ---------
-------------------------- */

/* --- Top Header --- */

#top {
	width: 900px;
	height: 134px;
	background: transparent url(../images/logo_blume.png) bottom left no-repeat;
	position: relative;
	text-align: center;
}

#top h1 {
	background: transparent url(../images/logo_kgtypo.png) top left no-repeat;
	text-indent: -9999px;
	width: 241px; height: 48px;
	margin: 20px 0 0 20px;
	margin: 20px 0 0 537px;
	float: left;
}

#slogan { 
	color: #ECD220;
	position: absolute;
	left: 52px;
	left: 569px;
	top: 62px;
	font-size: 11px;
	font-weight: bold;
}

#slogan span {
	float: left;
	display: block;
	margin: 0px;
	padding: 3px 6px 0px 12px;
	height: 17px;
}

/* --- Navigation --- */

#nav {
	position: absolute;
	bottom: 0px;
	left: 18px;
	left: 25px;
	text-align:center;
}

#nav li {
	display: block;
	background: url(../images/bg-nav.png) top no-repeat;
	width: 124px;
	height: 39px;
	line-height: 39px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0 3px 0 0;
	overflow: hidden;
}

#nav li a {
	color: #fff;
}

#nav li a:hover {
	color: #FC0;
	text-decoration: none;
}

#nav li.current {
	background-position: bottom;
}

#nav li.current a {
	color: #000;
}

#nav li a {
	display: inline;
	line-height: 39px;
}

/* --- Spotlight / Slider --- */

#spotlight {
	height: 315px;
	height: 282px;
	width: 900px;
	overflow: hidden;
	background: url(../images/bg-spotlight.jpg) top right no-repeat;
	position: relative;
	margin-bottom: 10px;
}

#mover {
	position: relative;
	overflow: hidden;
	width: 4000px; /* Adjust the width based on spotlight-items number (1000*[items number]) */
}

#item {
	width: 820px;
}

.spotlight-item {
	margin: 15px 50px 0;
	overflow: hidden;
	width: 820px;
	float: left;
	position: relative;
	display: inline;
}

.spotlight-item h2 {
	color: #990000;
	font: 18px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0 15px 0;
}

.spotlight-item p {
	color: #444;
	font: 11px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	padding: 0 0 0 2px;
}

.spotlight-item .description {
	margin: 40px 0 0 10px;
	width: 260px;
	height: 220px;
	overflow: auto;
}

.spotlight-item img {
	position: absolute;
	top: 0; right: 0;
}

.pause {
	background: url(../images/leer.gif) top left no-repeat;
	display: block;
	width: 97px;
	height: 25px;
	text-indent: -9999px;
	position: absolute;
	bottom: 2px; right: 20px; 
	cursor: pointer;
	overflow: hidden;
	visibility: hidden;
}

#spotlight img.preview {
	float: right;
}


/* --- MAIN CONTENT --- */

/* --- Content: First Row --- */

#mainContent {
	background: transparent;
	margin: 2px 0 0;
}

#topMain {
	padding: 13px 0 0 18px;
	margin: 0 0 20px 0;
	overflow: hidden; 
}

#info {
	margin-bottom: 50px;
}

#info p {
	color: #545454;
}

#info h4 {
	color: #990000;
	font: 11px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*background: url(../images/contact.png) top left no-repeat;*/
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#who {
	width: 600px;
	float: left;
	padding: 0px 33px 0px 7px;
	border-right: 1px solid #e4e4e4;
}

#who img {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 7px;
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#who table img {
	background: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
}

#who h3 {
	color: #990000;
	font: 18px/24px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*width: 435px;*/
	/*background: transparent url(../images/bg-h3.jpg) bottom left repeat-x;*/
	padding: 0 0 15px 0; 
	margin: 20px 20px 20px 0px;
}

#iwho p {
	margin: 0 0 20px 0;
}

#iwho {
	width: 875px;
	float: left;
	border-right: 1px solid #e4e4e4;
	background-image: url(../images/trennlinie_inspirationen.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 33px;
	padding-bottom: 20px;
	padding-left: 7px;
}

#iwho p {
	margin: 0 0 20px 0;
}

#iwho h3 {
	color: #990000;
	font: 18px/24px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 15px 0; 
	margin: 20px 20px 20px 0px;
}


#flashcontent {
	padding: 0px;
	margin: 0px;
}

#services {
	width: 210px;
	float: right;
	margin: 0 0 0 0;
	padding: 20px 0 0 0; 
	font: 11px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
}

#services li {
	width: 205px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#services li h5 {
	color: #111;
	font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#services li h5 a {
	color: #111;
}

#services li p {
	color: #545454;
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
}

#services li#punkt {
	padding-left: 8px;
	background: url(../images/listenpunkt.gif) top left no-repeat;
}

#services li#punkt a {
	color:#545454;
}

#services li#punkt:hover {
	text-decoration: none;
	padding-left: 8px;
	background: #efefef url(../images/listenpunkt.gif) top left no-repeat;
}

#services ul {
	padding-bottom: 18px;
}

/* --- Content: Second Row --- */

#bottomMain {
	border-top: 1px solid #e4e4e4;
	padding: 15px 15px 0;
	margin: 0 0 25px 0;
	overflow: hidden; 
}

/* --- FOOTER --- */

#footer {
    padding: 15px 0 0 0;
	background-color:#060;
}

.push {
    height: 120px;
    padding: 15px 0 0 0;
}

#footer {
	border-top: 1px solid #e4e4e4;
	background-image:url(../images/bg-footer.jpg);
	color:#ECD220;
	margin-top:50px;
}

#footer-inner {
	width: 850px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	overflow: hidden;
	font: 11px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
}

#footer-inner img {
	float: right;
	padding-bottom:20px;
}

.footer-adress {
	padding-top:10px;
}

#footer a:link {
	color: #ECD220;
	text-decoration: none;
}
#footer a:visited {
	color: #ECD220;
	text-decoration: none;
}
#footer a:hover {
	color: #ECD220;
	text-decoration: underline;
}
#footer a:active {
	color: #ECD220;
	text-decoration: none;
}


/* -------------------------
--------- SUBPAGES ---------
-------------------------- */

#content {
	width: 100%;
	margin: 0px 0 0 0;
}


#subnavi {
	margin-top: 7px;
	margin-left: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
}

#subnavi .currentsub {
	color: #990000;
}

#subnavi a:link {
	color: #545454;
	text-decoration: none;
}
#subnavi a:visited {
	color: #545454;
	text-decoration: none;
}
#subnavi a:hover {
	color: #990000;
	text-decoration: underline;
}
#subnavi a:active {
	color: #990000;
	text-decoration: none;
}

#portfolio {
	overflow: hidden;
	margin-top: 13px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

/* --- Single Portfolio Item --- */

.item {
	width: 425px;
	float: left;
	color: #565656;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}

.item img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 7px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 7px;
}

#portfolio .copytext {
	margin-left: 20px;
	margin-right: 17px;
}

#portfolio h2 {
	color: #990000;
	font: 18px/24px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.item h3 {
	color: #990000;
	font: 14px/24px "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 8px 0 8px 2px;
	margin: 0 7px 15px;
}

.item p {
	padding: 0 10px;
}


/* --- Portfolio Nav --- */

#folioNav {
	width: 100%;
	height: 35px;
	margin: 0 5px;
	background: #ececec url(../images/bg-h3.jpg) top left repeat-x;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

#folioNav span#previous {
	float: left;
	width: 96px;
	height: 26px;
	background: transparent url(../images/previous.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

#folioNav span#next {
	float: right;
	width: 96px;
	height: 26px;
	background: transparent url(../images/next.png) top left no-repeat;
	text-indent: -9999px;
	margin: 5px 10px;
}

/* --- Clients & Testimonials --- */

#wrap {
	margin: 40px 10px 25px 20px;
	overflow: hidden;
}

#minithumbz {
	overflow: hidden;
	margin-left: 0px;
}

#minithumbz li {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#minithumbz li img {
	background-color: #ececec;
	border: 1px solid #ddd;
	padding: 4px;
	margin: 0 0 15px;
}

/* --- Contact Form --- */

#contactForm form label {
	display: none;
}

#contactForm form input {
	display: block;
	height: 15px;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 230px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
}

#contactForm form input#submit {
	display: inline;
	height: 25px;
	width: 97px;
	background: transparent url(../images/send.png) top left no-repeat;
	border: 0;
	text-indent: -9999px;
	float: right;
	margin: 5px 55px 0 0; 	
}

#contactForm form textarea {
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
	width: 400px;
	margin: 0 0 20px 0;
	color: #2c2c2c;
	padding: 5px;
	font: 11px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
	
}

/*  --- FORMULARE --- */

/*  --- Formularfelder --- */

.formulartextfeld {
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size:11px;
	color:#1a1a1a;
	width:280px;
	margin:0;
	padding:0;
	background-color: #ECECEC;
}

.formularfonfeld {
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size:11px;
	color:#1a1a1a;
	width:225px;
	margin:0;
	padding:0;
	background-color: #ECECEC;
}

.formularpulldowntage {
	width:100px;
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-color: #ECECEC;
}

.formularpulldownzeit {
	width:70px;
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	background-color: #ECECEC;
}

.formulartextarea {
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size:11px;
	color:#1a1a1a;
	width:280px;
	margin:0;
	padding:0;
	background-color: #ECECEC;
}

/*  --- Buttons --- */

.absendenbtn {
	background-color:#006600;
	width:90px;
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:11px;
	height:18px;
	margin:0;
	padding:0
}

.abbrechenbtn {
	background-color:#990000;
	width:90px;
	border:1px solid #CCC;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:11px;
	height:18px;
	margin:0;
	padding:0
}

#who table td {
	vertical-align:top;
}

.intro {
	font-weight: bold;
}

#error {
	padding-bottom: 200px;
}

.weitereBilder {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
#teaser {
	width:880px;
	margin-left:-1px;
	margin-top:0px;
	padding-bottom:30px;
}
