/**
 * Grundlegende Definitionen
 */
html,body
{
    margin: 0;
    padding: 0;
    color: #000;
    background-color : #fff;
}

body
{
    margin: 15px 0 20px 0;
    text-align: center;
    font: normal 11px verdana,tahoma,sans-serif;
    color: #000;
    background-color : #fff;
}

table
{
    border: 0 none;
}

form
{
    margin: 0;
    padding: 0;
}

h1,h3
{
    margin: 0 0 15px 0;
    font: bold 11px verdana,tahoma,sans-serif;
}

img
{
    border: 0 none;
}

ul {
  padding :3px 0 3px 0;
  margin:0 0 0 15px;
}

li {
  padding:0px;
  margin:0px;
  list-style:square;
}

a:link, a:visited, a:active
{
    color: #E0691A;
    text-decoration: none;
    background-color: transparent;
}

a:hover
{
    color: #FF9148;
    text-decoration: underline;
    background-color: transparent;
}

#area
{
    width: 900px;
    margin: 0px auto;
    text-align: left;
}

.inputBtn
{
    height: 24px;
    background-image: url('../gfx/button_background.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
    border: 1px outset #FF9148;
    font: normal 11px verdana,tahoma,sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 3px 7px;
}

.inputText
{
    padding: 4px;
    border: 1px solid #c3c3c3;
    font: normal 11px verdana,tahoma,sans-serif;
    background-image: url('../gfx/text_background.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

/**
 * Bestätigungs-, Fehlerausgaben
 */
.box_msg_ok
{
	border: 1px solid #42BE08;
	color: #42BE08;
	background-color: #EBF8E6;
	padding:5px 10px 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.box_msg_error
{
	border:1px solid #BE082F;
	color:#BE082F;
	background-color:#F6E0E6;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
	font-weight: bold;
}

/**
 * Header
 */
#header
{
    height: 85px;
    text-align: left;
    /*
    background-image: url('../gfx/logo.jpg');
    background-repeat: no-repeat;
    background-position: 10px 0px;
    */
}

/**
 * Oberes Menü
 */
#menubar
{
    border-left: 6px solid #E0691A;
    border-right: 6px solid #E0691A;
    background-color: #FF9148;
}

#menubar ul
{
    margin: 0;
    padding: 0 0 0 0px;
    height: 29px;
    font: 11px Verdana, sans-serif;
    width: 100%;
    list-style-type: none;
    color: #fff;
}

#menubar li
{
    float: left;
    margin: 0;
    padding: 0 2px;
    width: auto;
    display: block;
}

#menubar li a, #menubar li a:link
{
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    font-weight: bold;
}

#menubar li a:hover
{
    cursor: pointer;
    color: #fff;
    background-color: #E0691A;
    background-image: url('../gfx/menubar_arrow.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#menubar li a#current, #menubar li a#current:link
{
    color: #fff;
    cursor: default;
    background-color: #E0691A;
    background-image: url('../gfx/menubar_arrow.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#menubar li a#current:hover
{
    color: #fff;
}

/**
 * Adbar
 */
#adbar
{
    height: 43px;
    margin-top: 7px;
    background-image: url('../gfx/adbar_background.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

/**
 * Linkes Menü & rechter Inhalt
 */
#mainframe
{
    width:100%;
    margin-top: 7px;
}

#mainframe td
{
    vertical-align: top;
}

#mainframe #menu
{
    width: 200px;
}

#mainframe #content
{
    padding-left: 10px;
}

/**
 * Linkes Menü
 */
.menu_box .title
{
    color: #fff;
    font-weight: bold;
    border-left: 6px solid #E0691A;
    border-right: 6px solid #E0691A;
    background-color: #FF9148;
}

.menu_box .title h1, .menu_box .title h3
{
    font: bold 11px verdana,tahoma,sans-serif;
    padding: 6px 11px;
    margin: 0;
}

.menu_box .content
{
    padding: 10px 11px 15px 7px;
    margin: 1px 0 10px 0;
    color: #000;
    border-left: 6px solid #EAEAEA;
    border-right: 6px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #F5F5F5;
}

/**
 * Rechter Inhalt
 */
#content_main .title
{
    color: #fff;
    font-weight: bold;
    border-left: 6px solid #E0691A;
    border-right: 6px solid #E0691A;
    background-color: #FF9148;
}

#content_main .title h1, #content_main .title h3
{
    font: bold 11px verdana,tahoma,sans-serif;
    padding: 6px 11px;
    margin: 0;
}

#content_main .content
{
    padding: 9px 14px 11px 14px;
    margin: 1px 0 10px 0;
    color: #000;
    border-left: 6px solid #EAEAEA;
    border-right: 6px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #F5F5F5;


}

/**
 * Footer
 */
#footer
{
    padding: 6px 11px;
    margin-top: 5px;
    color: #aaa;
    border-top: 1px solid #EAEAEA;
    border-left: 6px solid #EAEAEA;
    border-right: 6px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background-color: #F5F5F5;
}

/**
 *  Blätterfunktion
 */
.pageNumber {
    display: inline;
    padding: 1px 4px;
    border: 1px solid #ccc;
    margin: 0 2px;
    background-color: #E0E5E8;
    font-weight: bold;
}

.pageNumber a:link, .pageNumber a:visited, .pageNumber a:active {
    color: #000;
    background-color: #E0E5E8;
    font-weight: normal;
}

.pageNumber a:hover {
    color: #000;
    background-color: #E0E5E8;
    font-weight: normal;
}

/**
 * Artikel
 */
.products_letter
{
    width: 21px;
    padding: 1px 0;
    float: left;
    text-align: center;
    font-weight: bold;
}

.products_letter a
{
    display: block;
}

.products_table
{
    width: 100%;
}

.products_table tr
{
    background-color: #fff;
}

.products_table tr:hover
{
    background-color: #FFD4B7;
}

.products_table td:hover
{
    cursor: pointer;
}

.products_table .name
{
    vertical-align: top;
    padding: 5px 10px;
    border-bottom: 1px solid #F4F6F4;
}

.products_table .name a
{
    color: #000;
    display: block;
}

.products_table .manufacturer
{
    width: 200px;
    vertical-align: top;
    padding: 5px 10px;
    border-bottom: 1px solid #F4F6F4;
}

.products_table .manufacturer a
{
    color: #000;
    display: block;
}

.products_details_table
{
    width: 100%;
}

.products_details_table .description
{
    padding-right: 15px;
    text-align: justify;
    vertical-align: top;
}

.products_details_table .description h1, .products_details_table .description h3
{
    margin: 0 0 0 0;
    font: normal 17px trebuchet ms,arial,verdana,tahoma,sans-serif;
    font-weight: bold;
}

.products_details_table .description h2
{
    margin: 0 0 15px 0;
    font: normal 14px trebuchet ms,arial,verdana,tahoma,sans-serif;
    font-weight: bold;
    color: #888;
}


.products_details_table .info
{
    width: 200px;
    border-left: 1px dashed #ECEAEC;
    padding-left: 15px;
    vertical-align: top;
}

.products_details_table .info .picture
{
    text-align: center;
    margin-bottom: 10px;
}

.products_details_table .info .maininfo
{
    background-image: url('../gfx/info_background.gif');
    background-repeat: no-repeat;
    background-position: 50% 10px;
}

.products_details_table .info h2
{
    margin: 0 0 0 0;
    font: normal 11px verdana,tahoma,sans-serif;
    font-weight: bold;
}

.newsletter_table
{
    width: 100%;
}

.newsletter_table td
{
    vertical-align: middle;
}
