/* important colors:
grün:		#89ba15
grau:		
schwarz: 	#1e1e1e
*/
/*@charset "UTF-8";*/

/* @group reset Styles */

/* ####### reset Styles ####### */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
html, body {
	height: 100%;
	}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
cite,
address {
	display:inline;
	font-style:normal;
}
.strong {
	font-weight: bold;
}
.clear {
	clear: both;
}

/* @end */

/* @group root Layout */

body {
	/*background: url(../img/bg_pattern.gif) repeat;*/
	/*background: #222222 url(../img/fetter-hintergrund.png) no-repeat fixed left bottom;*/
	background: #222222 url(../img/leather.jpg) repeat fixed left top;
}
.content_container {
    min-height: 100%;
}
.holder {
	margin:0 auto;
	position:relative;
	width:980px;
	overflow:auto;
	padding-bottom: 180px;
}
#header {
	width: 215px;
	height: 123px;
	margin: 0 auto 30px;
	background: url(../img/frischr_logo.png) no-repeat center top;
}
	#header a {
		display: block;
		width: 215px;
		height: 123px;
		text-indent: -10000;
	}
	#header a span {
		display: none;
	}

/* @end */

/* @group Root Typo */

p, li {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 24px;
}
ul, ol {
	margin:0;
}
li {
	list-style-type: none;
	margin:0 0 10px;
	list-style-image: url(../img/kringel.png);
	list-style-position: outside;
}
a {
	color: #89ba15;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

h3 {
	margin-bottom: 10px;
}
h3 a {
	color: #89ba15;
	margin-bottom: 10px;
}
h3 a:hover {
	text-decoration: underline;
}
.justifyleft {
	float: left;
}
.justifyright {
	float: right;
}

/* @end */

/* @group References */

#references {
	position: relative;
	background: url(../img/header_references.png) no-repeat center top;
	width: 100%;
	height: 247px;
	clear: both;
	margin-bottom:129px;
}
#references a.hiddenlink {
	display: block;
	width: 100%;
	height: 233px;
}
	#references a.hiddenlink span {
		display: none;
	}

#teaser-outer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:transparent url(../img/bg_white_015.png) repeat scroll 0 0;
	border-top:4px solid #89BA15;
	float:left;
	padding:8px 12px 12px;
	position:relative;
	/*top:233px;*/
	top:0px;
	width:956px;
	margin: 0 0 12px;
}

#teaser-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
	padding:29px 40px;
	float: left;
}
	#teaser-inner p {
		font-size: 18px;
		color: #1e1e1e;
	}
	#teaser-inner p strong {
		font-weight: bold;
	}

/* @end */

/* @group Main Content */

#content-container {
	position: relative;
	width: 100%;
	/*height: 247px;*/
	min-height:300px;
	clear: both;
	margin-bottom:129px;
}
#main-content-outer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:transparent url(../img/bg_white_015.png) repeat scroll 0 0;
	border-top:4px solid #89BA15;
	float:left;
	padding:8px 12px 12px;
	position:relative;
	width:956px;
}

#main-content-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
	float: left;
}
#main-content-inner {
	padding:50px 180px;
	min-width:597px;
}
#main-content-inner .content {
	float: left;
	width: 100%;
}
	#main-content-inner a {
		color: #89ba15;
	}
		#main-content-inner a:hover {
			color: #89ba15;
			text-decoration: underline;
		}
	#main-content-inner h2 {
		color: #1e1e1e;
		margin:15px 0;
	}
	#main-content-inner p {
		color: #1e1e1e;
		margin:0 0 25px;
	}
	#main-content-inner p strong {
		font-weight: bold;
	}
	#main-content-inner img.alignright {
		float: right;
		margin: 0 0 0 10px;
	}
	#main-content-inner img.alignleft {
		float: left;
		margin: 0 10px 0 0;
	}

/* @group Referenzen */

li.referenceteaser {
	border-bottom:1px dotted #BBBBBB;
	float:left;
	font-size:12px;
	height:285px;
	line-height:20px;
	list-style-type:none !important;
	margin:0 7px 15px 7px;
	overflow:hidden;
	padding:0 0 15px;
	width:185px;
	list-style-image: none !important;
}
li.referenceteaser a.headline {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#89BA15;
	clear:both;
	color:#FFFFFF !important;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0 0 4px;
	padding:0 5px;
}
li.referenceteaser a.headline:hover {
	background-color:#666;
}

li.referenceteaser img,
img.dropshadow {
	margin: 0;
	background: url(../img/reference-teaser-shadow.png) no-repeat center bottom;
	padding: 0 0 8px;
	width: 185px;
	/*height: 139px;*/
}

.referencelayer {
	margin: 0 15px 0 0;
	font-size: 12px;
}
.referencelayer p {
	font-size: 12px;
	line-height: 20px;
}
.referencelayer h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.referencelayer h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.referencelayer h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px;
}
.referencelayer ul {
	
}
.referencelayer ul li {
	list-style-image: url(../img/kringel.png);
	list-style-position: outside;
	margin: 0 0 5px 15px;
	font-size: 12px;
}

