﻿@charset "utf-8";
/**
----------------------------------------------------
Regeln für allgemeine Elemente
---------------------------------------------------- */

/* Alle kritischen Werte instanzieren */
* {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Bilder */
img {
	vertical-align: middle;
	border: 0;
}

a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
	text-decoration: none;
}


/* Farben und Hintergrund setzen */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background: url("../images/site/bg_tzb.jpg") repeat scroll 0 0 #D7D7D7;
}

/* Schriftgrössen & Farben */
body h1 {
	font-size: 28px;
}

body h2 {
	color: #E4302A;
	font-size: 15px;
}

body h5 {
	color: #567;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

body p, body td, body li {
	font-size: 14px;
	line-height: 18px;
}

body a {
	color: #737372;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}


/**
----------------------------------------------------
Layout
---------------------------------------------------- */
div#center {
	margin: 35px 0px 35px 80px;
	height: 700px;
	width: 1024px;
	background: url("../images/site/main_tzb.jpg") no-repeat scroll 0 0;
}


/**
----------------------------------------------------
Navigation
---------------------------------------------------- */
div#navi {
	width: 480px;
	height: 33px;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid black;
}

div#navi ul {
	margin-left: 20px;
}

div#navi li {
	display: block;
	float: left;
	list-style-type: none;
}

div#navi a {
	display: block;
	padding: 5px 30px;
	background-color: gray;
	color: white;
	font-weight: normal;
	font-size: 15px;
	border-style: solid;
	border-width: 5px 1px 0px 1px;
	border-color: #000 gray #000 #A9A9A9;
}

div#navi li.aktiv a {
	background-color: #FFD;
	font-weight: bold;
	color: black;
	border-color: red black black black;
	border-bottom-width: 1px;
	border-bottom-color: #FFD;
}

div#navi a:hover{
	background-color: #DCDCDC;
	border-top-color: black;
	color: black;
}


/**
----------------------------------------------------
Paper
---------------------------------------------------- */
div#paper {
	position: absolute;
	top: 80px;
	left: 350px;
	width: 480px;
	height: 610px;
	padding: 0px 10px;
	background-color: #FFD;
}

div#paper span.pin {
	display: block;
	width: 480px;
	height: 30px;
	background: url("../images/site/pin_red.png") no-repeat center #FFD;
}


/**
----------------------------------------------------
Inhalt
---------------------------------------------------- */
div#inhalt {
	float: left;
	height: 468px;
	width: 438px;
	padding: 0px 20px 15px 20px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: black; 
}


/**
----------------------------------------------------
Sortiment
---------------------------------------------------- */
div#inhalt ul.sortiment {
	margin-left: 30px;
	margin-bottom: 20px;
}

div#inhalt table.sortiment {
	margin-left: 30px;
	border-collapse: collapse;
}

div#inhalt table.sortiment col {
	width: 80px;
}

div#inhalt table.sortiment tr td {
	width: 80px;
}

div#inhalt table.sortiment tr td img {
	width: 200px;
	padding-left: 40px;
}


/**
----------------------------------------------------
Konditionen
---------------------------------------------------- */
div#inhalt ul.konditionen {
	margin-left: 30px;
	margin-bottom: 20px;
}

div#inhalt table.konditionen {
	margin-left: 30px;
	border-collapse: collapse;
}

div#inhalt table.konditionen col.col1 {
	width: 120px;
}

div#inhalt table.konditionen col.col2 {
	width: 100px;
}

div#inhalt table.konditionen col.col3 {
	width: 200px;
}


/**
----------------------------------------------------
Kontakt, Adresse
---------------------------------------------------- */

div#inhalt table.kontakt col.col1 {
	width: 30px
}

div#inhalt table.kontakt col.col2 {
	width: 400px;
}

div#inhalt table.kontakt {
	margin-top: 20px;
	table-layout: fixed;
	border-collapse: collapse;
}

div#inhalt table.kontakt td.icon {
	width: 16px;
}

div#inhalt table.kontakt td.icon img {
	padding-right: 14px;
}


/**
----------------------------------------------------
Kontaktformular
---------------------------------------------------- */

div#inhalt form p {
	padding-top: 6px;
}

div#inhalt form input {
	width: 300px;
	padding: 2px 0px 3px 3px;
	background-color: #EDECEA;
	border: 1px solid #737372;
}

div#inhalt form input.checkbox {
	width: 15px;
	border: 0px;
}

div#inhalt form textarea {
	padding: 2px 0px 3px 3px;
	background-color: #EDECEA;
	border: 1px solid #737372;
}

div#inhalt form span#zeichen {
	vertical-align: top;
}

div#inhalt form a {
	margin-left: 40px;
	padding: 5px 5px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

div#inhalt form a:hover {
	background-color: #737372;
	color: white;
}

/**
----------------------------------------------------
Photos
---------------------------------------------------- */
div#pics {
	position: absolute;
	top: 80px;
	left: 840px;
	width: 280px;
	height: 600px;
}

div#pics span {
	display: block;
	width: 250px;
	height: 30px;
	background: url("../images/site/pin_red.png") no-repeat center white;
	border-style: solid;
	border-width: 8px 1px 0px 1px;
	border-color: #989898 #B0B0B0 #fff #F7F7F7;
}

div#pic1 {
	margin-left: 15px;
	margin-bottom: 30px;
}

div#pic2 {
	margin-left: 40px;
}

div#pics img {
	width: 230px;
	padding: 10px;
	background-color: white;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #fff #B0B0B0 #B0B0B0 #F7F7F7;
}

*+html div#pics img {
	margin-top: -1px;
}

/**
----------------------------------------------------
Footer
---------------------------------------------------- */
div#footer p {
	font-size: 10px;
	text-align: center;
}
div#footer a {
	font-size: 10px;
	vertical-align: baseline;
}