/* ----------------------------------------------------------------------------
Screen CSS File
Küchenwerk - Frankfurt
Copyright 2007 by Softloop
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	color: #000;
	font: normal 12px Arial;
	background: url(../pics/bg_wrapperbg.gif) repeat-y center;
}

h1 {
	margin-bottom: 15px;
	font: 16px Arial;
	color: #333;
}

h2 {
	font: 14px Arial;
	color: #FF0000;
	margin-bottom: 15px;
}

h3 {
	font: 14px Arial;
	color: #333;
	margin-bottom: 15px;
	border-bottom: 1px solid #AAA;
	padding-bottom: 5px;
}

h4 {
	font: 11px Arial;
	color: #333;
	margin-bottom: 5px;
}

li {
	list-style-type: none;
}

img {
	padding-left: 1px;
}

img a {
	border: none;
}

a {
	color: #666;
	border-bottom: 1px dotted #AAA;
}

li {
	list-style-type: none;
}

#wrapperbg {
	background: url(../pics/bg.gif) repeat-x;
	width: 100%;
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
	height: 100%;
	background: #fff;
	text-align: left;
	overflow: hidden;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	background: url(../pics/bg_wrapper.gif) repeat-x top;
}

#header {
	position: relative;
	height: 102px;
	width: 850px;
	margin-top: 31px;
	background: url(../pics/bg_header.gif);
	border-bottom: 1px solid #AAA;
	z-index: 100;
	
}

#header a {
	border: none;
}

#logo {
	position: absolute;
	top: 37px;
	left: 619px;
	float: left;
	overflow: hidden;

}

#bild {
	position: relative;
	width: 850px;
	height: 140px;
	border-bottom: 1px solid #AAA;
}

.header_bild {
	padding: 0;
}


/* ----------------------------------------------------------------------------
Contentbereich
---------------------------------------------------------------------------- */

#content {
	float: left;
	width: 850px;
	background: url(../pics/bg_content.gif) repeat-y;
}

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

#content li {
	list-style-image: url(../pics/list.gif);
	margin-left: 8px;
	margin-bottom: 8px;
}

#content-links {
	width: 504px;
	float: left;
	background: url(../pics/bg_contentleft.gif);
	
}

#content-rechts {
	float: left;
	overflow: hidden;
	width: 345px;
	border-left: 1px solid #AAA;
	background: url(../pics/bg_sidebar.gif) repeat-x #D2D2D2;
}

/* ----------------------------------------------------------------------------
Artikelbereich
---------------------------------------------------------------------------- */

#article {
	padding: 15px;
	background: url(../pics/bg_article.gif) no-repeat top;
}

#article p {
	padding-bottom: 15px;
}

#article a {
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
}

/* ----------------------------------------------------------------------------
Sidebar
---------------------------------------------------------------------------- */

#sidebar {
	padding: 15px 30px 15px 15px;
	min-height: 312px;

}

#sidebar p {
	margin-bottom: 15px;
}

#sidebar a {
	color: #ff0000;
	border-bottom: 1px dotted #ff0000;
}

/* ----------------------------------------------------------------------------
Navi
---------------------------------------------------------------------------- */

#navibar {
	position: absolute;
	top: 73px;
	left: -1px;
	border-top: 1px solid #AAA;
}

#navigation {
	font: 12px Arial;
	float: left;
	border-left: 1px solid #AAA;
}

#navigation li {
	position: relative;
	float: left;
	border-right: 1px solid #AAA;
}

#navigation li a {
	float: left;
	height: 14px;
	padding: 8px 15px 6px 15px;
	color: #000;
}

#navigation li:hover {
	background-color: #FFF;
}

#navigation li ul {
	position: absolute;
	top: 28px;
	left: -1px;
	width: 130px;
	visibility: hidden;
	border-top: 1px solid #AAA;
}

#navigation li:hover ul {
	/*visibility: visible;*/
}

#navigation li:hover a, #navigation li a:hover, #navigation li a.aktiv {
	background-color: #FFF;
	color: #FF0000;
}

#navigation li ul li {
	clear: both;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

#navigation li ul li a, #navigation li:hover ul li a {
	background-color: #FFF;
	opacity: 0.8;
	width: 120px;
	height: 16px;
	padding: 3px 15px 3px 15px;
	color: #000;
}

#navigation li ul li a:hover, #navigation li ul li a.aktiv {
	color: #FF0000;
}

/* ----------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------- */

#wrapper_bottom {
	position: relative;
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	border-top: 1px solid #AAA;
}

#footer {
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#footer_text {
	padding: 15px;
}

#footer a {
	border: none;
}

#footer img {
	border-right: 1px solid;
}


/* ----------------------------------------------------------------------------
Kontaktformular
---------------------------------------------------------------------------- */

#content input.text {
	font: 12px Arial;
	width: 346px;
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#content textarea.textarea {
	font: 12px Verdana, sans-serif;
	width: 346px;
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 0px;
    margin-left: 0px;
}

#content .submit {
  	border: 1px solid #ccc;
  	color: #000;
  	padding: 0px 5px;
  	margin-top: 15px;
	margin-left: 0px;  
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
}

#content label {
	display: block;
	margin-left: 0px;
	margin-top: 2px; 
}

#content label.textarea {
	margin-top: 5px;
	margin-left: 0px;  
}

#content textarea:focus {
	color: #000;  
} 

#content input:focus {
	color: #000;
}

/*************
Bild umfliessen
*************/

.picture {
	padding-bottom: 15px;
	padding-right: 15px;
}

.picture-umflossen {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;	
}


/* ----------------------------------------------------------------------------
Fotogalerie
---------------------------------------------------------------------------- */

.thumb {
	border: 0 !important;
}

.galimg {
	
	vertical-align: middle;
	width:80px;
	height: 80px;
	text-align: center;
	padding: 10px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a { border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url(../pics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #AAA;
	}
	
/*************
Downloadmodul
*************/

.list_content {
	padding-bottom: 5px;
}

a.extpic {
	 border: none !important;
}
