div.bg {
background-image: url('img/bg.gif');
/* background-color:orange; */
width:400px; height:36px;
/* border:1px solid red; */
padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0
margin-top:3px; margin-bottom:1px;
margin: 0 auto;
text-align: center;	vertical-align: middle;
}
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		 
	margin-right:	-2px;	 
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 90px;
	height: 21px;
	background-image: url('img/tab.gif');
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	border: 0px none;
	z-index: 1;
	white-space: nowrap;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma; margin-left:2px; margin-right:-1px; margin-top:1px; margin-bottom:1px; padding-left:0px; padding-right:0px; padding-top:2px; padding-bottom:0px
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 94px !important;
	height: 25px !important;
	background-image:	url('img/tab_active.gif') !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	top: -2px; 
	font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma; margin-left:0px; margin-right:-3px; margin-top:1px; margin-bottom:-3px; padding-left:0px; padding-right:0px; padding-top:2px; padding-bottom:0px
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	12px Tahoma;
	color: #5A5A5A;
	text-decoration: none;
	cursor: hand;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	width: 90px;
	height: 21px;
	background-image:	url('img/tab_hover.gif');
	background-repeat: no-repeat; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma
}
.dynamic-tab-pane-control .tab-page {

	border: 1px solid rgb( 204, 204, 204 );
	background: #FCFCFC;
	z-index: 2;
	position: relative;
	top: -2px;
	color: #5A5A5A;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left; font-style:normal; font-variant:normal; font-weight:normal; font-size:11px; font-family:Verdana

}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }


body {
	background: #FFFFFF;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #5A5A5A; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	color: #7289A9;
	/* kategorien */
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
/*	text-transform: uppercase;
	color: #88ac0b; */
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
 ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #5A5A5A;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	border: 1px solid #f2f2f2; 
  	background: #FAFAFA url('img/quote.gif') no-repeat 5px 5px;; padding-left:28px; padding-right:0; padding-top:0; padding-bottom:0    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #F1F1F1; 
	background-color: #FAFAFA; 
} 
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	/* border:1px solid #AAAAAA; */
	font: normal 1em Verdana, sans-serif;
	color:#5A5A5A;
	
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #BBB;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: none;
	padding: 2px 3px; 
	background: #FFF;
	color: #EB7374;
}

 /* search */
form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 100px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url('img/headerbg.gif') repeat-x;
	color: #333;
	border: medium none;	
	width: 70px; height: 21px
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 900px;
	background: #FFF
	margin: 0 auto;
	text-align: left
}
#content-wrap {
	clear: both;
	width: 900px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 650px;
	position: relative;
	height: 60px;
	background: #FFFFFF url('img/solareo.gif') no-repeat left top;
	padding: 0;
	/*
	font-size: 14px;
	color: #FFF
	*/
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; background: url('img/bg_1.gif') repeat-x center top;	
	height: 25px; font-style:normal; font-variant:normal; font-weight:bold; line-height:25px; font-size:12px; font-family:Verdana, Arial, Tahoma, Sans-serif; padding-left:0; padding-right:10px; padding-top:3px; padding-bottom:0
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: right;
	padding: 0 8px;
	color: #4F82CB;	
	text-decoration: underline;
}
#menu ul li a:hover {
	/* background-color: #ECECEC; */
	color: #7289A9;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */

.price {

	font: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #28B464
	font-weight : bolder;
}



#main {
	float: right;
	width: 73%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	color: #7289A9;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url('img/refresh_ico.gif') no-repeat 3px 50%;; font-style:normal; font-variant:normal; font-weight:Bold; font-size:125%; font-family:Verdana, Trebuchet MS, Sans-serif; padding-left:25px; padding-right:0; padding-top:5px; padding-bottom:5px	
}
#main h2 {
	margin-top: 10px;
	color: #7289A9;
	border-bottom: 1px solid #EFF0F1;
	}
	
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url('img/clock.gif') no-repeat left center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}
.post-footer .comments {
	background: url('img/comment.gif') no-repeat left center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}
.post-footer .readmore {
	background: url('img/page.gif') no-repeat left center;
	padding-left: 20px; margin-left:5px; margin-right:10px; margin-top:0; margin-bottom:0
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 25%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	color: #555;
	background: #FFF url('img/bg_1.gif') repeat-x left bottom;	
	border: 1px solid #EEF0F1; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.1em; font-family:Verdana, Trebuchet MS, Sans-serif; padding-left:10px; padding-right:0px; padding-top:7px; padding-bottom:0px
}
#sidebar .left-box {
	border: 1px solid #EEF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EEF0F1;
	background: url('img/plus_ico.gif') no-repeat 5px 5px;	
	margin: 0 2px; padding-left:25px; padding-right:0; padding-top:2px; padding-bottom:2px	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: url('none');	
}

