/* CSS Dokument */

/* Farbdefinitionen 
Rot			#c8000e
Beige		#fff1e0
Hellgrau	#b3b3b3
Grau		#666666
*/

html { height: 100%; margin-bottom: 1px; }  /* erzwingt einen scrollbalken */

body {
	background-color: #b2b2b2;
	text-align: center;
	margin: 0;
	padding: 30px 0 0 0;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #666666;
}
a:link {  color: #c8000e; text-decoration: underline; font-weight: normal;}
a:visited {  color: #c8000e; text-decoration: underline; font-weight: normal;}
a:hover {  color: #c8000e; text-decoration: none; font-weight: normal;}
a:active {  color: #c8000e; text-decoration: none; font-weight: normal;}

form {
	margin: 0px;
	padding: 0px;
}
form input, form textarea {
	border-top: none;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-left: none;
	background-color: #fff1e0;
	width: 99%;
	line-height: 1.6em;
	padding: 1px;
	margin: 0 0 8px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
form input.submit {
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	color: #c8000e;
	background-color: #dddddd;
	border-top: none;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	border-left: none;
}
form input.submit:hover {
	color: black;
}
.form-schmaler-button {
	width: 100px;
	border: none;
}
.form-box {
	width: 15px;
	border: none;
	margin: 0 5px;
}
h1, .H1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #c8000e;
}
h2, .H2 {
	font-size: 13px;	
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #c8000e;
}
h3, .H3 {
	font-size: 12px;	
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #6c6054;
}
img a {
	border: none;
}
#rechte-spalte img {
	margin-top: 4px;
	margin-bottom: 6px;
}
p {
	margin-top: 0px;	
	margin-bottom: 0px;
}
strong {
	font-weight: bold;
	color: #333333;
}
td {
	vertical-align: top;	
}
ol {
	margin-top: 0px;	
	padding-left: 1.7em;
	margin-left: 0;
}
ul {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}
ul ul {
	margin-top: 0px;	
	padding-left: 1.4em;
	margin-left: 0;
}
ul {
	list-style-type: circle;
}
#content li {
	margin-top: 0.5em;
}




/* -------------------- layout ------------------- */
#wrap {
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: white;
	background: url(grafik/background.gif) repeat-y;
}
#wrap.startseite {
	background: url(grafik/background-startseite.gif) repeat-y;
}
#header {
	width: 950px;
	height: 133px;
	margin: 0;
	padding: 0;
	background-color: white;
	clear: both;
}
#logo {
	float: right;
}
#navi1 /* quer unter header */ {
	float: left;
	margin: 92px 0 0 20px;
	font-weight: bold;
}
#navi2 /* navi2 links*/ {
	background-color: #c8000e;
	color: white;
	width: 240px;
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	font-weight: bold;
}
#navi2-headline {
	height: 25px;
	padding:15px 0 0 30px;
	margin: 0;
}
#content {
	background-color: white;
	width: 678px;
	min-height: 320px;
	float: left;
	padding: 0 0 15px 30px;
	margin: 0;
	border-left: 2px solid #fff1e0;
}
#content-balken {
	background-color: #666666;
	color: white;
	margin: 0 0 30px -30px;
	padding: 15px 0 0 30px;
	height: 25px;
	width: 678px;
	font-weight: bold;
}
#content-startseite {
	background-color: white;
	width: 628px;
	height: 460px;
	float: left;
	padding: 0;
	margin: 0;
	border-left: 2px solid #ffffff;
}
#footer {
	clear: both;
	width: 905px;
	padding: 15px 15px 15px 30px;
	background-color: white;
	color: #b3b3b3;
	border-top: 2px solid #666666;
	line-height: 1.8em;
}
#start-links {
	width: 320px;
	float: left;
	background-color: #fff1e0;
}
#start-anschrift {
	color: white;
	padding: 15px 0 0 30px;
	background-color: #c8000e;
}
#start-anschrift a, #start-anschrift strong {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.start-aufmacher {
	border-bottom: 2px solid white;
	padding-left: 30px;
	padding-bottom: 10px;
}
/*.start-aufmacher:hover {
	border-bottom: 2px solid white;
	padding-left: 30px;
	padding-bottom: 12px;
	background-color: white;
}*/
.start-aufmacher a:link, .start-aufmacher a:visited {
	color: #666666;
	text-decoration: none;
}
.start-aufmacher a:hover, .start-aufmacher a:active {
	color: black;
	text-decoration: none;
}
.start-aufmacher h2 a:link, .start-aufmacher h2 a:visited, .start-aufmacher h2 a:hover, .start-aufmacher h2 a:active {
	color: #c8000e;
	font-weight: bold;
	text-decoration: none;
}
.start-aufmacher .H2 a:link, .start-aufmacher .H2 a:visited, .start-aufmacher .H2 a:hover, .start-aufmacher .H2 a:active {
	color: #c8000e;
	font-weight: bold;
	text-decoration: none;
}
/*.start-aufmacher h2 a:hover {
	color: #c8000e;
	text-decoration: none;
}*/
#rechte-spalte {
	float: right;
	width: 200px;
	margin: 0 20px 10px 20px;
	padding: 0;
}



