* { 
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
}

body {
	background-color: White;
	color: Black;
	font-family: Trebuchet MS, Helvetica, Arial;
}

/* Erster Schritt: Schriftgröße für den Dokumentkörper und Tabellenzellen setzten */
body, td, th {
  font-size: 85%;
}
/* Zweiter Schritt: Schriftgröße für standardkonforme Browser für Tabellenzellen wieder hochsetzen */
td, th {
  f\ont-size: 100%;
}

td, tr, p, div {
	margin: 0px;
	text-align: left;
}

p {
	font-size: 0.95em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}

h4 {
	font-size:1.4em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;	
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	
}

table.main {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

table.main td.left {
	width: 165px;
	background: url(images/menue_left.jpg) no-repeat top left;
}

table.main td.middle {
	vertical-align: top;
	width: 800px;
}
table.main td.fade {
	background: url(images/fade.gif) repeat-y top left;
	width: 13px;
}

table.main td.right {
	background-color: #b9c5d7;
}

table.shoplink {
	margin-top: 20px;
	margin-bottom: 20px;	
	margin-left: 0px;
}

table.shoplink td.link {
	font-size: 1.1em;
	font-weight: bold;	
}

table.shoplink td.underline {
	background-color: #FFA500;
	height: 5px;
}

a:link, a:visited {
	color: #00008B;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #FFA500;
	font-weight: none;
	text-decoration: none;
	border: 0px;
}