html {
}
body {
	background: #fff;
	margin: 0;
	font: 75% Arial, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 20px;
}
#root {
}
#page {
}

a img {border: none;}

/* Kopfbereich */

#header {
	width: 940px;
	margin: 0 auto;
}
#title {
	float: left;
	padding: 35px 0 30px;
}
#title a {

}
#title a img  {
	border: none;
}


/* Navigation */

#nav {
	text-align: right;
	float: right;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li:first-child {
}
#nav li:last-child {
}
#nav a {
	text-decoration: none;
	color: #555;
	display: block;
	font-size: 14px;
	padding: 58px 2px 0 2px;
	margin-left: 30px;
	border-top: 3px solid  #fff; 
}
#nav a:hover {
	color: #000;
	border-top-color: #e1001a;
}
#nav a.current {
	color: #000;
	border-top-color: #ef7f00;
}


/* Visual */

#visual {
	height: 50px; 
	width: 100%;
	box-shadow: inset 0 0 10px 3px #ddd;
	background: url(../images/back/back_visual.jpg) no-repeat top center;
	background-size: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding:0;
}
.home #visual {
	height: 300px;
	background-size: 100% 100%; 
}

/* Hauptbereich */

#main {
	margin: 0 auto;
	padding: 40px 0;
	width: 940px;
	position: relative;	
}


/* Menü */

.stickem {
	width: 200px;
	padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#main .stickem-container {
  position: relative;
}

.stickit {
    margin-left: 660px;
    position: fixed;
    top: 10px;
    left: 50%;
	margin-left: -470px;
}
.stickit-end {
    bottom: 40px;
    position: absolute;
    left: 0;
}

#menu h4 {
	background: #666;
	margin: 0px;
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#menu ul {
	margin: 0px 0px 20px;
	padding: 0px;
}
#menu li {
	list-style: none;
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #333;
	padding: 0 10px 0 10px;
	background: url(../images/icon/icon_pfeil-grau-rechts.png) no-repeat 180px center;
}
#menu li a:hover,
#menu li.active a,
#menu li:hover a {
	color: #ef8000;	
	background: url(../images/icon/icon_pfeil-orange-rechts.png) no-repeat 180px center;
}

#menu ul ul {
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#menu li li {
	font-size: 11px;
	line-height: 25px;
	border-bottom-style: none;
}
#menu li li a {
	color: #333;
	font-weight: normal;
	border-bottom-style: none;
	padding-left: 20px;
	background: none;
}
#menu li li a:hover,
#menu li:hover li a {
	background: none;
	color: #333;
}
#menu li li a:hover,
#menu li li.active a {
	color: #ef8000;
	background: none;
}



/* Wrapper */

#wrapper {
	float: left;
	width: 700px;
	margin-left: 240px;
}
#wrapper.menu {
	width: 660px;
	padding-right: 40px;
	margin-left: 0px;
}

#wrapper.large {
	border-right-style: none;
	width: 640px;
	padding-right: 0px;
}
#wrapper.full {
	margin-left: 0px;
	border-right-style: none;
	padding-right: 0px;
	width: 900px;
}
#wrapper.home {

}




/* Inhalte */

#content {
	float: left;
	padding: 0px 0px 20px;
	width: 100%;
}


/* Überschriften */
 h1 {
	font-size: 20px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}



/* Absatzformate */

#content p,
#wrapper p {
	margin: 0;
	padding-bottom: 10px;
}
#content p.author {
	float: left;
	padding-right: 10px;
	font-size: 11px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	line-height: 15px;
}
#content p.date {
	font-size: 11px;
	line-height: 15px;
}
#content p.lead {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}
#content p.previous {
	float: left;
	color: #999;
}
#content p.overview {
	text-align: center;
	color: #999;
}
#content p.next {
	float: right;
	color: #999;
}


/* Listenformate */

