/* www.it-sbs.de */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#wrapper {
}
#page {
	width:600px;
	margin:0 auto;
	padding:10px 0;
}

.prod_col {
	float:left;
	width:110px;
	min-height:160px;
	padding:10px;
	margin:6px;
	font-size:0.9em;
	border:solid 1px #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #d40000;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #d40000;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.img_border {
	/* border:solid 1px #d40000; */
	/* border:solid 1px #333333; */
	border:none;
}

.label_highlight2 {
	color: #d40000;
	font-size: 1em;
}

.label_highlight2_bold {
	color: #d40000;
	font-size: 1em;
	font-weight:bold;
}

.label_highlight {
	color: #d40000;
	font-size: 1.2em;
}

.label_nonhighlight {
	color: #999999;
	font-size: 1em;
}

.label_small {
	color: #000000;
	font-size: 0.8em;
}

.preisschild {
	background-image:url(../img/preisschild.png); 
	background-repeat:no-repeat; 
	background-position:center; 
	width:100px; 
	height:47px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:25px;
	text-align:center;	
}

/* css für tag-clouds */
#tagcloud_navi{ background:transparent; }
#tagcloud_navi a{ text-decoration:none; }
#tagcloud_navi a:hover{ text-decoration:underline; }

#tagcloud_content{ background:transparent; }
#tagcloud_content a{ text-decoration:none; }
#tagcloud_content a:hover{ text-decoration:underline; }

.tag0{ font-size:0.7em; line-height:1em; } 
.tag1{ font-size:0.8em; line-height:1em; }
.tag2{ font-size:0.9em; line-height:1em; }
.tag3{ font-size:1.0em; line-height:1em; }
.tag4{ font-size:1.1em; line-height:1em; }
.tag5{ font-size:1.2em; line-height:1em; }
.tag6{ font-size:1.3em; line-height:1em; }
.tag7{ font-size:1.4em; line-height:1em; }
.tag8{ font-size:1.5em; line-height:1em; }

/* css accordion */
.accordionButton {
cursor: pointer;
color:#d40000;
}
.accordionContent {
background: transparent;
}
#sidebar .accordionContent {
background: transparent;
}
.on {
background: transparent;
color:#d40000;
}
.over {
background: transparent;
color:#d40000;
}