/* @group Slideshow */

#reference-slideshow {
	float:right;
	width:390px;
	margin:25px -50px 0 0;
}
#reference-slideshow, #slidesContainer {
	width:390px;
	height:290px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slidesContainer {
	margin: 0 auto;
}
#reference-slideshow .slide {
	margin:0 auto;
	width:370px; /* reduce by 20 pixels to avoid horizontal scroll */
	height:290px;
}
	/**
	 * Slideshow controls style rules.
	 */
	.control {
	  display:block;
	  width:25px;
	  height:290px;
	  text-indent:-10000px;
	  position:absolute;
	  cursor: pointer;
	}
	#leftControl {
	  top:0;
	  left:0;
	  background: transparent url(../img/control_left_p.jpg) no-repeat 0 center;
	  z-index:99;
	}
	#leftControl:hover {
	  background: transparent url(../img/control_left_a.jpg) no-repeat 0 center;
	}
	#rightControl {
	  top:0;
	  right:0;
	  background:transparent url(../img/control_right_p.jpg) no-repeat 0 center;
	  z-index:99;
	}
	#rightControl:hover {
	  background:transparent url(../img/control_right_a.jpg) no-repeat 0 center;
	}

/* @end */


.fblike {
	margin:10px 0;
}

/* @end */

/* @end */


/* @group Navigation */

#navigation {
	height:31px;
	left:285px;
	position:absolute;
	top:-4px;
	width:428px;
}
	#navigation ul {
		width: 428px;
		height: 31px;
		margin: 0;
	}
	#navigation ul li {
		width: 107px;
		height: 31px;
		overflow: hidden;
		float: left;
		background:transparent url(../img/navigtaion.png) no-repeat scroll 0px 0px;
		list-style-type: none;
		list-style-image: none;
}
	#navigation ul li a {
		width: 107px;
		height: 0px;
		display: block;
		padding-top: 31px;
		float: left;
	}
	#navigation ul li a span {
		display: none;
	}
	#navigation ul li#nav1 			{ background-position: 0px 0px; }
	#navigation ul li#nav1:hover,
	#navigation ul li#nav1.selected 	{ background-position: 0px -32px; }
		
	#navigation ul li#nav2 			{ background-position: -101px 0px; }
	#navigation ul li#nav2:hover,
	#navigation ul li#nav2.selected	{ background-position: -101px -32px; }
	
	#navigation ul li#nav14 			{ background-position: -202px 0px; }
	#navigation ul li#nav14:hover,
	#navigation ul li#nav14.selected	{ background-position: -202px -32px; }
	
	#navigation ul li#nav11	 			{ background-position: -303px 0px; }
	#navigation ul li#nav11:hover,
	#navigation ul li#nav11.selected		{ background-position: -303px -32px; }
	
.breadcrump {
	clear:both;
	float:left;
	font-size:11px;
	margin:-15px 0 10px 0;
	width:100%;
}

/* @group Subnavigation */

.subnavigation {
	left:0px;
	position:absolute;
	top:70px;
}
.subnavigation ul li {
	background:url("../img/subnavigation.png") no-repeat scroll 0 0 transparent;
	font-size:12px;
	font-weight:bolder;
	height:25px;
	letter-spacing:0.5px;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 1px;
	width:164px;
}
	.subnavigation ul li:hover,
	.subnavigation ul li.active {
		background: url(../img/subnavigation.png) no-repeat 0 -25px;
	}
.subnavigation ul li a {
	color: #FFFFFF !important;
	/*text-shadow: #5c7918 0 1px 0;*/
	margin:0 0 0 10px;
	width: 139px;
	height: 25px;
	display: block;
}
	.subnavigation ul li a:hover,
	.subnavigation ul li.active a {
		text-decoration: none !important;
		color: #5f820e !important;
	}


/* @end */
/* @end */

/* @group Start Content */

#content-outer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 618px;
	padding: 12px;
	background: url(../img/bg_white_015.png) repeat;
	float: left;
}
	#content-inner {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		float: left;
		background-color: #ffffff;
		padding:20px 0 20px 20px;
		width:598px;
		min-height: 535px;
	}
#content-inner .teaserbox {
	float:left;
	margin:30px 14px 0 0;
	width:280px;
	min-height:225px;
}
#content-inner img.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
#content-inner .schmiede-teaser {
	border-top:1px dotted #BBBBBB;
	clear:both;
	float:left;
	margin:30px 0 0;
	padding:30px 0 0;
	width:99%;
}
#content-inner ul.schmiede {
	float:right;
	width:405px;
	margin: 0;
}
#content-inner ul.schmiede li {
	list-style-type: none;
	margin:0 0 10px;
	font-size: 14px;
	list-style-image: url(../img/kringel.png);
	list-style-position: outside;
}
	#content-inner ul.schmiede li a {
		color: #1e1e1e;
	}
	#content-inner ul.schmiede li a:hover {
		color: #89ba15;
	}