#content ul,
.content ul {
	margin: 0 0 15px 30px;
	padding: 0;
	list-style: square;
}
#content ol,
.content ol {
	margin: 0 0 15px 30px;
	padding: 0;
}
#content li {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
}
#content dl {
	margin: 0px 0px 10px;
	padding: 0px;
}
#content dt {
	float: left;
	padding-right: 10px;
	line-height: 18px;
	width: 70px;
}
#content dd {
	line-height: 18px;
}


/* Weitere Formate */

#content hr {

}


#content cite {
	font-size: 11px;
	margin-bottom: 10px;
	font-style: normal;
}
#content small {
	font-size: 10px;
	line-height: 15px;
	color: #999;
	font-weight: normal;
}



/* Bilder */

#content img {
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	border-style: none;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}
img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
#content figure {
}

#content figure.payment {
	padding: 30px 10px;
	width: 160px;
	border: 1px solid #CCC;
	float: right;
	margin: 0px 0px 20px 20px;
	text-align: center;
}
#content figure.payment img {
	display: inline;
	margin: 0px;
	padding: 0px;
}



/* Hyperlinks */

#content a {
	text-decoration: none;
	color: #06C;
}
#content a:hover {
	background: #06C;
	color: #FFF;
}
a.external {
	background: url(../images/elem/elem_external-link.gif) no-repeat right 3px;
	padding-right: 15px;
	color: #06C;
}
#content abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}


/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form span {
	font-size: 12px;
	color: #999;
	line-height: 25px;
}
#content form br {
	clear: left;
}
.content fieldset,
#content fieldset {
	margin: 0px;
	padding: 10px 0px 20px;
	border-style: none;
}
.content fieldset.button,
#content fieldset.button {
	padding-left: 150px;
}
.content fieldset.submit,
#content fieldset.submit {
	float: right;
}
.content fieldset.payment,
#content fieldset.payment {
	width: 400px;
}
.content fieldset.payment div,
#content fieldset.payment div {
	border-bottom: 1px solid #CCC;
	padding: 10px 15px 10px 5px;
	float: left;
	margin-left: 150px;
	margin-top: -10px;
	margin-bottom: 10px;
	width: 280px;
}
#content fieldset.payment div.current {
	background: #EEE;
}

#content fieldset.payment img {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
	float: right;
	display: inline;
	clear: none;
}

#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
}



/* Feldbezeichner */

#content label {
	font-size: 12px;
	line-height: 25px;
	padding-right: 10px;
	float: none;
	vertical-align: middle;
	color: #000;
}
.content label.before {
	float: left;
	width: 140px;
	display: block;
}
#content label.between {
	padding-left: 10px;
}
#content label.data {
	line-height:30px;
}
#content label.after {
	display: block;
	line-height: 25px;
	float: left;
	padding: 0px;
	width: 400px;
}
#content label.current {
	background: #DDD;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	line-height: 20px;
	padding: 3px 0px 2px;
	float: left;
	margin-right: 0px;
	width: 80%;
}
#content label.error {
	color: #C00;
}
#content label.required {
	cursor: help;
}

#content label.required:after {
	content: " \002A";
	color: #D00;
}


/* Eingabefelder */

.content input,
#content input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.content input.text,
#content input.text   {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0px 1px;
	vertical-align: middle;
}
.content input.text:focus,
#content input.text:focus   {
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px #CCC;
}
#content input.horizontal {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 15px;
	width: 15px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 15px;
	width: 15px;
	margin: 4px 10px 6px 150px;
}
#content input.check {
	padding: 0px;
	height: 15px;
	width: 15px;
	margin: 6px 15px 0px 0px;
	float: left;
}
#content input.file {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#content input.error {
	border: 1px solid #C00;
}



/* Mehrzeilige Felder */

.content textarea,
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
		margin: 2px 0px 1px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	width: 220px;
}
.content textarea:focus,
#content textarea:focus {
	border: 1px solid #999;
	box-shadow: inset 1px 1px 1px #CCC;
}


