/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;
	background-color: #F8F7F3;
	color: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	text-decoration: none;
}

.small, .small:link, .small:visited {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
}

.small:hover {
	text-decoration: none;
}

button {
	background-image: url("../img/button.gif");
	width: 75px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 3px;
}

button:hover {
	background-image: url("../img/button_aktive.gif");
}

/************** header tag styles **************/

h1{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 25px;
	font-variant: small-caps;
}

h2{
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	margin-left: 10px;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h4{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h5{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
}

h6{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/*************** Paragraphs *********************/


p {
	margin-top: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text{
	font-size: 11px;
}
.text_middle {
	font-size: 10px;
}
.text_small {
	font-size: 9px;
}

.preis_alt{
	text-decoration: line-through;
}

.error {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.preis_neu{
	color: #B90101;
	font-weight: bold;
	font-size: 14px;
}

.preis_wk{
	font-weight: bold;
	font-size: 11px;
}

/*************** table styles ***************/

table {
}

th {
	font-weight: bold;
	background-color: #CCCCCC;
}


/*************** list tag styles ***************/

ul {
	font-size: 11px;
	margin-left: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/********* form and related tag styles *********/

input {
	margin: 0;
	padding: 0;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input:hover {
	border-color: #FF0000;
}

input:active {
	border-color: #999999;
}

.form_radio {
	color: #333333;
	font-size: 11px;
	font-style: normal;
}

.form_pulldown {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 11px;
	font-style: normal;
}

.form_textarea {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 11px;
	font-style: normal;
}

.searchform {
	color: #333333;
	font-size: 11px;
	font-style: normal;
	border-style: groove;
	width: 120px;
}

/********* img and related tag styles *********/

.bild{
	padding: 0px;
	border: 1 solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}


/***********************************************/
/* Nav styles                                  */
/***********************************************/


/************* globalNav styles ****************/
.nav{
	font-size: 11px;
	font-weight: bold;
	color: #663300;
}

a.nav, a.nav:visited{
	font-size: 11px;
	color: #8b0000;
	font-weight: bold;
	/*
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	*/
}

a.nav:hover{
	text-decoration: none;
}

/************** meta styles ****************/

.meta{
	font-size: 10px;
	color: #999999;
}

a.meta,  a.meta:visited{
	font-size: 10px;
	color: #999999;
}

a.meta:hover, a.meta:active{
	font-size: 10px;
	color: #000000;
	background-color: #E5E5E5;
}