#content-inner img.schmiede-logo {
	float: left;
	margin:10px 20px 0 0;
}
/* @end */

/* @group Contact */

#contact-outer,
#twitter-outer,
#adress-outer {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 300px;
	padding: 12px;
	background: url(../img/bg_white_015.png) repeat;
	float: right;
	margin-bottom:12px;
}
	#contact-inner,
	#twitter-inner,
	#adress-inner {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		float: left;
		background-color: #ffffff;
		width: 280px;
	}
	#contact-inner {
		padding: 0px 10px 10px;
	}
	#adress-inner {
		background: #ffffff url(../img/icon-home.png) no-repeat 3px center;
		padding: 10px 0px;
		width: 300px;
	}
	#twitter-inner {
		background: #ffffff url(../img/twitter_big.png) no-repeat left center;
		min-height: 64px;
		z-index: 1;
		position: relative;
		padding: 10px;
	}
	#twitter-inner a.twitterlink {
		width:58px;
		height: 64px;
		display: block;
		float: left;
	}
		#twitter-inner a span {
			display: none;
		}
	#contact-inner .errors {
		padding: 5px;
		background-color: #fdbfbe;
		border: 1px solid #ef2f00;
		font-size: 12px;
		line-height: 18px;
	}
	#adress-inner p {
		font-size: 0.8em;
		line-height: 1.3em;
		margin: 4px 0 4px 70px;
	}
	#adress-inner p strong {
		font-weight: bold;
		letter-spacing: -0.05em;
	}
	#twitter-inner p {
		font-size: 0.8em;
		font-style: italic;
		float: left;
		width:190px;
		line-height: 1.2em;
	}
	.twitter-stoerer {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

/* @group Contact Form */

#contact-inner form,
#main-content-inner form {
	margin: 0 auto;
	width: 255px;
}
#contact-inner form label,
#main-content-inner form label {
	clear:both;
	float:left;
	font-size:14px;
	margin:7px 0 3px 3px;
}
	#contact-inner form label.vericode,
	#main-content-inner form label.vericode {
		margin:16px 0 3px 3px;
		width:100px;
	}
#contact-inner form input,
#main-content-inner form input {
	width: 244px;
	height: 22px;
	padding:5px 5px 1px;
	background: transparent url(../img/input-bg.png) no-repeat left top;
	border-style: none;
	font-size:14px;
}
#contact-inner form textarea,
#main-content-inner form textarea {
	width: 244px;
	height: 149px;
	padding:5px 5px 1px;
	background: transparent url(../img/textarea-bg.png) no-repeat left top;
	border-style: none;
	font-size:14px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#contact-inner form img,
#main-content-inner form img {
	margin:5px 0;
	border: 1px solid #ddd;
	float: right;
}
#contact-inner form input.submit,
#main-content-inner form input.submit {
	background: transparent url(../img/button_freudemachen.png) no-repeat left top;
	width: 147px;
	height: 29px;
	color: #68820f;
	text-shadow: #d2e392 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	padding: 0;	
	margin: 10px 0 0;
}
	#contact-inner form input.submit:hover,
	#main-content-inner form input.submit:hover {
	color: #ffffff;
	text-shadow: none;
}

/* @end */

/* @end */

/* @group Footer */

#footer-outer {
	background:transparent url(../img/bg_white_015.png) repeat scroll 0 0;
	padding-top:12px;
	width:100%;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 138px;
	clear:both;
}
	#footer-inner {
		background-color: #89ba15;
		color: #fff;
	}
	#footer-inner .wrapper {
		margin:0 auto;
		width:980px;
		height: 215px;
		padding:20px 0 0;
	}
	#footer-inner .contact {
		background:url("../img/footer_bg_contact.png") no-repeat scroll left top transparent;
		height:177px;
		padding:12px 15px 15px 50px;
		width:258px;
		float: left;
	}
	#footer-inner .sitemap {
		background: url(../img/footer_bg_sitemap.png) no-repeat left top;
		height:177px;
		padding:12px 12px 15px 42px;
		width:590px;
		float: left;
		margin-left: 13px;
	}
	#footer-inner a {
		color: #fff;
	}
	#footer-inner a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#footer-inner ul {
		float: left;
		margin:0;
	}
	#footer-inner ul li ul {
		float: none;
		margin:0;
	}
	#footer-inner ul li {
		float: left;
		list-style-image:none;
		list-style-type:none;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		margin:0 15px 15px 0;
		line-height:16px;
	}
	#footer-inner ul li ul li {
		color:#FFFFFF;
		float:none;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		list-style-image:none;
		list-style-type:none;
		margin:7px 0 0 15px;
	}
	#footer-inner h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 15px;
		color: #fff;
	}
	#footer-inner p {
		color:#FFFFFF;
		font-size:12px;
		line-height:16px;
		margin:0 0 15px;
	}
	
	#footer-inner .fb-activity {
		float: right;
		width: 250px;
		height: 175px;
		overflow: hidden;
}

/* @end */
	