/* Auswahllisten */

#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
	margin-top: 2px;
}
#content select:focus {
	border: 1px solid #999;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}


/* Schaltflächen */

.content button,
#content button {
	font: bold 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#content button.cancel {
	color: red;
}
#content button.event {
	color: sienna;
}
.content button.okay,
#content button.okay {
	color: green;
}
#content button.execute {
	color: navy;
}



/* Inlineformate */


#content span.author {
	padding-right: 10px;
}
#content span.date {
	color: #666;
	padding-right: 10px;
}
#content span.hint {
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}
#content span.example {
	margin-left: 150px;
	display: block;
	padding-top: 5px;
}




/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	border-style: none;
}
#content tr {
}

#content thead th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding: 0px 5px 5px 0px;
}
#content thead td {
}
#content tbody th {
}
#content tbody td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}




/* Teaserboxen */

#teaser {

	padding: 0 0 50px;
	background: url(../images/back/back_trenner-home.gif) bottom center no-repeat; 
}
#teaser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#teaser li {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#teaser li:last-child {
	margin-right: 0;
}
#teaser li.last {
	margin-right: 0;
}
#teaser p {
	margin: 0 0 10px;
}
#teaser div {
	border-left: 1px solid #7e7e7e;
	padding-left: 10px;
}
#teaser a {
	border: 1px solid #acacac;
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding: 3px 10px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(#fff, #ebeaea);
	background-image: -ms-linear-gradient(#fff, #ebeaea);
	background-image: -webkit-linear-gradient(#fff, #ebeaea);
	background-image: -o-linear-gradient(#fff, #ebeaea);
	background-image: linear-gradient(#fff, #ebeaea);
}
#teaser a img {
	padding: 0 0 0 10px;
	margin: 0;
}
#teaser a:hover {
	background-color: #aaa;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(#eee, #dbdada);
	background-image: -ms-linear-gradient(#eee, #dbdada);
	background-image: -webkit-linear-gradient(#eee, #dbdada);
	background-image: -o-linear-gradient(#eee, #dbdada);
	background-image: linear-gradient(#eee, #dbdada);
}


#teaser img {
	margin: 0px 0px 10px;
}

/* Referenzen */

#references {
	padding-top: 35px;
}
	#references ul {
		margin: 0;
		padding: 0;
	}
	#references li {
		list-style: none;
		width: 140px;
		height: 70px;
		float: left;
		margin-right: 20px;
		background: #eee;
	}
	#references li.last {
		margin-right: 0;
	}


/* Bestaetigung */

#confirm {
	background: #EFE;
	border: 1px solid #6C0;
	padding: 10px;
	margin-bottom: 20px;
	color: #6C0;
}
#confirm p {
	margin: 0px;
	font-weight: bold;
}


/* Fehlermeldung */

#error {
	padding: 10px;
	background: #FEE;
	border: 1px solid #C00;
	margin-bottom: 20px;
	color: #C00;
}
#error p {
	font-weight: bold;
	margin: 0px;
}


/* Warnhinweis */

#warning {
	background: #FFD;
	border: 1px solid #D90;
	padding: 10px;
	margin-bottom: 20px;
}
#warning p {
	color: #D90;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}



/* Zusatzspalte */

#aside {
	float: left;
	color: #666;
	border-left: 1px solid #999;
	padding-left: 30px;
	margin-left: -1px;
	padding-bottom: 10px;
	width: 160px;
}
#aside.home {
	width: 249px;
}

#aside h5 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#aside p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
#aside hr {
	 
}
#aside a {
	font-weight: bold;
	color: #06C;
	text-decoration: none;
	padding: 1px 10px;
	border: 1px dotted #06C;
}
#aside a:hover {
	color: #FFF;
	background: #06C;
}


/* Themenbereiche Unterseiten */

