
/*===================================
/*  Document Container
/*  margin: top right bottom left
/*====================================*/

html, body { 
    margin: 0; 
    padding: 0;    
}
body {
    padding-bottom: 20px; 
    background-image:url(../images/textur.png);
    font-family: verdana, arial, sans-serif;
	z-index:0;
}
#container {
    background: #fff;
    width: 900px;
    margin: 20px auto;
    border: 2px solid #d4e4f4;
	min-height: 580px;
}
#header {
	z-index:0;
}
#header-inner {
	position:relative;
	height:195px;
}
#header-logo {
	position:absolute;
	z-index:1;
}
#wrapper{
	position:absolute;
	z-index:2;
}

#sidebar {
    width: 200px;
    margin-left: 10px;
    float: left;
    padding: 5px;
    display: inline; /* floats are handled as block elements, this is to fix 
			a margin collapsing bug in IE */
}
#content {
    margin: 0 20px 0 242px;
    max-width: 980px;
    overflow: hidden;  
}
#footer {
    color: #555;
    font-size: 11px;
	padding-bottom:10px;
}

#fenster {
	background: #fff;	
    padding: 10px;
}

#main_menu 
{
	margin-top: 5px;
	margin-bottom: 12px;
}

/*===================================
/*  Generic style classes
/*====================================*/

img {
    border-style: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    border: 1px solid #ccc;
}

img.left {
    float: left;
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

img.right {
    float: right;
    padding: 10px;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.clearboth {
    clear: both;
}

.clearright {
    clear: right;
}

.clearleft {
    clear: left;
}

.j {
    text-align: justify;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

ul {
    list-style:none;
}

.horiz ul {
    margin:0;
    padding:0;
    list-style:none;
}
.horiz li {
    display:inline;
    margin:0;
    padding:0;
}

.sidebar-box 
{
    margin-bottom: 10px;
}

#sidebar h2 
{
    font-size: small;
    margin: 10px 0;
    color: #333;
    background: #A9D0F5;
}

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

.code {
	font-family: Courier New;
	font-size: 90%;
}


/*===================================
/*  Language Container
/*====================================*/

.language-container
{
	padding-left: 35px;
}

/*===================================
/*  Forms
/*====================================*/

div.lbl-example {
    color: #555;
    font-size: 11px;
}

fieldset {
    border: none;
}

input, textarea, select {
    border: 1px solid #8ab3d1;
    background: #f9f9f9;
    padding: 6px;
    font-size: 16px;
}

select {
    min-width: 50px;
}

.form-item {
    margin-bottom: 15px;
}

label {
    color: #444;
}

/*===================================
/*  Content
/*====================================*/

#content ul {
  list-style-image: url('../images/divers/Bommel_klein.gif');
}

#content a:link {
    color: #CC3399;
}
#content a:visited {
    color: #3399FF;
}

#content h1 {
  color:#000;
  font-size:large;
  font-weight:bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}

#content h2 {
    padding: 5px;
    font-size: small;
    margin: 10px 0;
    color: #333;
    background: #A9D0F5;
    border: 1px solid #eee;
}

#content h3 {
    font-size: 14px;
    margin: 10px 0;
}

#content #col1 {
    float:left;
    width:350px;
}

#content #col2 {
    float:right;
    width:230px;
    padding:10px;
}

/*===================================
/*  Product Box new
/*====================================*/

#content .product-new 
{
    background: #fff;    
	margin: 3px;
	margin-bottom: 40px;
}
#content .product-box-border-new
{
    height: 200px;
    width: 630px;
    background: #fff;    
    font-size: small;
	border: 1px solid #ccc;
	margin:5px 0px 0px 0px;
}

#content .product-new h2
{
    color: #333;
	border: 1px solid #A9D0F5;
	margin:0px;
}
#content .product-item-new
{
	position:relative;
	width: 400px;
	height: 150px;
	float:left;
	list-style: none;
}

#content .product-link-new
{	
	position:relative;
}


#content .product-item-image-small-new
{
	float:right;
	margin-top: 30px;
	margin-right: 30px;
	position:relative;
}

#content .product-box-new-description
{
	padding-bottom:40px;
}
/*===================================
/*  Product Box 
/*====================================*/

#content .product-box-border {
	float:left;
    margin: 2px;
    height: 240px;
    width: 315px;
    background: #E0ECF8;    
    font-size: small;
}

#content .product-box-border h2 {
    padding: 5px;
    margin: 0;
    color: #333;
}

#content ul.product-item {
    margin: 5px;
    padding: 3px;    
    list-style: none;
}

#content .product-item-image-small {
    height: 90px;
    margin-top: 10px;
}

#content .product-box-hover {
  background: #dadada;
}

/*===================================
/*  News
/*====================================*/

#content .index_news 
{
	padding: 5px;
}


