@charset "utf-8";
 
/*
	schmitt.siegel.de CSS
	Copyright (c) 2009 Initiative Konzeptionelles Design. All rights reserved.
	If you copy without permission, We will mock you.
*/

@import url(boilerplate.css); /* Default Styling */
@import url(galleria.css); /* Galleria Styling */


/*@font-face {
 font-family: Axel;
 src: url('font/Axel-Regular.ttf');
}*/

/*body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {font-family: Axel, Helvetica, Arial, sans-serif;}*/

/* @group ALLGEMEIN */

body.bgStandard {background-color:#b5c825;}

body.bgDetail {background-color: #fff;}

.contentDetail {
	height:auto;
	width: 100%;
	overflow: hidden;
	background: url(img/contentDetail-bg.png) repeat-x 0 0;
}

.contentStandard {
	height:auto;
	width: 100%;
	overflow: hidden;
	background: url(img/contentStandard-bg.png) repeat-x 0 0;
}

blockquote {
	margin-left: 0;
	padding-left: 30px;
	background: url(img/zitat-bg.png) no-repeat 0 0;
}

img.right {
	margin-left: 1.5em;
	float: right;
}

img.left {
	margin-right: 1.5em;
	float: left;
}

/* @end */

/* @group LINKS */

body.bgStandard a:link,
body.bgStandard a:visited { 
color: #006cad; 
text-decoration: none;
}

body.bgStandard a:hover, 
body.bgStandard a:focus {
color:#fff; 
border-bottom:1px solid #fff;
text-decoration: none;
}

body.bgDetail a:link,
body.bgDetail a:visited { 
color: #a1b221; 
text-decoration: none;
}

body.bgDetail a:hover, 
body.bgDetail a:focus {
color: #768217; 
border-bottom:1px solid #b5c825;
text-decoration: none;
}

/* @end */

/* @group HEADER */

#header {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(img/header-bg-animiert.gif) repeat 0 0;
	height:auto;
	width: 100%;
	overflow: hidden;
}

#header .logo {
	margin: 10px 0 0 20px;
	padding: 0;
	background: url(img/schmisi-logo.png) no-repeat 0 0;
	width: 219px;
	height: 24px;
}

#header .logo h1 {
	text-indent: -9999px;
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	}

#header.ohneText {
	height: 120px;
}

#header h2 {
	font-size: 7em;
	margin: 60px 0 25px 137px;
	padding: 0;
	color: #fff;
	line-height: 1.1em;
}

/* @end */




/* @group NAVIGATION */

#navi {
	position: absolute;
	height: 50px;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navi li{
	padding: 0;
	margin: 0;
	float: left;
	text-indent: -9999px;
}

#navi li a {
	border: 0;
	display: block;
	text-decoration: none;
	overflow: hidden;
	background: transparent url(img/navi-sprite.png) no-repeat;
	width: 135px;
	height: 50px;
	margin-right: 5px;
}

li#start a:link,
li#start a:visited {background-position: 0px 0px;}

li#start a:hover, 
li#start a:focus {background-position: 0 -50px;}

li#leistung a:link, 
li#leistung a:visited {background-position: -135px 0px;}

li#leistung a:hover,
li#leistung a:focus {background-position: -135px -50px;}

li#artikel a:link, 
li#artikel a:visited {background-position: -270px 0;}

li#artikel a:hover,
li#artikel a:focus {background-position: -270px -50px;}

li#projekte a:link, 
li#projekte a:visited {background-position: -405px 0;}

li#projekte a:hover,
li#projekte a:focus {background-position: -405px -50px;}

li#kontakt a:link, 
li#kontakt a:visited {background-position: -540px 0;}

li#kontakt a:hover, 
li#kontakt a:focus {background-position: -540px -50px;}


li#start a#selected {background-position: 0 -50px;}

li#leistung a#selected {background-position: -135px -50px;}

li#artikel a#selected {background-position: -270px -50px;}

li#projekte a#selected {background-position: -405px -50px;}

li#kontakt a#selected {background-position: -540px -50px;}


/* @end */

/* @group STARTSEITE */

#content_start {
	width: 870px;
	margin: 2em 0 3em 175px;
}

#content_start h2 {
	color: #a1b221;
}

#content_start h2 .black {color: #000;}

#image_start {
	width: 870px;
	height: 400px;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group PROJEKTE */

#content_projekte {
	/*background-color: #979830;*/
	width: 340px;
	margin: 20px 0 4em 637px;
	padding: 0;
}

/* @group image_galleria */

#image_galleria {
	/*background-color: #be0022;*/
	width: 600px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0 0 5em;
	height: auto;
}

#image_galleria ul {margin: 0;padding: 0;} /*wenn javascript aus, steht die liste ordentlich am rand*/

#image_galleria ul.galleria {width: 250px;margin: 20px 0 0 20px;padding: 0;}