/* -------------------- klassen ------------------ */

.abstand-oben {
	margin-top: 0.5em;
}
.copyright {
	font-size: 12px;
}
.druckdokument {
	margin: 0.5em 0;
}


/* ---------------- produktdarstellung ----------- */

p.produktbeschreibung {                            /* --------------- */
	width: 440px;
}
.produktbeschreibung a {
	font-weight: bold;
}
table.produktgalerie {
	margin-top: 21px;
/*	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;*/
}
.produktgalerie td.abb {
	width: 145px;
	padding: 0 15px 22px 0;
/*	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;*/
}

.produktliste {
	width: 100%;
	background-color: #fff1e0;
}
.produktliste td {
	background-color: #fff1e0;
	border-top: 15px solid white;
	border-bottom: 1px solid #b3b3b3;
}
.produktliste td.abb {
	width: 100px;
	padding: 0 15px 0 0;
	/*border-left: 1px solid #b3b3b3;*/
	border-bottom: 1px solid #b3b3b3;
}
.produktliste td.text {
	padding: 5px 20px 5px 0;
}
.produktliste h2 {
	margin-top: 0;
	margin-bottom: 0.3em;
}
.masse, .preis {
	/*line-height: 1.8em;*/
	margin-top: 0.5em;
}



/* ------------------------- navigationen ------------- */

/*navi quer unter header*/
#navi1 ul, #navi1 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navi1 ul {
	text-align: left;
	line-height: 1;
}
#navi1 ul li {
	display: inline;
}
#navi1 ul li a {
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #666666;
	margin: 0;
	font-weight: bold;
}
#navi1 ul li a:hover {
	text-decoration: none;
	color: black;
	/*background-color: #0f8770;*/
}
#navi1 ul li a.aktuelle-seite {
	text-decoration: none;
	color: #c8000e;
	font-weight: bold;
}
#navi1 ul li a.aktuelle-seite img {
	border: none;
}


/* ------------- subnavigation links  ---------------- */
ul#sub-nav {
	margin: 0;
	margin-bottom: 10px;		/* ------------- */
	padding: 0;
	line-height: 18px;
	font-size: 12px;
}
ul#sub-nav li {
	list-style: none;
	display: block;
}
ul#sub-nav li a {
	color: white;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 3px 3px 3px 30px;
	margin-bottom: 2px;
}
ul#sub-nav li a:hover {
	text-decoration: none;
	background-color: #fff1e0;
	color: black;
	display: block;
}
ul#sub-nav li a.aktueller-bereich, ul#main-nav li a.aktueller-bereich:hover {
	color: white;
	background-color: #fff1e0;
 	text-decoration: none;
}
ul#sub-nav li a.aktuelle-seite, ul#main-nav li a.aktuelle-seite:hover {
	color: #c8000e;
	background-color: #fff1e0;
 	text-decoration: none;
}


/* ------------- subsubnavigation links ---------------- */
/*ul#subsub-nav {
	margin: 0;
	padding: 0;
}
ul#subsub-nav li {
	list-style: none;
	border-bottom: none;
	padding: 0;
	margin: 0 0 6px 0;
}
ul#subsub-nav li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 23px;
	font-weight: bold;
}
ul#subsub-nav li a:hover {
	text-decoration: none;
	color: black;
	display: block;
}
ul#subsub-nav li a.sub-nav-aktuelle-seite {
	color: #005445;
	text-decoration: none;
}*/


