* {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

a {
	color: #6E6E6E;
}

a:hover {
	color: #000000;
}

body {
	background-color: #FFF;
	background-image: url(pics/background.gif);
	background-repeat: repeat;
}

#frame {
	width: 705px;
	position: absolute;
	top: 15px;
	left: 50%;
	margin: 0 -355px 0 -355px;
	background-color: #fff;
	border: 1px solid #888888;
}



  /**************/
 /* RAW Header */
/**************/


#row_header {
	width: 705px;
	height: 78px;
	margin: 0;
}

#logo {
	position: absolute;
	width: 252px;
	height: 70px;
	left: 450px;
	display: block;
}



  /****************************/
 /* Warenkorb und Sprachwahl */
/****************************/

#language {
	position: absolute;
	top: 22px;
	left: 5px;
	height: 33px;
	display: block;
	margin: 0;
	padding: 0;
}

ul#lang {
	position: relative;
}

ul#lang, #lang ul {
	height: 33px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#lang li {
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 33px;
	display: block;
	text-align: left;
	font-size: 10px;
	color: #6C6C6C;
}

#lang li.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D8BD;
}

#lang li.basket {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D8BD;
	padding-left: 22px;
	background-image: url(./pics/basket.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

#language a {
	text-decoration: none;
}

#language a:hover {
	text-decoration: underline;
}

#lang li a:active {
	text-decoration: underline;
}

#lang li .selected {
	font-size: 11px;
	color: #6C6C6C;
	text-decoration: underline;
}


  /***************/
 /* RAW Content */
/***************/


#row_content {
	float: left;
	background-image: url(pics/content_background.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 10px;
}



  /**************/
 /* RAW Footer */
/**************/
#row_footer {
	clear: both;
	display: block;
	width: 685px;
	height: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D8BD;
	font-size: 10px;
	color: #6C6C6C;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#footer_left {
	float: left;
	display: block;
	width: 390px;
}

#footer_right{
	float: right;
	display: block;
	width: 295px;
	text-align: right;
}

#row_footer a {
	font-size: 10px;
	color: #6C6C6C;
	text-decoration: none;
}

#row_footer a:hover {
	text-decoration: underline;
}



  /****************/
 /* Panorama Box */
/****************/

#panoramabox {
	float: left;
	width: 527px;
	height: 168px;
	padding: 0;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D8B8;
}

#panoramaimage_1 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_1.jpg);
}
#panoramaimage_2 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_2.jpg);
}
#panoramaimage_3 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_3.jpg);
}
#panoramaimage_4 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_4.jpg);
}
#panoramaimage_5 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_5.jpg);
}
#panoramaimage_6 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_6.jpg);
}
#panoramaimage_7 {
	float: left;
	width: 527px;
	height: 168px;
	background-image: url(pics/header/header_7.jpg);
}
	



  /*******************/
 /* Navigations Box */
/*******************/

#navbox {
	clear: both;
	float: left;
	width: 178px;
	height: 183px;
	min-height: 183px;
}



  /********************/
 /* Haupt Navigation */
/********************/


ul#navigation {
	position: relative;
}

ul#navigation, #navigation ul {
	height: auto !important;
	height: 1px;
	list-style: none;
	background-color: #FFF;
	padding: 0;
	margin: 0;
}
	
#navigation li {
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D8B8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D8B8;
}
	
#navigation li a {
	padding: 0 10px 0 20px;
	height: auto !important;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	background-color: #E3FCD2;
	background-image: url(./pics/navigation_icon.png);
	background-position: 9px 8px;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	color: #6E6E6E;
}
	
#navigation li a:hover {
	background-color: #B7FC87;
}
#navigation li a:activ {
	background-color: #FFF;
}
	
#navigation li a.act, #navigation li a.cur, #navigation li a:hover.act, #navigation li a:hover.cur {
	background-color: #FFF;
}




  /*************************/
 /* Mainblock überschrift */
/*************************/

ul#mainblock {
	position: relative;
}

ul#mainblock, #blocktitel ul {
	height: auto !important;
	height: 1px;
	list-style: none;
	background-color: #8EC63F;
	padding: 0;
	margin: 0;
}
	
#mainblock li {
	padding: 0 10px 0 20px;
	height: auto !important;
	height: 22px;
	line-height: 22px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	background-color: #8EC63F;
	background-image: url(pics/block_green.gif);
	background-position: 0px 0px;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D8B8;
}




  /************************/
 /* Subblock überschrift */
/************************/

ul#subblock {
	position: relative;
}

ul#subblock, #blocktitel ul {
	height: auto !important;
	height: 1px;
	list-style: none;
	background-color: #C46FC0;
	padding: 0;
	margin: 0;
}
	
#subblock li {
	padding: 0 10px 0 20px;
	height: auto !important;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	background-color: #C46FC0;
	background-image: url(pics/block_pink.gif);
	background-position: 0px 0px;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	color: #FFF;
}




  /*****************/
 /* Zeile beenden */
/*****************/

.clear {
	height: 0;
	clear: both;
	font-size: 0px;
	padding: 0;
	margin: 0;
}



  /*************/
 /* blablabla */
/*************/

#blabla {
	position: absolute;
	left: -9999px;
	top: -9999px;
	visibility: hidden;
}



  /***********/
 /* Infobox */
/***********/

#infobox {
	float: left;
	clear: both;
	display: inline;
	width: 177px;
	height: auto;
	padding: 0;
	margin: 0;
}

#infoboxcontent {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D3D8B8;
	margin-bottom: 15px;
}



  /***********/
 /* Content */
/***********/

#contentbox {
	float: right;
	display: inline;
	height: auto;
	width: 508px;
	padding: 0 10px 0 10px;
	margin: 0;
	text-align: justify;
}

.titel {
	color: #494949;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
}

H1 {
	color: #494949;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
}

H2 {
	color: #000000;
	font-weight: bolder;
}

.aktion {
	color: #ff0000;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
}

.error {
	color: #ff0000;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
}

.marker {
	color: #ff0000;
}


.strike {
	text-decoration: line-through
}

hr {
	border: 0px;
	width: 508px;
	background-color: #D4D8BC;
	height: 1px;
	border-style: solid;
}

IMG.pics {
	border-color: #D4D8BC;
	border-style: solid;
	border-width: 1px;
}

IMG.content {
	padding: 12px;
}



/*** Anti spam blocker ***/

.formspam {
	visibility: hidden;
	width: 1px;
	height: 1px;
	border: 0;
}