/* Footer */	

.feed {
	margin-left: 3px;
	background: url('img/rss.png') no-repeat 0 50%;
	padding-left:20px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0;
} 

#foot {
	clear: both;	
	margin: 0; background: url('img/bg_foot.gif') repeat-x center top;	
	height: 30px; font-style:normal; font-variant:normal; font-weight:bold; line-height:25px; font-size:10px; font-family:Verdana, Arial, Tahoma, Sans-serif; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:0
	width: 800px;
}

#footer {
	color: #7289A9;
	/*background: #CCC url('img/footer.jpg') no-repeat center top;*/
	clear: both;
	width: 800px;
	height: 50px;
	text-align: center;	
	font-size: 92%
}
#footer a { text-decoration: none; }

/* alignment classes */

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img
{
border:none;
}

form#quick_find2 {
background-color:transparent;
border:none;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

fieldset
{
border: 1px solid #cccccc;
/*width: 20em*/
}

legend
{
color: #fff;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-weight: lighter;
background: #7289A9;
border: 1px solid #cccccc;
padding: 2px 6px
} 

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 4.5em;
}

.inputRequirement 
{ 
font: normal 1em Verdana, Tahoma, arial, sans-serif;
color: #28B464; 
}

.plus {
display: block;
background-image: url('img/plus.gif');
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px none;
font-size: 0px;
cursor: pointer
}
.minus {
display: block;
background-image: url('img/minus.gif');
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px none;
font-size: 0px;
cursor: pointer
}
.alter {
display: block;
background-image: url('img/alter.gif');
background-repeat: no-repeat;
width: 13px;
height: 13px;
border: 0px none;
font-size: 0px;
cursor: pointer
}
.delete {
display: block;
background-image: url('img/delete.gif');
background-repeat: no-repeat;
width: 16px;
height: 16px;
border: 0px none;
font-size: 0px;
background-color: #FAFAFA;
cursor: pointer
padding-left: 10px;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}
#search_suggest {
	position: absolute; 
	visibility: hidden;
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #000000;			
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
.tableListingI {
	background-color: #F1F1F1;
}

.tableListingII {
	background-color: #FCFCFC;
}

.cheaply_table {border:1px solid #dddddd; background-color:#f2f2f2;}
.cheaply_description {border-left:1px solid #dddddd;padding:5px;}
.cheaply_line {height:0px; border-bottom:1px solid #dddddd; padding:5px;}
/*
.categories_list {
border-bottom:#E2E2E2;
border-top:#E2E2E2;
border-style:solid;
border-top-width:thin;
border-bottom-width:thin; }
*/
/* LEXIKON */

#lexAlphabet {background-color:#f2f2f2; text-align: left; padding:0px 10px 0px 10px; margin:0px 0px 20px 0px; list-style-type:none; height:25px; font-size:12px;}
ul#lexAlphabet li {height:25px; float:left; padding: 0px 5px 0px 0px; margin:0;}
ul#lexAlphabet a, ul#lexAlphabet a:link, ul#lexAlphabet a:visited {line-height:25px; text-decoration:none; margin:0; padding:0;}
ul#lexAlphabet a:hover {color:#DB9501; text-decoration:none; }

ul#lexAlphabet a.active {font-weight:bold;}

#lexName {font-weight:bold;}
#lexDescription {margin: 10px 0px 10px 15px; padding: 5px; background-color:#f2f2f2; }

/* LEXIKON */
.lexikon_keyword {font-family: Verdana, Arial, sans-serif;font-size: 11px;color: #CC0000;text-decoration: underline;}
/*
#BoxBrands { position: relative; cursor: pointer; }
#BoxBrands div { background-color: #fff; margin: 0; padding: 0; cursor: pointer; display: none; position: absolute; top: 45px; left: 5px; width: 220px; height: 300px; overflow: auto; border: solid 1px #222; z-index: 10 }
#BoxBrands:hover div { display: block; }
*/
#BoxBrands ul { text-align: center; margin: 5px 0 0; padding: 0; border-top: 1px dotted #999 }
#BoxBrands li { list-style-type: none; display: inline; margin: 0; padding: 0 }
#BoxBrands a { display: block; border-bottom: 1px dotted #999 }