#image_galleria .galleria li {width:40px;height:40px;margin:0 10px 10px 0}

#main_image span.caption {
	line-height: 1.4;
	font-size: 1em;
	margin: 0 250px 0 20px;
	padding: 0;
	display: block;
}
#main_image{margin: 0;width:600px;padding: 0;}
#main_image img{margin-bottom: 10px;}

ul#nav_prevnext { 
	list-style:none; 
	margin: 15px 0 0; 
	width:47px; 
	height:22px;
	position: absolute;
	padding: 0;
	top: 400px;
	right: 10px;
}

ul#nav_prevnext li { margin:0; float:left; }
ul#nav_prevnext li a { display:block; text-indent:-9999px; height:22px; }
ul#nav_prevnext li.prev a { background:url(img/projects_prev.png) no-repeat 0 0; width:23px; }
ul#nav_prevnext li.prev a:hover,
ul#nav_prevnext li.prev a:focus { background-position:0 -22px;border-style: none;}
ul#nav_prevnext li.next a { background:url(img/projects_next.png) no-repeat 0 0; width:24px; }
ul#nav_prevnext li.next a:hover,
ul#nav_prevnext li.next a:focus { background-position:0 -22px;border-style: none;}

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

/* @group PROJEKTE SLIDERBOX */

div#other_projects {
	background-color: #ccc;
	overflow: hidden;
	height:auto;
	width: 100%;
}

div#other_projects ul { list-style:none; padding: 0; margin: 20px 0 0 137px;position: relative;}
div#other_projects ul li { margin: 0 20px 20px 0; float:left;padding: 0;}
/*div#other_projects ul li a { border: 1px solid #333; width: 80px; height: 80px;display: block;}
div#other_projects ul li a:hover,
div#other_projects ul li a:focus { border-color: #fff; }
div#other_projects ul li img { border:none; padding:0; }*/


div#other_projects ul li a.projectThumb:hover,
div#other_projects ul li a.projectThumb:focus {
	border: 6px solid #999;
}

div#other_projects ul li a.projectThumb:hover img,
div#other_projects ul li a.projectThumb:focus img {
	margin: -6px;
}

div#other_projects ul li a.projectThumb,
div#other_projects ul li a.projectThumb img {
 	padding: 0px;
	float: left;
	overflow: hidden;
	margin: 0;
}


h4#other_projects_toggle { 
	width:150px; 
	height:30px; 
	cursor:pointer; 
	background: url(img/projects_otherprojects.png) no-repeat 0 0; 
	text-indent:-9999px; 
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	overflow: hidden;
	right: 50px;
}

h4#other_projects_toggle:hover { background-position:0 -30px; }
h4#other_projects_toggle.down { background-position:0 -60px; }
h4#other_projects_toggle.down:hover { background-position:0 -90px; }

/* @end */

/* @group ARTIKEL */

#content_artikel {
	/*background-color: #979830;*/
	width: 540px;
	margin: 20px 0 4em 437px;
	padding: 0;
}

#image_teaser {
	/*background-color: #be0022;*/
	width: 400px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group VITA KONTAKT */

#content_kontakt {
	/*background-color: #979830;*/
	margin-left: 437px;
	width: 540px;
	margin-top: 20px;
	margin-bottom: 4em;
}

#image_karte {
	/*background-color: #be0022;*/
	width: 400px;
	float: left;
	position: relative;
	height: 400px;
	margin: 0;
	padding: 0;
}

#image_karte p {
	margin-left: 70px;
}

#image_karte h2 {
	margin-left: 20px;
	color: #000;
}

#image_karte iframe {
	margin-bottom: 1.5em;
}

/* @end */

/* @group PROJEKT ÜBERSICHTSSEITE */

ul#projekt_uebersicht { 
	list-style:none; 
	margin: 15px 0 30px 15px;
	float: left;
	padding: 0 0 50px;
	width: 69%;
	/*background-color: #35fffe;*/
}

ul#projekt_uebersicht li {width:230px; float:left; margin: 0 15px 15px 0;
	/*background-color: #6bcc64;*/
	overflow: hidden;
	height: 20.5em;
}

/*ul#projekt_uebersicht li.three,
ul#projekt_uebersicht li.six
ul#projekt_uebersicht li.nine {margin-right:0;}

ul#projekt_uebersicht li.four,
ul#projekt_uebersicht li.seven {clear: left;}

ul#projekt_uebersicht li.seven,
ul#projekt_uebersicht li.eight,
ul#projekt_uebersicht li.nine {margin-bottom:0;}*/

ul#projekt_uebersicht li p {margin-bottom:10px;}
ul#projekt_uebersicht li p.meta { font-family:Verdana,sans-serif; font-size:9px; color: #999; border-top: 1px solid #ededed; padding-top: 7px; }

