/* Grundlayout */

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 101%;
	text-align: left;/*fuer IE_quirks*/
	margin-left: 20px;
}


/* Überschriften */
h1 {
	background-color: transparent;
	color: #666;
	font-size: 80%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #000000;
	font-size: 80%;
	text-align: left;
}

h3 {
	font-size: 80%;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
	font-size: 70%;
}

/* Texte */
p, li {
	font-size: 75%;
}
#inhalt p, #inhalt li {
	line-height: 150%;
	margin: 7px 0px 8px 0px;
}

/* #teaser p {
	padding: 10px 5px 0px 10px;
}
*/

#block p {
	font-size: 70%;
	text-align: center;
}

#block_leer p {
	font-size: 70%;
}


/* Links */
#inhalt a { 
	color: #000000; 
}


/* others */
.invis, hr {
	display: none;
}

img {
	border: none;
}

/*Shopformat */

.border,
.borderStretch {
    border: 1px solid #ed0d0d;
  }
.borderStretch {
    width: 100%;
    height: 100%;
  }
table.shoppingCartTable {
	color: black;
	width: 410px;
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	border-collapse: collapse;
	border-spacing: 0;
}

.shoppingCartTable td { vertical-align: top; border-style: solid; border-width: 1px; }

.shoppingCartTable th { text-align: left; border: solid 1px black; }

.tableBorder {
	border-spacing: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
  }

.shoppingCartNumber {
	text-align: right ! important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.textBold {
    font-weight: bold;
  }

input,
textarea,
select {
    border: 1px solid #dce6f2;
    margin: 0;
  }

textarea {
    width: 300px;
  }
  
.artikelkorb {
	font-weight: bold;
	}

.formError {
    border: 1px red solid;
  }

.amount {
    text-align: right;
    width: 48px ! important;
  }

.inputButton,
.inputButton:hover {
	border: 1px solid black ! important;
	background: #f1f1f1;
	font-weight: normal;
	width: 132px! important;
	text-align: center;
	color: black;
	white-space: nowrap;
	letter-spacing: 1px;
	height: 24px;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  }

a.inputButton,
a.inputButton:hover {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	letter-spacing: 0px;
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
  }


.inputButton2, .inputButton2:hover {
	border: 1px solid black ! important;
	background: #f1f1f1;
	font-weight: normal;
	width: 115px! important;
	margin: 0;
	padding: 0px;
	text-align: center;
	color: black;
	white-space: nowrap;
	letter-spacing: 1px;
	height: 20px;
}

.inputButtonZ, 
a.inputButtonZ:hover {
	border: 1px solid black ! important;
	background: #f1f1f1;
	font-weight: normal;
	width: 132px! important;
	text-align: center;
	color: black;
	white-space: nowrap;
	height: 16px;
	font-size: 11px;
	text-decoration: none;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


.checkbox,
.radio {
    width: 10pt;
    border: none ! important;
  }

.shoppingCartFieldDiv {
  margin: 10 0 10 0;
}

table#summaryCustomer {
	width: 390px;
	padding: 0;
	font-size: 10pt;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #000000;
}

table#summaryCustomer th {
	vertical-align: top;
	text-align: right;
	margin: 0;
	width: 150px;
	font-weight: bold;
	padding-right: 10px;
	color: #000000;
}
table#summaryCustomer td {
  border-bottom: 1px solid #dcdcdc;
  padding-left: 10px;
}

/* shop regform */
.fmailShop legend {
	color: #333333;
  	font-weight: bold;
  	border: 1px solid #dce6f2 ! important;
  	padding: 5px 10px 5px 10px;
}
.fmailShop label {
  	display: block;
  	float: left;
  	text-align: right;
  	width: 150px;
  	margin-right: 10px;
  	color: #333333;
}
.fmailShop fieldset {
	padding: 10px;
	margin: 10px 0 10px 0;
	padding-left: 20px;
	border: 1px solid #dce6f2 ! important;
	font-size: 12px;
	font-weight: bold;
}


/*Formulare*/
/*
.formbox {
	width: 420px;
	color: #000;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
}
.reihe { line-height: 150%; clear: both; margin-bottom: 4px; padding: 2px 0; }
.label { font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; float: left; width: 100px; text-align: right; padding-top: 3px; padding-right: 2px; }
.feld {
  	float: right;
  	width: 350px;
  	text-align: left;
}
.knopf {
	clear: right;
	text-align: center;
	width: 150px;
	margin-left: 32px;
	background-color: #999999;
	height: 20px;
}

.send {
	clear: right;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 50px;
}

.knopflogin { 
	text-align: left; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	clear: both; 
	padding-left: 119px; 
}

.defbreite {
	width: 300px;
	float: right;
	
}
.okbutton, .okbutton:hover { 
	color: white; 
	font-size: 11px; 
	font-weight: normal; 
	background: #5f5f5f; 
	text-align: center; 
	letter-spacing: 1px; 
	white-space: nowrap; 
	margin: 0; 
	padding: 0; 
	width: 20px !important; 
	height: 20px; 
	border: solid 1px white !important; }

*/

/*Bildergalerie*/

.teaser_bild {
	text-align: left;
	left: 0;
	width: 440px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 0;
}
#navthumbs { 
	position: relative; 
	width: 440; 
	background-color: #fff; 
	color: #000; 
	text-align: right; 
	margin-bottom: 5px; 
}

.thumb{ 
	background-color: #fff; 
	margin-left: 5px; 
	border: 0; 
}

.thumbalign{
	vertical-align:top;
}

/*Sonstiges*/

.aufzaehltermin {
	padding-top: 0;
	padding-left: 96px;
	font-size: 80%;
	margin: -5px;
}

.aufzaehl {
	font-size: 80%;
	line-height: 1.2;
	margin-top: -7px;
	padding-top: 0;
	padding-left: 14px;
}

#aufzaehl p {
	background-color: #FFFFFF;
}

#formularrahmen {
	margin: 10px auto;
	width: 440px;
	color: #000000;
}

#formular {
	text-align: left;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

fieldset {
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
legend {
	color: #000000;
	border: 1px solid #999999;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	line-height: 120%;
}

input, textarea {
	font-size: 100%;
}

.inpt {
	border: 1px solid #999999;
	background-color: #E8E8E8;
	color: #000;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.txt {
	border: 1px solid #CCCCCC;
	background-color: #E8E8E8;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.senden {
	width: 320px;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #E8E8E8;
	color: #000000;
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
	border: 1px solid #999999;
}

.klick {
cursor: hand;
voice-family: "\"}\"";
voice-family:inherit;
cursor: pointer;
}


/*Shopformate*/
/*
.divLeft {
  float: left;
  margin: 0 10px 0 0;
}
.divWithPadding {
  padding: 10px;
}
.divWith10Padding {
  padding: 10px;
}
.fullWidth {
  width: 100%;
}
.singleArticleBoxLeft,
.singleArticleBoxRight {
    width: 198px;
    display: block;
    float: left;
  }
  
.singleArticleBoxRight {
    float: right;
    text-align: right;
  }
  
.articleBoxLeft,
.articleBoxRight {
    width: 200px;
    height: 200px ! important;
    margin: 0 0 18 0;
    display: block;
    float: left;
  }
.articleBoxRight {
	float: right;
  }
*/


/* .teaser { width: 410px; left: 0; padding-left: 0; float: left; margin-top: 10px; margin-bottom: 5px; margin-left: 0; } */

/*
input.inpt:focus, textarea.txt:focus {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/.neulink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textklein {
	font-weight: normal;
	font-size: 9px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

