html{
	font-size:95%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
}
body{
	font-size:100%; /*erreicht annähernd gleiche Schriftgrößen in NN, IE und OP*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	background-color: black;
	margin:0;
	padding:0;
}

p,h1,h2,li,td,th,caption {
	font: 1em normal Arial, Helvetica, sans-serif;
	margin-left: 1em;
	text-align:left;
}

h2,caption {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}
p,li {
	color: white;
}

li {
	margin-left: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:1.5em;
	color:gray;
}

a {
	font-weight: bold; 
	text-decoration: none;
	color: red;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 44em;
	margin-left: -22em;
	height: 25em;
	margin-top: -12.5em;
	border:.1em solid gray;
	padding-top: .5em;
}

#content[id] {
	height: auto;
	min-height: 25em;
}

#inhalt {
	margin-left:5em;
}


#inhalt img.produktbild {
	width:12.5em;
	height:17em;
	float:left;
	margin: 0 .5em 10em 0;
}

#inhalt ul {
	list-style:square;
	list-style-position:inside;
	margin-left: 1em;
}

#menue {
	float:left;
	width:10em;
}
#menue ul.menue {
	list-style-type: none;
	list-style-position:inside;
	margin:0;
	display:block;
}
#menue ul.menue[class] {
	text-indent:-1.6em;
}
#menue li {
	margin: 1em 0em;
}

#menue a.sprachlink {
	font-size: .8em;
}

#menue li a {
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:.2em;
}

#break {
	clear:both;
	height:5em;
}

#break[id] {
	height:auto;
	min-height:5em;
}

#produktmenue {
	position:absolute;
	text-align:center;
	bottom:1em;
	left:0;
	height:5em;
}

#produktmenue[id] {
	height:auto;
	min-height:5em;
}

#produktmenue ul.produkte {
	list-style-type: none;
	margin:0;
}

#produktmenue li {
	float:left;
	text-align:center;
	margin: 0 0 .2em .2em;
	width: 5em;
	height:5em;
}

#produktmenue[id] li {
	width:4.7em;
}

#produktmenue li .Titel {
	font: .7em/.8em normal Arial, Helvetica, sans-serif;
}

#produktmenue li a {
	font: 1em normal Arial, Helvetica, sans-serif;
}

#produktmenue li a .Titel {
	display:none;
}

#produktmenue li a:hover {
	width:5em;
	text-decoration:none;
}

#produktmenue li a:hover .Titel {
	display:inline;
}


#produktmenue img {
	width: 2.8em;
	height: 2.7em;
	border: none;
}


.klein { 
	font-size:.5em;
	font-weight:normal;
	color:white;
}


img.deco {
	width:7.5em;
	height:3.1em;
	vertical-align:middle;
}

img.logo {
	width:6.4em;
	height:6.13em;
	border:none;
}

table.formular {
	border:none;
}

table.formular th {
	padding: 0;
	margin:0;
}

table.formular td {
	padding: .1em;
	margin:0;
}

input {
	width:20em;
}
textarea {
	width:28em;
	height: 6em;
	overflow:auto;
}
input.submit {
	width:10em;
	border:none;
	color:white;
	background-color:red;
}