ul#projekt_uebersicht li p.meta a:hover,
ul#projekt_uebersicht li p.meta a:focus {border-style: none;}

ul#projekt_uebersicht li a {border:none;}


ul#projekt_uebersicht li a.projectThumb:hover,
ul#projekt_uebersicht li a.projectThumb:focus {
	border: 6px solid #999;
}

ul#projekt_uebersicht li a.projectThumb:hover img,
ul#projekt_uebersicht li a.projectThumb:focus img {
	margin: -6px;
}

ul#projekt_uebersicht li a.projectThumb,
ul#projekt_uebersicht li a.projectThumb img {
 	padding: 0px;
	float: left;
	overflow: hidden;
	margin: 0;
}

ul#projekt_uebersicht li h3 {
	font-size: 20px;
	line-height: 1.3em;
	margin: 0 0 5px;
	padding: 5px 0 0;
	clear: left;
}

ul#projekt_uebersicht li h3 a {color: #000;}

/*ul#projekt_uebersicht li h3 a:hover,
ul#projekt_uebersicht li h3 a:focus {border-bottom: 2px solid #b5c825;}*/

/* @end */

/* @group ARTIKEL ÜBERSICHTSSEITE */

ul#artikel_uebersicht {
	list-style:none; 
	margin: 15px 0 30px 15px;
	float: left;
	padding: 0 0 50px;
	width: 69%;
	/*background-color: #35fffe;*/
}

ul#artikel_uebersicht li {width:215px; float:left; margin: 0 30px 15px 0; padding: 0;
	/*background-color: #6bcc64;*/
	overflow: hidden;
	height: 20.5em;
}

/*ul#artikel_uebersicht li.three,
ul#artikel_uebersicht li.six,
ul#artikel_uebersicht li.nine {margin-right:0;}

ul#artikel_uebersicht li.four,
ul#artikel_uebersicht li.seven {clear:left;}

ul#artikel_uebersicht li.seven,
ul#artikel_uebersicht li.eight,
ul#artikel_uebersicht li.nine {margin-bottom:0;}*/

ul#artikel_uebersicht li img {border:none; width:230px; height:150px;margin: 0 0 5px;}

ul#artikel_uebersicht li p {margin-bottom:10px;}
ul#artikel_uebersicht li p.meta { font-family:Verdana,sans-serif; font-size:9px; color: #999; border-top:1px solid #ededed; padding-top:7px;}

ul#artikel_uebersicht li p.meta a:hover,
ul#artikel_uebersicht li p.meta a:focus 
{border-style: none;}

ul#artikel_uebersicht li h3 {
	/*background-color: #2ecdff;*/
	font-size: 20px;
	line-height: 1.3em;
	padding: 0;
	margin-bottom: 0.5em;
}

ul#artikel_uebersicht li h3 a {color: #000;border:none;}

ul#artikel_uebersicht li h3 a:hover,
ul#artikel_uebersicht li h3 a:focus {border-bottom: 2px solid #b5c825;}

/* @end */

/* @group ÜBERSICHTSSEITE HEADLINE, PAGINATION */

#uebersicht_left {
	/*background-color: #43cccb;*/
	margin: 15px 15px 0 70%;
	padding: 0;
	/*width: 230px;*/
	height: auto;
}

#uebersicht_left h5 { margin: 0 0 50px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #ddd;
	padding: 0 0 10px 5px;
	color: #525252;
}

#uebersicht_left h5 a { text-decoration:none;
	}

#uebersicht_left h5 a:hover,
#uebersicht_left h5 a:focus { color:#85931b; border-bottom:1px solid #fff;}

#uebersicht_left h4 {
	padding: 0 0 0 5px;
	color: #bababa;
	font: normal normal 9px/0 Verdana, sans-serif;
	margin: 25px 0 0;
}
#uebersicht_left ul { list-style:none;
	margin: 15px 0 0;
	padding: 0;
}
#uebersicht_left ul li { margin: 0;
	padding: 5px 0;
	border-top: 1px dotted #ddd;
}
#uebersicht_left ul li a { text-decoration:none;
	/*margin: 0;*/
	padding: 5px;
	display: block;
}

#uebersicht_left ul li a:hover,
#uebersicht_left ul li a:focus { 
	color:#fff;
	border-style: none;
	background-color: #b5c825;

}

#uebersicht_left ul li a.selected { 
	color:#fff;
	border-style: none;
	background-color: #b5c825;

}

/* @end */


/* @group FOOTER */

#footer {
	text-align: left;
	clear: both;
	padding: 1.5em 0 70px;
}

#footer a:hover,
#footer a:focus  {
	border-style: none;
}

.footerStandard {
	background: #a7b822 url(img/footerStandard-bg.png) repeat-x 0 0;
	color: #778316;
}

.footerDetail {
	background: #fff url(img/footerDetail-bg.png) repeat-x 0 0;
	color: #999;
}

#footer p {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */	