html {
	height: 100%;
}

*,html {
	padding: 0;
	margin: 0;
	border:0;	
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

body  {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size:100.1%;
	text-align: left;
	background-color: #787878;
	
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-y;
	
	overflow: auto;
}

h1 {
	color: #838383;
	font-size: 2em;
}

h3 {
	color: #838383;
	font-size: 1.6em;
}

h4 {
	color: #787878;
	font-size: 1.3em;
}

#container {
	width: 991px;
}

#left {
	float: left;
	width: 146px;
	/*background-image: url(../gfx/repeat_left.jpg);*/
	/*background-repeat: repeat-y;*/
}

#right {
	float: right;
	width: 845px;
}

#logo {
	width: 146px;
	height: 178px;
	/*background-color: #787878;*/
	margin-bottom: 20px;
}

#top {
	width: 845px;
	height: 123px;
	background-image: url(../gfx/banner.jpg);
	background-repeat: no-repeat;
}

#content {
	background-color: #FFCE00;
	padding: 5px 10px 5px 10px;
}

#topnavi {
	float: right;
	height: 20px;
}

#topnavi ul {
	padding: 5px 0;
	height: 15px;
	list-style-type: none;
	line-height: 8px;
}

#topnavi ul li {
	float: left;
	padding: 1px 5px;
}

#topnavi ul li a {
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
}

.navi {
	margin-left: 10px;
	list-style-type: none;
}

.navi li {
	font-size: 1.2em;
	margin-bottom: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

.navi li a {
	text-decoration: none;
}

.subnavi {
	margin-left: 18px;
	list-style-image: url(../gfx/dreieck_navi.gif);
}

.subnavi li {
	margin: 10px 0;
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
}

.subnavi li a {
	text-decoration: none;
}

.borderit {
	border-left: 1px solid #FFFFFF;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.fl_clear {
	clear: both;
}


#gal_nav {
	padding-right: 20px;
}

#gal_nav a {
	color: #777777;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.gal_img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}



#article .split1 {
	width: 240px;
}

#article .split2 {
	width: 270px;
	padding-top: 28px;
}

#article .split3 {
	width: 293px;
	padding-top: 28px;
	padding-left: 20px;
}

#article .caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #838383;
	width: 110px;
}

#article .val {
	width: 171px;
}

#article .val2 {
	width: 282px;
}

#article h1 {
	margin-bottom: 15px;
}



.disc_price {
	color: #FF0000;
	font-size: 1.7em;
	font-weight: bold;
}

.orig_price {
	text-decoration: line-through;
	color: #838383;
	font-size: 1.4em;
	font-weight: bold;
}



#product_request {
	margin-top: 25px;
}

#product_request h4{
	padding-bottom: 5px;
}

#product_request div {
	padding-bottom: 2px;
}

#product_request input,textarea,.button {
	border: 1px solid #838383;
}

#product_request .button {
	color: #FFFFFF;
	background-color: #838383;
	font-weight: bold;
}

.spacer {
	margin-bottom: 3px;
}



#bottom {
	margin-top: 25px;
}

#pickup {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}

#pickup a {
	border-bottom: 1px solid #FF0000;
	text-decoration: none;
}

#footer {
	padding-right: 40px;
	float: right;
	color: #838383;
}

.error, .error ul, .error li {
	color: #FF0000;
	font-size: 0.9em;
	list-style-type: none;
}