/* main styles */


/* bbmark ====================== Generic ====================== */	
HTML { 
	padding:0px;
	margin:0px;
}

BODY {
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333;  
	text-align: center;
	line-height: 16px;
	margin: 0px;
	padding :0px;
}

H1 {
	margin: 5px 10px 12px 0px;
	font-size: 11px;
	padding-top: 30px;
	color: #666666;
	background-color: transparent;
}

P, PRE {
	margin: 5px 10px 2px 0px;
}

FORM {
	padding: 0px 0px;
	border: 0px solid #CCCCCC;
}

/* bbmark ----------- Links ----------- */
A:link, A:visited,
A:hover, A:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
A:hover {
	color: #999999;
	text-decoration: underline;
}

A:visited {
	color: #999999;
}

#home A:visited {
	color: #333333;
}

#red A:active {
	color: #EA626C;
}

#green A:active {
	color: #33CC33;
}

#blue A:active {
	color: #6699CC;
}


/* bbmark ====================== Layout ====================== */
#box {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

/* #dividerbox { KAI: wahrscheinlich nicht noetig
	width: 80px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #ffffff;
} */

#content {
	width: 480px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-color: #ffffff;
}



/* bbmark ====================== Headerbox ====================== */
#header {
	background-color: transparent;
	margin: 0px 0px 35px 0px;
}



/* bbmark ====================== Leftbox ====================== */
#left {
	width: 200px;
	padding: 0px;
	margin: 0px 80px 0px 0px; /* koschere standard-konforme Version */
	/* margin: 0px 70px 0px 0px; */ /* Version fuer IE6/win */
	float: left;
	background-color: #FFFFFF;
}

#left UL, #left LI {
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 4px;
	list-style-type: none;
}

#left LI {
	margin-bottom: 10px;
}

#leftsidebar LI {
	margin-bottom: 2px;
}


#leftsidebar H2 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 8px;
	padding-right: 4px;
}


#left LI IMG {
	margin-top: 6px;
	margin-bottom: 3px;
}

#leftnews, #leftmenu, #leftsidebar {
	width: 200px;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	float: left;
	background-color: #E5E5E5;
}

.leftbottom {
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	/* float: left; rausgenommen, scheint bei IE6/Win für Abstand unterhalb des DIVs zu sorgen */
}

#leftcredit {
	width: 200px;
	padding: 0px;
	margin: 25px 0px 0px 0px;
	float: left;
	background-color: #FFFFFF;
}

/* bbmark ----------- Links ----------- */
#left A:link, #left A:visited,
#left A:hover, #left A:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
}
#left A:hover {
	color: #000000;
	text-decoration: underline;
}

/* ... Linke Leiste, Credits ... */
#left #leftcredit A:link, #left #leftcredit A:visited,
#left #leftcredit A:hover, #left #leftcredit A:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #ff9933;
	text-decoration: none;
}
#left #leftcredit A:hover {
	text-decoration: underline;
}



/* bbmark ====================== Content ====================== */
.headercontent {
	margin: 0px 0px 0px 0px;
}
.headercontent H2{
	margin: 25px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	color: #666666;
	background-color: transparent;	
}
.headercontent UL {
	list-style-type: none;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}
/* Eigentlich für die Definition von UL ausreichend, aber Opera5/Win braucht auch den auf Null gesetzten Margin des LI-Elementes... */
.headercontent LI {
	list-style-type: none;
	font-weight: normal;
	margin-left: 0;
	padding-left: 0;
}
.kategorie H2 {
	font-size: 10px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 5px;
	background-color: transparent;
	margin-bottom: 0;
}

#red H2 {
	color: #EA626C;
}

#green H2 {
	color: #33CC33;
}

#blue H2 {
	color: #6699CC;
}

/* bbmark ----------- Links ----------- */
.headercontent A:link, .headercontent A:visited,
.headercontent A:hover, .headercontent A:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.headercontent A:hover {
	color: #999999;
	text-decoration: underline;
}



/* bbmark ----------- Produkte ----------- */
.kategorie {
	margin: 0 0 0 0px;
}
.kategorie UL {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 0;
}
/* Eigentlich für die Definition von UL ausreichend, aber Opera5/Win braucht auch den auf Null gesetzten Margin des LI-Elementes... */
.kategorie LI {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}



/* bbmark ====================== Footer ====================== */
#footer {
	background-color: #FFFFFF;
	padding: 50px 0px 20px 0px;
	text-align: center;
}
#footer DIV {
	margin: 10px 0 0 0;
}

#footer #hersteller {
	margin: 20px 0 0 0;
}

/* bbmark ----------- Links ----------- */
#footer A:link, #footer A:visited,
#footer A:hover, #footer A:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}
#footer A:hover {
	text-decoration: underline;
}


/* bbmark ====================== Tabellen ====================== */
.table-bb {  
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

.table-bb_dotted {  
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}

.table-bb_none {  
	border-bottom: none;
	padding-bottom: 5px;
}

.table-bbtextred {  
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #EA626C;
}

.table-bbtextgreen {  
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #33CC33;
	vertical-align: text-top;
}

.table-bbtextgreen_dotted {  
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #33CC33;
	vertical-align: text-top;
}

.table-bbtextgreen_none {  
	border-bottom: none;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #33CC33;
	vertical-align: text-top;
}

.table-bbtextblue {  
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #6699CC;
}


/* bbmark ====================== Formulare ====================== */
.jumpmenu {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 198px;
	height: 18px;
	margin-top: 10px;
	border: 1px solid #999999;
}

.inputtext {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666666;
	width: 300px;
	height: 19px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}

.textfield {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333333;
	width: 300px;
	height: 100px;
	margin-bottom: 20px;
	border: 1px solid #666666;
}

.inputbutton {
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}

.checkbox {
	margin: 5px 0px 2px 0px;
	color: #333333;
	background-color: #F5F5F5;
	border: 0px dotted #CCCCCC;
}

/* bbmark ====================== Ende ====================== */

/* netscape fix */
	A IMG {
		border:0 none;
	}

