
* {
	padding:0;
	margin:0;
}

body {
	background:url(http://www.bilder.schreyeck-online.de/bg-body.gif);
	font-family:VErdana, Helvetica, sans-serif;
	font-size:10px;
}

#printHeader { display:none; }

a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a:hover { text-decoration:underline; }

img a,
a img { border:0; }

#underlay {
	position:absolute;
	z-index:-1;
	height:125px;
	width:100%;
	background:#FFF url(http://www.bilder.schreyeck-online.de/bg-underlay.gif) repeat-y;
}

/* --{ STYLES FOR LAYOUT }--  */
#wrapper {
	width:1024px;
	position:absolute;
	left:-512px;
	margin-left:50%;
	border-left:1px solid #FDCB08;
	border-right:1px solid #FDCB08;
}

#header {
	height:125px;
	background:url(http://www.bilder.schreyeck-online.de/bg-header.gif) repeat-y 0px -1px;
	border-bottom:1px solid #292929;
}

h1#logo {
	height:125px;
	width:150px;
	background:url(http://www.bilder.schreyeck-online.de/logo-schreyeck.jpg);
	position:absolute;
	right:38px;
}

h1#logo a {
	height:125px;
	width:150px;
	display:block;
	text-indent:-9999px;
	outline:0;
}

a.printpage {
	display:block;
	text-align:right;
	background:url(http://www.bilder.schreyeck-online.de/print.png) no-repeat center right;
	padding-right:25px;
	height:22px;
	line-height:22px;
}

form#search {
	position:absolute;
	top:30px;
	left:25px;
}

form#search input.fld {
	padding:2px;
	width:110px;
	font-size:11px;
}

a#searchBtn {
	margin-top:5px;
	position:absolute;
	left:155px;
	top:24px;
	border:0;
}

#banner {
	width:545px;
	height:100px;
	position:absolute;
	left:-272px;
	margin-left:50%;
	margin-top:10px;
	background:#FFF;
}

a#enews {
	width:172px;
	height:32px;
	display:block;
	background:url(http://www.bilder.schreyeck-online.de/btn-enews.png);
	position:absolute;
	top:67px;
	left:25px;
}

a#enews-en {
	width:172px;
	height:32px;
	display:block;
	background:url(http://www.bilder.schreyeck-online.de/enl_btn-enews.png);
	position:absolute;
	top:67px;
	left:25px;
}

a#enews-nl {
	width:172px;
	height:32px;
	display:block;
	background:url(http://www.bilder.schreyeck-online.de/nl_btn-enews.png);
	position:absolute;
	top:67px;
	left:25px;
}

#content { }

#leftCol,
#rightCol {
	width:226px;
	float:left;
}

#leftCol {
	border-top:1px solid #FDCB08;
	background:#444 url(http://www.bilder.schreyeck-online.de/bg-left.png) repeat-y;
}

#rightCol { background:#444 url(http://www.bilder.schreyeck-online.de/bg-left.png) repeat-y right; }

#midCol {
	width:570px;
	float:left;
	background:url(http://www.bilder.schreyeck-online.de/bg-midCol.png) repeat-y;
	border-right:1px solid #FDCB08;
	border-left:1px solid #FDCB08;
	min-height:1050px;
	height:auto !important;
	height:1050px;
}

/* --{ STYLES FOR MAIN NAVIGATION (a bit complicated!) }--  */
/* --{ STYLES FOR LEFTCOL }--  */
ul { list-style-type:none; }

ul#mainNav li.first a {
	background:url(http://www.bilder.schreyeck-online.de/bg-menu.png);
	border-bottom:1px solid #FFF;
	height:30px;
	line-height:30px;
	color:#FFF;
	letter-spacing:1px;
	padding-left:25px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}

ul#mainNav li a:hover,
ul#mainNav li.first a.active {
	background:#545454 url(http://www.bilder.schreyeck-online.de/bg-menu-hover.png) no-repeat;
	border-bottom:1px solid #FDCB08;
}

ul#mainNav li.second a {
	color: #FFF;
	background:none;
	border:0;
	font-weight:no;
	height:18px;
	line-height:18px;
	margin-left:35px;
}

