/* CSS Document */

/***********************************************/
/* Allgemein                                   */
/***********************************************/
body {
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	/* background-image: url(/images/bg_pattern.gif); */
	background-repeat: repeat-x;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #900404;
}

a:hover {
	color: #D4040B;
	text-decoration: underline;
}

hr {
	height: 0;
	border: 0;
	background-color: #FFFFFF;
	border-top: 1px dotted #828065;
}

h1 {
	margin-top: 25px;
	color: #830000;
	font-size: 15px;
	clear: both;
}

h2 {
	margin-top: 25px;
	color: #000000;
	font-size: 14px;
	clear: both;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	clear: both;
}

th {
	text-align: left;
	vertical-align: top;
}

.notenbutton {
	float: right;
	clear: none;
	margin-top: -100px;
	margin-bottom: -100px;
	margin-right: -50px;
	z-index: +99;
	position: relative;
	border: none;
}

.notenbutton a:link,a:active,a:visited {
	border: none;
}

.notenbutton img {
	border: none;
}

#articleSearch input {
	font-size: 11px;
}

#content .category {
	padding: 5px;
	background-color: #FAF7E8;
	border-bottom: 1px dotted #DAD194;
	clear: both;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
	clear: none;
	text-align: center;
}

#content .category a {
	color: #828065;
}

#content .category a:hover {
	text-decoration: none;
}

#content .category img {
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 10px;
	border: none;
}

#content .categoryimage {
	height: 80px;
	width: 80px;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #DAD194;
	overflow: hidden;
}

#content .article {
	padding: 5px;
	background-color: #FAF7E8;
	border-bottom: 1px dotted #DAD194;
	clear: both;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
}

#content .article a {
	color: #828065;
}

#content .article img {
	border: 1px solid #828065;
	float: left;
	margin-right: 10px;
	max-height: 150px;
}

.plain {
	width: 530px;
	margin: 0px;
	padding: 0px;
	float: right;
	border: none;
	border-top: 1px dotted #FFFFFF;
}

.plain img {
	border: 0px;
}

.darkblue {
	color: #285DA8;
}

.green {
	color: #ADD194;
}

.darkyellow {
	color: #A19D68;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 0.9em;
}

.graybox {
	background-color: #efefef;
	border: 1px dotted #cccccc;
	padding: 2px;
}

.highlight {
	color: #285DA8;
	background-color: #EFF6FF;
	border: 1px dotted #9FBCE7;
	padding: 5px;
}

.success {
	color: #006633;
	background-color: #CCFFCC;
	border: 1px dotted #339966;
	padding: 5px;
}

.success a {
	color: #006633;
}

.error {
	color: #B90606;
	background-color: #FF9393;
	border: 1px dotted #FF3535;
	padding: 5px;
}

.price {
	font-size: 100%;
	font-variant: italique;
	background-color: #efefef;
	border: 1px dotted #FF3535;
	color: #B90606;
	padding: 4px;
}

/***********************************************/
/* Grundlayout                                 */
/***********************************************/
#root {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 174px;
	margin: 0px;
	padding: 0px;

	margin-bottom: 4px;
	background-color: transparent;
	background-position: right;
	background-repeat: no-repeat;
}

#logo {
	margin-top: 0px;
	width: 225px;
	height: 125px;
	background-image: url(/images/logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

#section {
	width: 513px;
	float: right;
	padding: 7px;
	padding-top: 10px;
	padding-left: 10px;
	min-height: 50px;
	background-color: #EAE4B1;
	color: #828065;
	border-top: 1px solid #BDB88E;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 24px;
}

#section p.small {
	font-weight: lighter;
	text-transform: none;
	font-size: 11px;
	color: #828065;
}

#breadcrump {
	margin-top: -29px;
	width: 513px;
	float: right;
	padding: 7px;
	padding-left: 10px;
	color: #828065;
	font-size: 11px;
	background-color: #F1E9BC;
	border-bottom: 3px solid #CFCAA2;
}

#breadcrump a {
	color: #828065;
}

#footmenue {
	width: 530px;
	float: right;
	padding: 0px;
	color: #828065;
	font-size: 10px;
	background-color: #F1E9BC; /*#CFCAA2;*/
	border-bottom: 1px dotted #CFCAA2;
	margin-top: 25px;
}

#footmenue ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#footmenue ul li {
	color: #828065;
	font-size: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	float: left;
	background-color: #F1E9BC;
	border-right: 1px solid #CFCAA2;
}

