
/* ***** ALLGEMEINES ***** */

body, table
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	color: #777;
	margin: 0px;
	padding: 0px;
}

body.menu
{
	background-image: url(pic/hintergrund_menu.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
body.content
{
	background-image: url(pic/hintergrund_content.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	
	padding: 20px 30px 20px 30px;
	max-width: 900px;
}

a, a:visited
{
	color: #666;
}
a:hover, a:active
{
	color: #CC3300;
}

img, a img
{
	border: 0px;
}

h1
{
	font-size: 28px;
	text-align: center;
}
h1.start
{
	font-size: 36px;
}

h2
{
	font-size: 22px;
	text-align: center;
}

ul li
{
	list-style-type: square;
	margin-bottom: 10px;
}

.bold
{
	font-weight: bold;
}

.big
{
	font-size: 18px;
}

img.rand
{
	border: 0px solid #666;
}
img.rand2
{
	border: 0px solid #666;
}

hr
{
	background-color: #666;
	border: 0px;
}


/* ***** MENUE ***** */

div.logo
{
	position: absolute;
	top: 10px;
	left: 10px;
}

table.tabmenu
{
	width: 160px;
	border-collapse: collapse;
	padding: 0px;
	margin: 200px 0px 0px 20px;
	text-align: center;
	border: 0px solid #777;
}
table.tabmenu td
{
	border-collapse: collapse;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	color: #777;
	height: 30px;
	vertical-align: middle;
	text-align: left;
}
td.space
{
	width: 30px;
}

a.mainmenu, a.mainmenu:visited
{
	color: #777;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	
	display: block;
	padding: 5px 0px 5px 15px;
	margin: 2px 5px;
}
a.mainmenu:hover, a.mainmenu:active
{
	color: #777;
	font-weight: bold;
	text-decoration: underline;
}


/* ***** STARTSEITE ***** */

table.start
{
	width: 750px;
	border: 0px solid black;
}
table.start td
{
	padding: 10px 50px;
}

p.produkte_mini
{
	white-space: nowrap;
	text-align: center;
}
p.produkte_mini a, p.produkte_mini a:visited,
p.produkte_mini a:hover, p.produkte_mini a:active
{
	text-decoration: none;
}


/* ***** UEBER UNS ***** */

table.ueberuns
{
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}
table.ueberuns td
{
	padding: 10px 20px 0px 0px;
	border-collapse: collapse;
	vertical-align: top;
}


/* ***** KONTAKT, IMPRESSUM ***** */

table.kontakt
{
	width: 50%;
	border-collapse: collapse;
}
table.kontakt td
{
	padding: 10px;
	border-collapse: collapse;
	vertical-align: top;
}


/* ***** AGB ***** */

body.agb p
{
	font-size: 10px;
}

body.agb p.paragraph
{
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}

/* ***** PRODUKTE EINGANGSSEITE ***** */

table.produktliste
{
	width: 90%;
	border-collapse: collapse;
}
table.produktliste td
{
	padding: 10px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
	
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
}
table.produktliste td.rand
{
	border-right: 0px solid #666;
}
table.produktliste td.produktbild
{
	height: 170px;
	width: 170px;
}


/* ***** PRODUKTE DETAILSEITE ***** */

table.produkt
{
	width: 100%;
	border-collapse: collapse;
}
table.produkt td
{
	padding: 10px;
	border-collapse: collapse;
	border: 0px solid red;
}

table.produkt td img
{
	margin: 5px 5px 5px 5px;
}

table.produkt td img.nospace
{
	margin: 0px 0px 0px 0px;
}

table.produkt td img.rechts
{
	float: right;
	margin: 0px 5px 0px 20px;
}
table.produkt td img.links
{
	float: left;
	margin: 0px 20px 0px 5px;
}


/* ***** BESTELL-LISTEN ***** */

table.bestellliste
{
	width: 90%;
	border-collapse: collapse;
}
table.bestellliste td
{
	padding: 10px;
	border-collapse: collapse;
	vertical-align: middle;
	
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
}
table.bestellliste td.dok_name
{
	font-weight: bold;
	text-align: left;
}

a.doclink, a.doclink:visited
{
	background-image: url(pic/doc_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0px 2px 25px;
}

a.pdflink, a.pdflink:visited
{
	background-image: url(pic/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0px 2px 25px;
}