ul#mainNav li.second a:hover,
ul#mainNav li.second a.active,
ul#mainNav li.third a:hover,
ul#mainNav li.third a.active {
	color: #FDCB08;
	text-decoration:none;
}

ul#mainNav li.third a {
	color: #FFF;
	background:none;
	border:0;
	font-weight:no;
	height:18px;
	line-height:18px;
	margin-left:35px;
	font-weight:normal;
}

ul#mainNav ul#sub { margin-top:15px; }

ul#mainNav li ul li ul li a:hover,
ul#mainNav li ul li ul li a.active {
	color: #FDCB08;
	font-weight:bold;
}

ul#serviceMenu li a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	line-height:18px
}

ul#serviceMenu li a:hover,
ul#serviceMenu li a.active { color: #FDCB08; }

.ulspacer { height:10px; }

#leftBottom { padding:15px 25px; }

/* --{ STYLES FOR MIDCOL }--  */
#breadcrump {
	background:url(http://www.bilder.schreyeck-online.de/bg-breadcrump.png);
	height:33px;
	line-height:33px;
	font-weight:normal;
	font-size:10px;
	padding:0 25px;
	color: #333;
}

#breadcrump span {
	font-weight: bold;	
	color: #000;
}

#breadcrump a {
	color:#000;
	text-decoration:none;font-weight:normal;
}

#breadcrump a:hover { text-decoration:underline; }

#contentInner { padding:5px 5px 25px 25px; }

.textItem { padding:0 25px 0 0; }

#contentInner p { margin-bottom:10px; }

#contentInner h2 {
	margin-bottom:5px;
	font-size:13px;
}

.spacer-15px {
	height:15px;
	width:100%;
}

h3 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0;
}

#photos { margin-bottom:15px; }

/*#photos .photoHolder {
	float:left;
	width:100px;
	margin:0 6px 10px 0;
	text-align:right;
	font-size:9px;
	letter-spacing:-1px;
	height:125px;
}
*/

#photos .photoHolder {
	float:left;
	width:100px;
	margin:0 6px 10px 0;
	text-align:center;
	font-size:10px;
	height:125px;
}

#photos .photoHolder img {
	margin-bottom:3px;
	width:100px;
	height:100px;
	border:0;
}

#photos .noImage {
	width:98px;
	height:98px;
	border:1px solid #000;
	margin-bottom:5px;
	text-align:center;
	line-height:99px;
}

/* --{ STYLES FOR RIGHTCOL }--  */
#rightTop {
	width:174px;
	background:url(http://www.bilder.schreyeck-online.de/block-right-top.png);
	margin-left:7px;
	color:#FFF;
	/*font-family:"Times New Roman", Times, serif;*/
	text-align: left;
	padding-left:15px;
	padding-top:7px;
	line-height:16px;
	padding-bottom:10px;
	padding-right:30px;
	font-size: 10px;
}

.spacer { height:7px; }

#rightCol h3 {
	background:#545454 url(http://www.bilder.schreyeck-online.de/bg-h3.png) right no-repeat;
	border-top:1px solid #FDCB08;
	border-bottom:1px solid #FDCB08;
	height:30px;
	line-height:30px;
	color:#FFF;
	letter-spacing:1px;
	padding-right:25px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	text-align:right;
}

.rightInner {
	margin:15px 20px 20px 15px;
	color:#FFF
}

.rightInner h4 {
	margin-bottom:10px;
	font-size:10px;
}

.rightInner p { margin-bottom:5px; }

.artikelliste { margin-bottom:20px; }

.artikelliste img {
	width:80px;
	margin-bottom:5px;
}

.rightInner .artikelliste a {
	color: #FFF;
	font-weight:normal;
}

.calendarPoint {
	color:#FFF;
	margin-left:20px;
	margin-top:15px;
}

.clear,
clearfix { clear:both; }

table#newsletterForm td { padding:5px; }

ul.sitemapStandardMainCat { margin-bottom:10px; }

ul.sitemapStandardMainCat li.sitemapStandardLevel_2 { margin-left:5px; }

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 { margin-left:15px; }

