/*FARBENKULT.DE mainStyles*/

/* ------------------------------------ Allgemeingültige Element-Styles ------------------------------------ */
body, html { 
	background-color: #C7C7B3;  font: 8pt Verdana; color: #9A8977; text-align: center; margin: 0; padding: 0; height: 100%; 
	background: transparent url(../images/bg_Blaetter.jpg) repeat fixed top center;
}
body, p, a, td, th, tr, ul, li, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica;
}
body {
	overflow: auto;
}
/* border für a-tags unterdrücken */
a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}

a:link,a:visited, a:active {
	color:#2db200;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	margin: 0 0 4px 0;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 0;
}
img {
	border: 0px;
}
#contentright ul, #contentleft ul{
	text-align: left;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #C7C7B3;
	padding-left: 30px;
}
#contentright li, #contentleft li{
	margin: 4px 0 4px -5px;
}
a.info {
	text-decoration: none;
	border-bottom: 1px dashed;
	border-color: #2db200;
	color: #808079;
}
a.info:hover {
	cursor: help;	
}


/* Infobox & Akronyme */
acronym {text-decoration: none; border-bottom: 1px dotted;}
acronym:hover {cursor: help; background: #e5e5e5;}
acronym span {visibility: hidden; position: absolute; margin-top: 15px; margin-left: -5%; padding: 5px; text-decoration: none; font-size: 10px;}
acronym:hover span, acronym:focus span, acronym:active span {visibility: visible; border: 3px solid #fff; color: #fff; background: #808073; font-weight: normal;}

a.infobox {
	text-decoration:none;
	color: #2db200;
	border-bottom: 1px dotted;
}
a.infobox:hover {
	cursor: help; background: #e5e5e5;
}
a.infobox span { 
	visibility:hidden; position: absolute; margin-top: 15px; margin-left: -5%; padding: 5px; text-decoration:none; font-size: 10px;
}
a.infobox:hover span, a.infobox:focus span {
	visibility:visible; border: 3px solid #fff; color: #fff; background: #808073; font-weight: normal;
}
a.infobox:active span {visibility: hidden;}

#contentleft ul li a {
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}
#contentleft ul li a:hover {
	color: #2DB200;
}
/* InfoboxEnde */

/*Allgemeine Definition: Listen
ul{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	color: #666;
	list-style-type: none;
}

li {
	background: url(http://www.ncr.de/images/site/bullets/green.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 11px 0px;
}*/
/* ------------------------------------ Ende Allgemeingültige Element-Styles ------------------------------------ */
/* ------------------------------------ Container: divs ------------------------------------ */
div#mainPadding { 
	padding-left: 40px;
	padding-right: 12px;
}

div#mainPadding2 { 
	padding-left: 1px;
	padding-right: 0px;
	background-repeat: repeat-y;
	text-align: left;
}

div#mainPadding3 { 
	padding-left: 0px;
	padding-right: 4px;
	background-repeat: repeat-y;
	background-position:900px 0px;
	width: 900px;
}
/*MainContainer*/
div#main_container {
	height: auto;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	color: #666;
	background: #e5e5e5;
}

/*ContainerTopNavi*/
div#header, div#marginContainer {
    width:890px;
	height: 65px;
	padding: 0 5px;
	background: url(../images/header.jpg) no-repeat scroll center center;
}
div#header {
	text-align: right;
}
div#logo {
	width: 890px;
	height:40px;
}

/*Quick-Contact*/
div#contact {
	color:#666;
	float:right;
	padding:18px 10px 0 0;
	text-align:right;
	width:auto;
}

/*TopNavigation*/
div#topnavi {
	background:transparent;
	color:#FFFFCC;
	float:left;
	height:29px;
	margin: 34px 0 0;
	text-align:center;
	vertical-align:middle;
	width:890px;
}
div#topnavtext {
	position: relative;
	height:29px;
	padding:2px 0 0;
	text-align:center;
	vertical-align:middle;
	width: 890px;
}
div#menu {
	float:left;
	width:100%;
}
#menu ul {
	border-bottom:0 none;
	float:left;
	font-size:20px;
	font-weight:normal;
	line-height:27px;
	list-style-type:none;
	margin:0;
	padding:0;
	width:70px;
}
#menu li {
	background:transparent none repeat scroll 0 0;
	margin:0;
	padding:0;
	position:relative;
}


div.navDivide {
	background-image:url(../images/nav_divider.gif);
	background-repeat:no-repeat;
	float:left;
	height:15px;
	margin-top:6px;
	vertical-align:middle;
	width:2px;
}
div.navDropArrow {
	background-image:url(../images/nav_arrow.gif);
	background-repeat:no-repeat;
	float:left;
	height:12px;
	margin-top:11px;
	padding:0 4px 0 0;
	vertical-align:middle;
	width:9px;
}
/*Ende TopNavigation*/

div.spacer01 {
  background-color:#e5e5e5;
  color:#E5e5e5;
  margin-bottom:0px;
  margin-top:0px;
  clear:both;
}
div.spacer01 hr {
  display: none;
}
div.spacer02 {
	background-color:#e5e5e5;
	color:#606060;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
	padding: 4px 14px;
	clear:both;
	height: 12px;
	text-align: right;
	display: none;
}
div#banner {
	width: 900px;
	background: #ccc;
	height: 235px;
	padding: 0;
	margin: 0;
}

/*Footer*/
div#footer {
	font-size: 9px;
	color: #fff;
	padding: 10px 0px;
	background: #808073;
	text-align: center;
	border-top: 1px dotted #808073;
}
a.footer:link, a.footer:visited, a.footer:active {
	color: #e5e5e5;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
#footer a:hover {
	color: #2DB200;
}
div#copyright {
	font-size: 9px;
	padding: 22px 17px 10px 0px;
	text-align: center;
	float:right;
	color: #666;
}
.footer#footerhome {
	padding: 20px 0px 10px 17px;
}
.copyright#copyrighthome {
	padding: 20px 17px 10px 0px;
}
div#content_container {
    width: 900px;
	float: left;
	padding: 0;
	margin: 0 0 14px 0;
	background: transparent;
}

div#contentleftHeader {
    width:249px;
    padding: 12px 14px;
    float:left;
	background: #808073;
	height: 28px;
	margin-left: 5px;
}
div#contentleft {
    width:254px;
    padding: 14px;
    float:left;
    font-size: 11px;
	color: #666;
	text-align: left;
}
div#contentrightHeader { 
    width:584px;
	padding: 12px 14px;
	float: right;
	background: #808073;
	border-left: 1px solid #C7C7B3;
	height: 28px;
	margin-right: 5px;
}
div#contentright {
    width:589px;
    padding:0 14px 14px 14px;
	margin-top: 14px;
    float: right;
    font-size: 11px;
	color: #666;
	border-left: 1px solid #C7C7B3;
	text-align: justify;
	line-height: 14px;
}
a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
	color: #e5e5e5;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#portfolioWebdesignHeader {
	width:290px;
    margin-left:14px;
	padding-top:15px;
    float:left;
    font-size: 13px;
	font-weight: bold;
	color: #336699;
	font-family: Verdana;
}
div#portfolioSeoHeader {
	width:290px;
	padding-top:15px;
    float:left;
    font-size: 13px;
	font-weight: bold;
	color: #336699;
	font-family: Verdana;
}
div#portfolioGrafikHeader {
	width:290px;
	padding-top:15px;
    float:left;
    font-size: 13px;
	font-weight: bold;
	color: #336699;
	font-family: Verdana;
}


div#homeDivider {
	height: 29px;
	width: 100%;
}


/*Kontaktform*/
.csc-mailform {
	border:0 none;
	padding:0;
	margin: 0;
}
.csc-mailform-field {
	position: relative;
	display: block;
	float: left;
	height:25px;
	margin-bottom:0px;
	margin-top:0px;
}
.csc-field {
	font: 10pt helvetica;
	border: 1px solid #666;
	color: #666;
	padding: 0.2em;
}
.mailformMitteilung {
	font: 10px Helvetica;
	font-weight: bold;
}
.mailformsubmit {
	width:121px;
	height: 24px;
	background: #2db200;
	color: #fff;
	font-weight: bold;
	border: 0 solid;
	cursor: pointer;
}
#csc-mailformbutton, #csc-mailformbutton2 {
	width: 121px;
	height: 24px;
	background: url(../images/btn_form.jpg);
	padding-bottom: 3px;
	margin-left: -5px;
}
#mailformbutton:hover, #csc-mailformbutton2:hover {
	background: url(../images/btn_form_hover.jpg);
}
.csc-mailformsubmit2 {
	width:121px;
	height: 24px;
	background: transparent;
	color: #fff;
	font-weight: bold;
	border: 0 solid;
	cursor: pointer;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color: #808073;	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* styling for elements inside overlay */
	.details {
		position:absolute;
		top:15px;
		right:15px;
		font-size:11px;
		color:#fff;
		width:150px;
	}
	
	.details h3 {
		color:#aba;
		font-size:15px;
		margin:0 0 -10px 0;
	}


	
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Cycle Plugin */
#slideshow { left: 0; }
#nav { width: 254px;}
#nav li { width: 116px; float: left; margin: 8px 8px 8px 0; list-style: none; padding-right: 3px; }
#nav a { width: 116px; padding: 3px; display: block; border: 1px solid #C7C7B3; }
#nav a.activeSlide { background: #88f; }
#nav a:focus { outline: none; }
#nav img { border: none; display: block; }

#contentleft.gal ul {
	padding-left: 0;
	border: none;
}

#choose {height: 24px; margin-bottom: 10px;}
#referenzenNav a {display: block; float: left; width: 14px; height: 16px; background: #2DB200; color: white; margin: 1px; text-align: center;}
#referenzenNav a.activeSlide { background: transparent;  color: #666;}
#referenzenNav a:hover, a:focus { color: #666; }















	
