html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color: #dcd4cb;
	color: #7f7f7f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url('/images/pagebg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	min-height:625px;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-312px;/* half vertical height*/
	width:100%;
}
div#wrapper {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	height:625px;
	clear:both;
}


a {
	color: #701721;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


div#main {
	float: left;
	width: 905px;
}


div#bildwechsel {
	background-color: #afa998;
	height: 511px;
	width: 418px;
	float: left;
}


/****************************** 
* Header
*******************************/

div#header {
	background-image: url('/images/note_header.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 90px;
}

div#insideheader {
	height: 20px;
	padding-top: 70px;
}

div#inspiration {
	background-image: url('/images/inspiration.png');
	background-repeat: no-repeat;
	background-position: bottom right;	
	float: left;	

	color: #FFF;
	font-size: 10px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 30px;
}

div#inspiration a {
	color: #FFF;
	text-decoration: none;
}
div#inspiration a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#headnote {
	text-align: right;
	line-height: 20px;
	color: #7e7974;
	font-size: 10px;
	margin-right: 135px;
	padding-right: 10px;
	background-image: url('/images/header.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

/****************************** 
* Menü
*******************************/

div#menu {
	position: absolute;
	top: 0px;
	left: 42px;
	width: 157px;
	z-index: 50;
	margin: 0px;
	padding: 0px;
}

div#menuitems {
	background-image: url('/images/menubg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	display: none;
}

div#menubutton {
	background-image: url('/images/menubutton.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	line-height: 30px;
	color: #FFF;
	padding-left: 14px;
	font-size: 14px;
	
}

div.menuaccordeon div.acc, div.menuaccordeon a {
	text-decoration: none;
	color: #085f4b;
	font-size: 14px;
	display: block;
	background-image: url('/images/menuitembg.gif');
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 27px;
	padding-left: 14px;
	cursor: pointer;
}

div.menuaccordeon a.active {
}

div.submenu {
	height: 120px;
	background-color: #96bf0d;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

div.submenu a{
	font-size: 11px;	
	background-color: #96bf0d;
	background-image: none;
	color: #FFF;
	line-height: 21px;
	height: 21px;
}

div.submenu a.active {
	background-color: #86aa0c;
}
/****************************** 
* Content
*******************************/


div#content {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top right;
	height: 511px;
	width: 445px;
	padding-left: 42px;
	float: left;
	position: relative;
}
div#flags {
	height: 151px;
	text-align: right;
	padding-right: 145px;
	padding-top: 4px;
}
div#flags img{
	margin-bottom: 2px;
}

div#flags a:hover, div#flags a.current {
	border-bottom: 2px solid #96bf0d;
}

div#contentwrapper {
	height: 500px;

}

div#scrollbox {
	height: 345px;
	overflow: auto;
	padding-right: 25px;
	margin-right: 10px;
}

h1 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 22px;
	color: #96bf0d;
	font-weight: normal;
	padding-bottom: 34px;
	line-height: 26px;
}

h2 {
	font-size: 15px;
	color: #96bf0d;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 0.5em;
	line-height: 20px;
}

div.block {
	margin-bottom: 1.5em;
}

div.block p {
	margin: 0px;
	padding: 0px;
}

div.block ul {
	margin-top: 18px;
}

div.block ul li{
	margin-bottom: 3px;
	background-image: url('/images/link.gif');
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 10px;
}

ol li {
	margin-left: 18px;
	list-style-type: decimal;
}

div.pricetag {
	background-image: url('/images/pricetag.png');
	background-repeat: no-repeat;
	background-position: top left;	
	width: 102px;
	height: 99px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	margin-left: 22px;
}


div.angebot {

}
/******************************
* Bilder
*******************************/


div.blockbild_left {
    float:left;
    margin-right: 15px;
    margin-bottom: 4px;
   
}

div.blockbild_right {
    float:right;
    margin-left: 15px;
    margin-bottom: 4px;
       
}

div.blockbild_left_no_float {
	float: left;
}

div.blockbild_right_no_float {
    float: right;
}

div.blockbild_center {
    text-align: center;
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
}


a.zoomlink {
	display: block;
}


div.imgcaption  {
	background-color: #ece8e3;
	color: #767471;
	font-size: 9px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	line-height: 13px;
}


/****************************** 
* Sonstiges
*******************************/

div#randrechts{
	float: left;
	width: 65px;
	padding-top: 10px;
}




/* muss auf floatholder angewendet werden zum clearen*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */