/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: small;
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0 0 10px 0;
    color: #d7d7d7;
    text-align: center;
	background-color: black;
}
ul {
    list-style: disc;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #ebc3a0;
    text-decoration: none;
}
a:hover {
    color: #ebc3a0;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: black url('http://www.nepomuk-amps.com/themes/nepomuk/images/nepomuk_bg_header_900x160_7.jpg') left top no-repeat;
}
#header {
    position: relative;
    height: 100px;

}
#nav {
    position: relative;
    margin-left: 7px;
    border-left: 2px solid #d7d7d7;
/*    border-right: 2px solid #d7d7d7;*/
}
#inner-wrapper {
    clear: both;
    width: 889px;
    margin-left: 7px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
}
#middleCol .inner {
    padding: 6px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 567px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 747px;
}
#layout-rightCol #middleCol {
    width: 707px;
}
#layout-noCols #middleCol {
    width: 887px;
}
#leftCol {
    float: left;
    width: 140px;
        margin-top: 7px;
    
}
#leftCol .inner {
    padding: 5px;
    /*padding-top: 0.8em;*/

}
#rightCol {
    float: right;
    width: 180px;
}
#rightCol .inner {
    margin: 2.5em 4px 4px 0;
    padding: 0.7em 5px 0 5px;
    border: 1px solid #BBBBBB;
}


/*
=========================Header===============================*/
#header {
    /*border: 2px solid #d7d7d7;*/
}
#header .wrap {
    position: relative;
    margin: 0 20px;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #d7d7d7;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 7px;
    left: 0;
}
#header h1 {
    padding: 10px 0;
    color: #a3b2b7;
}
#header h2 {
    padding: 10px 0;
    color: #ffde5b;
}
#address {
    font-weight: bold;
}
/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: black;
    border: 2px solid #d7d7d7;
    border-top: none;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs, #address {
    background: #d7d7d7;
    border: 2px solid #d7d7d7;
    border-top: none;
    font-family: arial;
    font-size: 0.8em;
}
#breadcrumbs .inner,
#address .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
#content h1 {
    font-size: 1.2em;
}
#content h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #BBBBBB;
    color: #ebc3a0;
}



#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: outside;
    list-style-image: url('http://www.nepomuk-amps.com/themes/nepomuk/images/lampe.gif');
}
#content li {
}
/*
#content a {
    color: #66A326;
}
*/
#content img {
    border: 1px solid black;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: arial, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer .wrap {
    position: relative;
    margin: 0;
    padding: 10px 0 5px;
    text-align: center;
   /* border: 2px solid #d7d7d7;*/
    border: none;
    border-top: 0;
}
#footer p {
    margin-bottom: 0.1em;
    color: white;
    font-size: 0.8em;
}
#footer a {
    color: #ffde5b;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #a3b2b7;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #FFE5F8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}
/*
=======CUSTOM==============
*/
img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}

.bigpic a:hover,
.bigText a:hover {
    color:black;
    text-decoration:none;
  }
.bigpic a,
.bigText a {
    color:black;
    text-decoration:none;
  }


.bigpic a span {
    display:none;
  }


.bigpic a:hover span {
    width: 300px;
    margin-top: -150px;
    padding: 10px;
    color:black;
    background: white;
    border:1px solid black;
    position: absolute;
    display: block;
    z-index: 10;
  }


.bigpic a span image {
    margin: 10px auto;
  }

div.bigText {
    display: block;
}

.bigText span{
    display: block;
    margin-left: 160px;
    min-height: 120px;
}
/********** custom css **********/
.highlight {
/*    background-color: #ffffcc;*/
}
table.preisliste {
    border: 0;
    width: 400px;
    margin: 10px auto;
}
table.preisliste td, table.preisliste.th {
    padding: 0;
}
td.preis, th.preis {
    background-color: #e4e4e4;
    text-align: right;
}
#sgl #middleCol img  img {
    border:  solid 1px black;
}

#sgl img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

#sgl img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

#sgl img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

#sgl img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}

ul.highlight, .highlight ul {
    margin-left: 10px;
    padding-left: 5px;
}
ul.highlight li, .highlight ul li {
    list-style-image: url('http://www.nepomuk-amps.com/themes/nepomuk/images/roehre_9x20.gif');
    margin-top: 5px;
}

ul.productList {
    list-style-type: none;
}

ul.productList img {
    padding: 0;
    margin: 5px 0;
}

ul.productList span {
    padding: 0;
    margin: 5px 0;
    color: #ebc3a0;
    font-weight: bold;
    font-size: 1.1em;


}

.noTitle {
display: none;
}

/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header,
.options-block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #BBBBBB;
    color: #ebc3a0;
    font-weight: bold;
}
.block .header h2,
.options-block .header h2 {
    font-size: 1.1em;
    font-family: arial;
}
.block .headerProdukte h2{
    font-size: 1.2em;
    font-family: arial;
}

.block .content,
.options-block .content {
    padding: 0.4em;
    padding-bottom: 0;
    font-size: 0.9em;
}

#rightCol .inner {
    background: black url('http://www.nepomuk-amps.com/themes/nepomuk/images/bg_leder_black_2.jpg') ;
}

#content .pageTitle h2,
.borderBottom
{
    border-bottom: 1px solid #BBBBBB;
}
#content .pageTitleNews h2 {
    border-bottom: 1px solid #BBBBBB;
    margin-top: -30px;
}


#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    color: #d7d7d7;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border: 1px solid #d7d7d7;
    border-left: none;
    background: black url('http://www.nepomuk-amps.com/themes/nepomuk/images/bg_leder_black.jpg') ;
}
#nav ul li a:hover,
#nav ul li.current a {
    color: #d7d7d7;
    background: #962527 url('http://www.nepomuk-amps.com/themes/nepomuk/images/bg_leder.jpg') ;
}
#nav ul li.current a:visited {
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
/*    position: absolute;
    left: 0;*/
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #962527;
    border-right: none;
    border-left: 1px solid #962527;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
    margin-top: 5px;
    float: left;
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #d7d7d7;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
/*	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
}

#TB_caption{
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	padding:6px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#options {
    float: right;
    width: 188px;
}

.options-block {
    margin: 10px 0 10px 8px;
}

#articlePreview h2 {
    margin: 0;
    padding: 0;
}

#articlePreview hr {
    margin: 5px;
}
#articlePreview .previewText {
    display: block;
    margin: 5px 0 5px 0;
    height: 110px;
}

#articlePreview .previewText .text {
    display: block;
    margin-left: 157px;
}

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

#articlePreview li, #articlePreview li.banner {
    margin: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #BBBBBB;
}

#articlePreview li {
    min-height: 110px;
}

#articlePreview li.banner {
    min-height: 60px;
    margin: 0 auto;
}

#articlePreview ul img {
    position: absolute;
    clear: left;
}

#articlePreview li.banner img{
    position: relative;
}

#productPicList img {
    border: 1px solid #d7d7d7;
}

#productPicDetail img {
    border: 1px solid #d7d7d7;
}

#productDesc,
blockquote {
    width: 545px;
    background: black url('http://www.nepomuk-amps.com/themes/nepomuk/images/bg_leder_black_2.jpg') ;
    border: 1px solid #d7d7d7;
    margin: 5px 0;
        max-height: 249px;
        overflow: auto;

}
#productDesc p {
    margin: 5px;
}

blockquote {
    padding: 5px;

}


#slideshow {
    margin: 5px auto;
}