body {
    margin: 1px 1px 1px 1px;
	color: #333333;
	background-color: white;
	font-family: sans-serif;
}
p {
	font-size: 12px;
	margin: 0px 0px 3px 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #e71818;
}
img {
	border: 0px;
}

.frontImage {
    padding: 30px 30px 30px 30px;
}

/* border frame */
.frame {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
    margin-top: 7px;
    margin-right: 7px;
}

/* header */
.titleLogo {
	margin: 1px 0px 0px 0px;
	padding: 1px 35px 1px 35px;
	float: left;
}
.titleText1 {
	font-size: 150%; 
	font-weight: 700; 
	text-align: center;
	background-color: #e7e7e7;
	margin: 1px 0px 0px 1px;
}
.titleText2 {
	font-size: 120%; 
	font-weight: 700; 
	text-align: center;
	background-color: #f4f4f4;
	margin: 1px 0px 0px 1px;
}

/* sidebar with menu */
.sidebar {
    width: 200px;
    float: left;
}
.expandable>div {
    display: none;
}
.expandable>.menuTitle {
    display: block;
    cursor: pointer;
}
.expandable>.menuTitle:hover {
	color: #e71818;
}
.menu>div {
	padding: 0px 7px 0px 7px;
	font-size: 12px;
	font-weight: normal;
}
.sidebar>.menu>.menuTitle {
	font-size: 13px;
	font-weight: bold;
	background-color: #e7e7e7;
}
.sidebar>.menu>div {
    margin: 1px 0 0 1px;
}
.menu .menu>.menuTitle {
	padding: 0px 0px 0px 0px;
}
.menu .e1 {
	background-color: #eeeeee;
}
.menu .e2 {
	background-color: #f2f2f2;
}
.menu .e3 {
	background-color: #f4f4f4;
}
.menu .e4 {
	background-color: #f6f6f6;
}
.menu .e5 {
	background-color: #f8f8f8;
}
.menu .e6 {
	background-color: #fafafa;
}
.menu .e7 {
	background-color: #fcfcfc;
}

/* impressum */
.kontakt {
	font-size: 12px;
    padding: 100px 0px 0px 100px;
}
.kontakt table {
    padding: 0;
    margin: 0;
    border: 0;
}
.kontakt div {
    padding: 4px 0px 0px 2px;
}
.kontakt td {
    padding: 4px 40px 0px 0px;
}

/* */
.wirueberuns {
	font-size: 12px;
    padding: 7px 7px 0px 7px;
}

/* content */
#content {
    display: none;
    margin-left: 200px;
}

/* product */
.product {
    float: left;
}
.productContent {
	margin: 1px 0px 0px 1px;
}
.productThumbnail {
	background-color: #f0f0f0;
    border-style: none;
    display: table-cell;
    height: 300px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
	width: 300px;
}
.productThumbnailBox {
    max-height: 300px;
    max-width: 300px;
    overflow: hidden;
}
.productThumbnail img {
    width: auto;
    height: auto;
    cursor: pointer;
}
.productText {
	margin: 1px 0px 0px 0px;
	background-color: #f4f4f4;
	font-family: Tahoma;
	font-size: 11px;
    width: 296px;
    height: 50px;
    padding: 0px 2px 0 2px;
}


