/* CSS Document */

/* Allgemeiner Hintergrund */
.bg {
	background-color: #dddddd;	
}
/*100% Haeder hintergrund*/
.haederbg {
	background-image: url(http://images.speed4trade.de/seik/gfx/haederbg.png);
	background-repeat: repeat;
	
}

/* MAIN */
#main {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	background-color:dddddd;	
}

/* Gelber Balken unter Header */
.balkenge, .balkenge a, .balkenge a:visited {
	background-color: #c4d421;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	padding: 3px;
	text-decoration: none;
}

.balkenge a:hover, .balkenge a:active {
	background-color: #c4d421;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	padding: 3px;
	text-decoration: underline;
}

/* Überschrift Boxen */
.box_ub {
	font-size: 18px;
	padding-left: 6px;
	background-color: #009933;
	color: white;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #a8a8a8;
	border-top: 1px solid #ffffff;
	border-bottom-style: none;
}

/* Normaler Text */
.norm {
	font-size: 11px;
	color: #4c4c4c;
}

/* Artikelüberschrift */
.artikel_ub {
	font-size: 24px;
	color: #4c4c4c;
}

/* Rand um Artikelbox innen */
.rand_artikel {
	border-top: none;
	border-right: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	border-left: 1px solid #ffffff;
}

/* Spalte links */
.rand_l {
	border: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
	border-left-color: #ffffff;	
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

/* Überschriften links */
.nav_ub {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: 700;
	text-indent: 6px;
	background-color: #009933;
	color: white;
	border: 1px;
	border-style: solid;
	border-top-color: #ffffff;
	border-right-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
	border-left-color: #ffffff;	
}

/* Suchfeld */
.input {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	border: 1px solid #a8a8a8;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* Spalte links Link und besucher Link */
.rand_l a, .rand_l a:visited {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	color: black;
}

/* Hover Link und aktivierter Link */
.rand_l a:hover, .rand_l a:active {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	color: black;
}

/* Hovereffekt */
.rand_l_h {
	border: 1px;
	border-style: solid;
	border-top-color: #a8a8a8;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #a8a8a8;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	color: black;
}

/*Hovereffekt Link */
 .rand_l_h a {
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	color: black;
}

/* Umrandung Navigation und Content */
.rand_n {
	border: 1px;
	border-style: solid;
	border-top-color: #a8a8a8;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #a8a8a8;
}

/* Boxen Rand und BG */
.boxen {
	border: 1px;
	border-style: solid;
	border-top-color: #a8a8a8;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #a8a8a8;
	background-image: urlhttp://images.speed4trade.de/seik/gfx/bg_box.png);
	background-repeat: repeat-y;
}

/* Unterlinie */
.border_b {
	border-bottom: 1px solid #a8a8a8;
}

/* Abschluss */
.abschluss {
	font-size: 10px;
	font-weight: bold;
	padding-left: 6px;
	background-color: #009933;
	color: white;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #a8a8a8;
	border-top: 1px solid #ffffff;
	border-bottom-style: none;
}