#footmenue ul li a {
	color: #828065;
}

#foot {
	width: 513px;
	float: right;
	padding: 7px;
	padding-left: 10px;
	color: #828065;
	font-size: 10px;
	background-color: #F1E9BC;
	border-bottom: 3px solid #CFCAA2;
}

#foot a {
	color: #828065;
}


/***********************************************/
/* Tools                                       */
/***********************************************/
#tools {
	float: right;
	width: 160px;
	margin-right: 30px;
	background-color: transparent;
	color: #333333;
	font-size: 11px;
	padding: 5px;
}

#toolbox {
	margin: 0px;
	width: 530px;
	float: right;
	padding: 0px;
	color: #828065;
	font-size: 10px;
	background-color: #F1E9BC;
	border-bottom: 1px dotted #CFCAA2;
}

#toolbox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#toolbox ul li {
	color: #828065;
	font-size: 10px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	float: left;
	background-color: #F1E9BC;
	border-left: 1px solid #CFCAA2;
}

#toolbox ul li a {
	color: #828065;
}


.toolbox {
	margin: 0px;
	width: 530px;
	float: right;
	padding: 0px;
	color: #555555;
	font-size: 11px;
	background-color: #efefef;
	border-bottom: 1px dotted #cccccc;
}

.toolbox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.toolbox ul li {
	color: #666666;
	font-size: 11px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	float: left;
	border-left: 1px solid #cccccc;
}

.toolbox ul li a {
	color: #828065;
}

/***********************************************/
/* Hauptmen�                                   */
/***********************************************/
#mainmenue {
	float: right;
	padding: 0px;
	margin: 0px;
}

#mainmenue a {
	color: #ffffff;
}

#mainmenue ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainmenue ul li {
	color: #ffffff;
	font-size: 10px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	float: left;
	background-color: #720100;
	border-left: 1px dotted #A70106;
}

#mainmenue ul li:hover {
	border-top: 3px solid #4E0100;
}

/*
#mainmenue ul li:before {
	content: "\2192 \2003";
	display: inline;
	color: #000000;
}
*/


/***********************************************/
/* Warengruppenmen�                            */
/***********************************************/
#warengruppen {
	float: left;
	width: 200px;
	padding-left: 13px;
	margin: 0px;
	margin-top: -29px;
	z-index: 99;
}

#warengruppen ul {
	list-style-type: none;

	padding: 0px;
	margin: 0px;
}

#warengruppen ul li {
	background-color: #FFF5F5;
	color: #333333;
	border-bottom: 1px dotted #D4040B;
	padding: 5px;
}

#warengruppen ul li a {
	color: #333333;
}

#warengruppen ul li.main {
	border-bottom: 3px solid #D4040B;
	background-color: #830000;
	color: #FFFFFF;
	font-weight: lighter;
	text-transform: uppercase;
	height: 19px;
}

#warengruppen ul li.first {
	border-top: 1px solid #A70106;
	background-color: #FFF5F5;
	color: #333333;
	border-bottom: 1px dotted #D4040B;
	padding: 5px;
}

#warengruppen li.mainmenue {
	background-color: #FFF5F5;
}

#warengruppen li.submenue {

	font-size: 11px;

	background-color: #FFFFFF;
	border: 0;
	/* border-top: 1px dotted #9FBCE7;*/
}

#warengruppen li.submenue:before {
	content: "\2192 \2003";
	display: inline;
	color: #CF0207;
}



/***********************************************/
/* Content                                     */
/***********************************************/
#content {
	width: 513px;
	float: right;
	padding: 7px;
	padding-left: 10px;
	background-color: #FFFFFF;
	min-height: 50px;
	padding-bottom: 25px;
}

#content img {
	float: left;
	margin-right: 12px;
	border: 1px solid #000000;
}


#content img.fullsize {
	border: none;
	margin: -7px;
	margin-left: -10px;
	margin-bottom: 15px;
	padding: 0px;
}


#content p {
	text-align: left;
}

#content ol.alphabetic li {
	list-style-type: lower-latin;
}

#content .graybox {
	background-color: #efefef;
	border: 1px dotted #cccccc;
	padding: 5px;
}

#content .graybox a {
	color: #828065;
}

#content fieldset {
	background-color: #FAF7E8;
	border: 1px dotted #DAD194;
}

