html{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #B98151;
	background-image: url(images/bg/header-bg-01.gif);
	background-repeat: repeat-x;
	color: #914722;
}

table {	margin: 0px; }

#window {
	width: 1000px;
	height: 100%;
}

#keyvisual {
	height: 190px;
	border: 0px none;
	margin: 0px;
	background-image: url(images/keyvisuals/sofa-01.jpg);
	background-repeat: repeat-y;
}

#keyvisual a {
	font-size: 8px;
	line-height: 10px;
}

#content {
	float: left;
}

#left {
	width: 240px;
	border: 0px none;
	margin: 0px;
	float: left;
	background: #B98151;
}

#main {
	width: 520px;
	border: 0px none;
	margin: 0px;
	float: left;
	background: #D39258; 
}

#right {
	width: 180px;
	border: 0px none;
	margin: 0px;
	margin-top: 80px;
	float: left;
}

#center {
	width: 140px;
	float: left;
	border: 0px none;
	margin: 0px;
}

#header img {
	float: left;
	border: 0px none;
	margin: 0px;
	width: 110px;
}

#inhalt {
	margin: 25px 25px; 
}

A {text-decoration: none; 
	font-size: 12px;
	font-style: normal;
	border: 0px none;
	color: #914722;
}

#banner {
	font-size: 12px;
	border: 0px none;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 20px;
}

#banner img { 
        width: 110px;
        margin: 0px;
}

#banner table { margin: 0px; } 

#banner p {
	font-size: 12px;
/*	line-height: 15px; */
	border: 0px none;
/*	vertical-align: middle; */
	text-align: right;
	color: #914722;
	margin: 0px;
}

#subtitle { margin-top: 18px; border: 0px none; }

#center A {text-decoration: none; 
	font-size: 12px;
	font-style: normal;
	border: 0px none;
	color: #914722;
}

#title img {
	border: 0px none;
	margin: 45px 20px 20px 80px;
}

#banner img {
	border: 0px none;
	margin: 0px;
        width: 134px;
}

#news img {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 160px;
	border: 0px none;
}

#news {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
        width: 160px;
        float: left;
	border: 0px none;
	line-height: 15px;
	text-align: right;
}

#news A {text-decoration: none; 
	font-style: normal;
	border: 0px none;
	color: #914722;
	margin-left: 20px;
	text-align: right;
}









/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 80%; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */








#menue {
/*	float: right; */
	width: 240px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #F0E0CE;
	background-image: url(images/bg/menue-bg-01.gif);
	background-repeat: repeat-y;
}

#menue A {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menue A:link    {color: #F0E0CE;}
#menue A:visited {color: #F0E0CE;}
#menue A:hover   {color: #FFFFFF;}
#menue A:active  {color: #FFFFFF;}

#menue .navi2 {	font-weight: normal; }

#menue DIV.menu1-level2-no {
	font-weight: normal;
	line-height: 25px;
	margin-left: 60px;
	color: #81A1C4; 
	background-image: url(images/bg/menue-bg-01.gif);
	background-repeat: repeat-x;
}

#menue DIV.menu1-level2-act {
	font-weight: normal;
	line-height: 25px;
	margin-left: 60px;
	color: #81A1C4;
	background-image: url(images/bg/menue-bg-01.gif);
	background-repeat: repeat-x;
}

#menue DIV.menu1-level1-no {
	font-weight: bold;
	line-height: 25px;
	margin-left: 40px;
	color: #FFFFFF; 
	background-image: url(images/bg/menue-bg-01.gif);
	background-repeat: repeat-x;
}

#menue DIV.menu1-level1-act {
	font-weight: bold;
	line-height: 25px;
	margin-left: 40px;
	color: #FFFFFF; 
	background-image: url(images/bg/menue-bg-01.gif);
	background-repeat: repeat-x;
}

#copyright {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 19px;
	text-align: left;
	color: #914722;
	height: 40px;
	background: #D39258; 
        width: 300px;
}
#copyright A { 	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px 0px;
	line-height: 20px;
	text-align: left;
	color: #914722;
}
