/*
---------------------------------
RESET STYLES
---------------------------------
*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*
---------------------------------
ALLGEMEIN
---------------------------------
*/

/* BUGFIX GUILLOTINE BUG - http://www.positioniseverything.net/explorer/guillotine.html */
.clearfix:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



hr	{
	visibility: hidden;
	clear: both;
	display: none;
	elevation: none !important;
	border: 0 !important;
}

/*
---------------------------------
GLOBAL
---------------------------------
*/


html, body	{
	font-size: 100%;
	line-height: 100%;
}

body {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: black;
	margin: 1em;
}








/*
---------------------------------
CONTAINER
---------------------------------
*/



#container	{
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 1.5em;
}



/*
---------------------------------
Hyperlinks
---------------------------------
*/

a,
a:link,
a:visited	{
	text-decoration: none;
	border: 0;
	color: #333;
	background: #eee;
}

a:hover,
a:active	{
	text-decoration: none;
	border: 0;
	color: #666;
	background: none;
}


hr {
	clear: both;
}





/*
KOPFBEREICH
*/

#kopf	{
	clear: both;
}












/*
---------------------------------
MENU
---------------------------------
*/

#menu,
.globalnav	{
	display: none;
}















/*
HEADINGS
*/

h1 {
	font-size: 3em;
	line-height: 1.5em;
}

.content h1 {
	display: none;
}

h2 {
	font-size: 2em;
	line-height: 1.5em;
}


/*
CONTENT
*/

.menubild {
	display: none;
}

.description {
	font-size: 1.2em;
	font-style: italic;
	padding: 1em 0 0 0;
}

.location {
	font-style: italic;
}

.content h3	{
	text-transform: uppercase;
	font-size: 0.8em;
}

.content p,
.content dl {
	padding: 0 0 1em 0;
}

.content dl dt {
	color: #666;
}

.content dl dd {
	padding-left: 1em;
}







ul#prodkats {
	border-bottom: 1px solid #666;
	margin: 1em 0;
}

ul#prodkats li {
	display: inline;
	padding: 1em;
	line-height: 2em;
}

ul#prodkats li a {
	
}

ul#prodkats li a:link,
ul#prodkats li a:visited {
	
}

ul#prodkats li a.current,
ul#prodkats li a.current:link,
ul#prodkats li a.current:visited
ul#prodkats li a.current:hover,
ul#prodkats li a.current:active,
ul#prodkats li a:hover,
ul#prodkats li a:active,
ul#prodkats li a:focus {
	background: #333;
	color: #fff;
}





.content .prods {
	
}

.content .prodinfo {
	margin: 1em 0;
	border-bottom: 1px solid #666;
}

.content .prodinfo h3 {
	font-size: 1.1em;
}

.content .prodinfo .prodimg {
	
}

.content .prodinfo .prodimg img {
	
}

.content .prodinfo .prodimg:link,
.content .prodinfo .prodimg:visited {
	
}

.content .prodinfo .prodimg:hover,
.content .prodinfo .prodimg:active {
	
}

.content .prodinfo .zusatzfelder {
	float: left;
	width: 49%;
	margin-right: 2em;
}

.content .prodinfo dl dt {
	
}

.content .prodinfo dl dd {
	
}