#content legend {
	font-weight: bold;
	background-color: #FAF7E8;
	padding: 5px;
	color: #828065;
	border-top: 1px dotted #DAD194;
	border-right: 1px dotted #DAD194;
	border-left: 1px dotted #DAD194;
}

#content fieldset.servicepreis {
	background-color: #D4FF88;
	border: 1px solid #669900;
	color: #301816;
}

#content legend.servicepreis {
	font-weight: bold;
	background-color: #D4FF88;
	padding: 5px;
	color: #669900;
	border-top: 1px solid #669900;
	border-right: 1px solid #669900;
	border-left: 1px solid #669900;
}

#intropagegreetings {
	width: 513px;
	float: right;
	padding: 7px;
	padding-left: 10px;
	min-height: 50px;
	padding-bottom: 25px;
	margin-top: 0px;
	position: relative;
	background-color: #fefefe;
	z-index: 0;
}


#intropagenews {
	width: 513px;
	float: right;
	padding: 7px;
	padding-left: 10px;
	min-height: 50px;
	padding-bottom: 25px;
	margin-top: 0px;
	position: relative;
	background-color: #FFFDF0;
	z-index: 0;
}

#intropagenews h1 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	text-weight: 1em;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}

#intropagenews a {
	color: #900404;
}

#intropagenews .whitebox {
	padding: 8px;
	background-color: #FFFFFF;
	margin: 4px;
	border: 1px dotted #cccccc;
	z-index: 1;
}

#randomarticles {
	width: 513px;
	float: right;
	padding: 7px;
	padding-left: 10px;
	min-height: 50px;
	padding-bottom: 25px;
	margin-top: 0px;
	border-top: 2px solid #555555;
	position: relative;
	/*
	background-image: url(/images/graybackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	*/
	background-color: #F0EFEF;
	z-index: 0;
}


#randomarticles .randomarticle {
	padding: 8px;
	background-color: #FFFFFF;
	min-height: 50px;
	float: left;
	position: relative;
	width: 220px;
	min-height: 115px;
	margin: 4px;
	border: 1px dotted #cccccc;
	z-index: 1;
}

#randomarticles h1 {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 14px;
	margin-bottom: 1em;
}

#randomarticles .randomarticle img {
	float: left;
	clear: left;
	border: 1px solid #cccccc;
	height: 80px;
	max-width: 150px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/***********************************************/
/* Newsbereich                                 */
/***********************************************/
.news {
	margin: 0.5em 0 0 0;
	padding: 0;
}

.news li {
	margin: 0 0 0.7em 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}
.news li a {
	font-weight: normal;
	color: #A19D68;
	text-decoration: none;
}

.news .date {
	background: #FAF4C8;
	border-right: 1px solid #E3DE9F;
	border-bottom: 1px solid #E3DE9F;
	float: left;
	text-align: center;
	line-height: 1.1em;
	padding: 2px 1px 5px 1px;
	width: 2.2em;
	color: #A19D68;
	margin: 0 0.5em 1em 0;
}

.news .date:first-line {
	font-size: 80%;
}

div#newsreaderdate {
	width: 5%;
	float: left;
	padding: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

div#newsreadercontent {
	width: 90%;
	float: right;
	padding: 0px;
	padding: 10px;
	margin: 0px;
	margin-bottom: 15px;
	background-color: #FEFBE8;
}

div#newsreadercontent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #A19D68;
	font-size: 16px;
	padding: 0;
	padding-bottom: 9px;
	margin: 0;
	text-transform: none;
}

/***********************************************/
/* Warenkorb                                   */
/***********************************************/
.shoppingcart {
	width: 100%;
}

.shoppingcart th {
	font-weight: bold;
	background-color: #ffffff;
	color: #830000;
	border-bottom: 1px solid #830000;
}

.shoppingcart td {
	vertical-align: top;
	border-bottom: 1px dotted #830000;
}

.shoppingcart td.price {
	text-align: right;
}

.shoppingcart td.sumnet {
	border-bottom: none;
	border-bottom: 1px dotted #B20004;
	background-color: #FFF5F5;
}

.shoppingcart td.sumtax {
	border-bottom: 1px dotted #B20004;
	background-color: #FFF5F5;
}

.shoppingcart td.sumgross {
	font-weight: bold;
	background-color: #ffffff;
	color: #830000;
	background-color: #ECCDCE;
	border-bottom: 1px solid #830000;
}

.articleImage {
	text-align: left;
	vertical-align: top;
}

.articleDescription {
	text-align: left;
	vertical-align: top;
}