ul.sitemapStandardMainCat li.sitemapStandardLevel_3 a { font-weight:normal; }

/* LIGHTBOX */
#lightBoxUnderlay {
	position:absolute;
	width:100%;
	height:150%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index:998;
	display:none;
}

#lightBox {
	position:absolute;
	width:530px;
	margin-left:50%;
	left:-260px;
	z-index:999;
	display:none;
	background:#FFF;
	margin-top:20px;
	padding:5px;
	padding-bottom:15px;
}

#lightBoxHeading a {
	position:absolute;
	text-align:right;
	right:-10px;
	top:-10px;
	background:url(../fancybox/fancy_close.png);
	height:30px;
	width:30px;
	text-indent:-9999px;
}

iframe#lightBoxFrame {
	width:520px;
	height:680px;
}

.contactRow label,
.contactRow input,
.contactRow textarea {
	float:left;
	width:200px;
	display:block;
	margin-bottom:5px;
}

#contactFormSubmit {
	margin:15px 15px 0 0;
	border-top:2px solid #666;
	text-align:right;
	padding:10px;
}

#pagination { font-size:11px; }

#pagination a.active { text-decoration:underline; }

.skai {
	color:#F61F27;
	font-weight:bold;
}

a#webshopBtn {
	background:url(http://www.bilder.schreyeck-online.de/button-naar-webshop.png);
	display:block;
	width:191px;
	height:56px;
	margin-left:25px;
}

#wrapper #content #rightCol #rightTop #langChoice {
	position: relative;
	text-align: center;	
	margin: 10px 0;
	background: #353535;
	border: 1px solid #292929;
	padding: 3px 0;
}

#wrapper #content #rightCol #rightTop #langChoice span {
	position: relative;
	top: -2px;
	margin-right: 3px;
}

#wrapper #content #rightCol #rightTop #langChoice a {
	margin-right: 5px;	
	top: 4px;
}

#wrapper #content #rightCol #rightTop #langChoice img {
	margin-top: 4px;
}

.companyDescription ul li {
	list-style: square;
	margin-left: 13px;
}

/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}

#searchResults .searchResultItem h2 a {
	font-size: 11px;	
}

#searchResults .searchResultItem  h2 {
	color: #000000;
	font-size: 11px;	
}

#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:11px;
	margin:0 0 5px 0;
	padding:0;
	font-style:normal;
}

/* *** youtube movie *** */
#leftCol #youtube {
	width: 190px;
	margin: auto;
	position: relative;
	left: 3px;
	text-align: center;	
	background: black;
	-webkit-box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.25);
box-shadow: 2px 2px 2px 3px rgba(0, 0, 0, 0.25);
}

#leftCol #youtube h3 {
	height:30px;
	line-height:30px;
	color:#FFF;
	letter-spacing:1px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin:0;
	text-align:center;
	font-size: 12px;
}

/*
 * FOOTER BEGIN
 */

#footer {
	background-color: #444444;
	min-height: 500px;
	padding:10px;
}

#footer a,
#footer a:hover {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #FDCB08;
}

#footer  ul{
	margin-left:10px;
	margin-bottom:15px;
}

#footer  ul{
	margin-bottom:10px;
}



div.outerwrap {
	margin-bottom: 1em;
	border-bottom:1px dotted #5C5C5C;
	padding-bottom:10px;
}

/* position list chunks side by side */
div.wrapper {
	/*float: left;*/
	/*width: 200px;*/
	margin-bottom: 20px;
	padding:5px;
}

div.wrapper:hover {
	background:#4C4C4C
}


/* remove default spacing  to 
promote cross-browser consistency */
div.wrapper ul {

	margin-bottom:15px;
}

div.wrapper ul li{
	float:left;
	display:block;
	width:160px;
}

/* suppress normal list item numbering */
div.wrapper ul li {
	list-style-type: none;
}

div.wrapper li {
	font-weight: bold;
	line-height:17px;
}

div.wrapper li ul li { 
	font-weight: normal;
	padding-left: 2px;
}

/*
 * FOOTER END
 */