.item {
	padding-bottom: 35px;
	margin-bottom: 50px;
	background: url(../images/back/back_trenner.gif) no-repeat center bottom;
	position: relative;
}

.item h2 {
	font-size: 16px;
	font-weight: normal;
}

.item a {
	color: #ef7f00;
	text-decoration: none;
}
.item a:hover {
	text-decoration: underline;
}

.item .content {
	width: 460px;
	float: left;
}
	.aside {
		float: right;
		width: 220px;
	}
	.aside h3 {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.aside p,
	.content p {
		margin: 0;
		padding-bottom: 10px;
	}


.landingpage #menu .calltoaction {
  padding: 2px 5px;
  margin-top: 20px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #a15600;
  border-radius: 1px;
  background-color: #ee7f00;
  background-repeat: no-repeat;
  background-image: -moz-linear-gradient(#ef7f00, #dd7500);
  background-image: -ms-linear-gradient(#ef7f00, #dd7500);
  background-image: -webkit-linear-gradient(#ef7f00, #dd7500);
  background-image: -o-linear-gradient(#ef7f00, #dd7500);
  background-image: linear-gradient(#ef7f00, #dd7500);
}
.landingpage #menu .calltoaction:hover {
	background-color: #cf6f00;
	background-repeat: no-repeat;
	background-image: -moz-linear-gradient(#cf6f00, #bd6500);
	background-image: -ms-linear-gradient(#cf6f00, #bd6500);
	background-image: -webkit-linear-gradient(#cf6f00, #bd6500);
	background-image: -o-linear-gradient(#cf6f00, #bd6500);
	background-image: linear-gradient(#cf6f00, #bd6500);
}


.landingpage #menu .calltoaction img {
	padding-left: 5px;
}



.landingpage .content {
	width: 460px;
	float: right;
}
.landingpage .aside {
	float: left;

}
.landingpage h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding-bottom: 20px; 
}
.landingpage .content h3 {
	font-size: 15px;
	padding-bottom: 0;
}

.landingpage .aside a {
	display: block;
	padding-left: 40px; 
	padding-bottom: 10px;
}

.video {
	background: url(../images/icon/icon_auge.gif) no-repeat 17px 5px;
}
.pdf {
	background: url(../images/icon/icon_pdf.gif) no-repeat 17px 5px;
}

.totop {
	display: block;
	position: absolute;
	bottom: 12px;
	right: 0;
	font-size: 11px;
}
.totop img {
	padding-right: 3px;
}

/* Carousel */

#carousel {
  width: 960px;
  height: 300px;
  position: relative;
  padding: 0;
  margin: -1px auto 0;
 border-top: 1px solid #ccc; 
	}

.controls {
  position: absolute;
  display: block;
  width: 30px;
  height: 40px;
  top: 135px;
  background-image: url(../images/icon/icon_carousel-controls.png);
  cursor: pointer;
  text-indent: -555em;
  background-repeat: no-repeat;
}

.prev {
  left: -10px;
}

a.prev:hover {
  background-position: 0 -42px;
}

.next {
  right: -10px;
  background-position: -30px 0;
}

a.next:hover {
  background-position: -30px -42px;
}

.css-pane {
  position: absolute;
  top: 0;
  left: 10px;
  width: 940px;
  height: 300px;
  background: transparent;
  overflow: hidden;
}

.items {
  width: 20000em;
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}

.slide {
  width: 940px;
  height: 300px;
  float: left;
  background: #6b7640;
}

.slidecontent {
  color: #333;
  padding: 20px 0 0 500px;
  width: 420px;
  padding-top: 75px;
}

.slidecontent h2 {
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.slidecontent p {
  font-size: 14px;
  line-height: 20px;

}

.slidecontent .calltoaction {
  padding: 7px 15px;
  margin-top: 20px;
  display: block;
  width: 197px;
  background-image: url(../images/icon/icon_pfeil-weiss-rechts.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #a15600;
  background-color: #ee7f00;
}
.slidecontent .calltoaction:hover {
  
}



#slide1 {
  background: url(../images/carousel/carousel_bild1.png) no-repeat 100px 0;
}

#slide2 {
  background: url(../images/carousel/carousel_bild2.png) no-repeat 100px 0;
}

#slide3 {
  background: url(../images/carousel/carousel_bild3.png) no-repeat 100px 0;
}

#slide4 {
  background: url(../images/carousel/carousel_bild2.png) no-repeat 100px 0;
}

#slide5 {
  background: url(../images/carousel/carousel_bild1.png) no-repeat 100px 0;
}




/* Fußbereich */

#footer {
	background: #444 url(../images/back/back_footer.gif) repeat-x top;
	color: #fff;
	padding: 40px 0 20px; 
	font-size: 12px;
	line-height: 18px;
}
#footer ul {
	padding: 5px 0px;
	display: block;
	width: 940px;
	margin: 0 auto;
}
#footer li {
	list-style: none;
	float: left; 
	margin: 0;
	padding: 0 20px 0 0;
}
#footer li:first-child {
}
#footer li:last-child {
}

#footer .first {
	width: 230px;

}
#footer .second,
#footer .third {
	width: 200px;
}
#footer .fourth {
	width: 200px;
	padding-right: 0;
	margin-left: 30px;

}

#footer h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}
#footer li li a:before {
	content: "›  ";
	height: 25px;
	}
#footer a {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	color: #FFF;
}
#footer li ul {
	border-top: 1px solid #ccc; 
	float: none;
	width: auto;
	padding: 0;
}
#footer li ul li {
	float: none;
	border-bottom: 1px solid #ccc;
}
#footer li ul li a {
	display: block; 
	line-height: 27px;
	padding-left: 10px;
}

#footer p {
	margin: 0;
	padding-bottom: 10px
}
.sitemap {
	border-bottom: 1px solid #343434;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#footer #service {
	width: 940px;
	margin: 00px auto;
	text-align: right;
	border-top: 1px solid #545454;
	padding: 20px 0;
}

#footer #service li {
	padding-left: 40px;
	float: right;
}

/* News-Störer */

#disruptor {
	height: 50px;
	background: #cee;
}
#disruptor div {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	text-align: center;
	font-size:14px;
}
#disruptor p {
	padding: 15px 0 0; 
	margin: 0;
}
#disruptor a {
	color: #333;
}
#disruptor a:hover {
	color: #000;
}

/* 25 Jahre Plakette Unterseite */

#badge {
	position: absolute; 
	right:-70px;
	top: -30px;
	width: 117px;
	height: 117px;
	background: url(../images/back/back_stoerer.png) no-repeat;
	text-indent: -555em;
}



/*  Misc */
	/* Clearing Floats ohne extra html */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  display: inline-block;
}

* html .clear {
  height: 1%;
}

.clear {
  display: block;
}		



/* Lightbox */

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 202;
  overflow: hidden;
}

#colorbox {
  z-index: 1000;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 201;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
	
	/* 
	    User Style:
	    Change the following styles to modify the appearance of ColorBox.  They are
	    ordered & tabbed in a way that represents the nesting of the generated HTML.
	*/
#cboxOverlay {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#colorbox {;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../images/lightbox/lightbox_loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  background: url(../images/lightbox/lightbox_controls.png) no-repeat -47px 0px;
}

#cboxClose:hover {
  background: url(../images/lightbox/lightbox_controls.png) no-repeat -47px -24px;
}

#menu h3 {
	margin-top: 30px;
	font-size: 11px;
	margin-bottom: 5px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	display: block;
	text-align:center;
}	
#showcase {
	border: 1px solid #CCC;
	padding: 25px;
	height: 80px;
}
#showcase img {
	position:absolute;
}

