
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ddcfb4;
	color: #6c5934;
	font: normal 75% sans-serif;
	line-height: 1.5;
}

/*Images*/

.col1 a img { border:1px solid #d4c9b3; background: #e8ddc9; padding:3px; margin: 2px 0px 5px 10px; float:right;}
.col2 a img , .col2 img.border { border:1px solid #d4bea5; background: #a97d5f; padding:3px; margin: 0px; }

a img.noborder {
	border: none; padding:0; margin:0; height:2px; width:2px; 
	filter:alpha(opacity=20);
   -moz-opacity:0.2;
   opacity: 0.2;
}

/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h4,h5,h6 {
	color: #6c5934;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 150%; font-weight:bold; background: url('img/h1_bg.jpg') no-repeat left top; padding:0px 0px 0px 40px; margin: 0px 0px 25px 0px;}
h2 {font-size: 120%; font-weight:bold; }
/*h3 {font-size: 1.5em;}*/
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {color: #6c5934;}
a {
	color: #66145E;
	text-decoration: none; font-weight: bold;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

/*li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}*/


/* Tables */

/*table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}*/






/* 
   Forms 
------------------------------------------------------------------- */

form{ /*background:#e8ddc9; padding:5px; border: 1px solid #d4c9b3;*/}

textarea {overflow: auto;}
input, textarea, select{
	background: #f7f4ec;
	border: 1px inset #d4c9b3;
	margin: 0;
	padding: 2px;
	color: #6c5934;
	width:340px;
}
input:focus, textarea:focus, select:focus {background: #FFFFFF;}

input.button {
	background: #f7f4ec;
	border: 1px outset #d4c9b3;
	padding: 2px;
	width:300px;
	width:120px;
	font-weight:bold;
}
input.button:active {border-style: inset; background: #FFFFFF;}



p.high{

background:#e8ddc9;
padding:5px;
border: 1px solid #d4c9b3;
}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col1 {width: 69%; text-align:justify;}
.col2 {width: 208px;
font-size:90%;
margin-top:32px;
}
.col2 .red{width: 178px;
background: url('img/col2_bg.jpg') no-repeat center top;
height:325px;
padding:16px 15px 15px 14px;
color: #f7f0e2;
}

.col2 .red a{
color: #f7f0e2;
text-decoration:none;
font-weight:bold;
}
.col2 .red a:hover{
text-decoration: underline;
}

.col2 .red p, .col2 .brown p, .col2 .brown2 p{
text-align:center;
line-height:1.3;
margin: 0px;
}
.col2 .red table {margin: 0 0 0 1px; padding:0;}

.col2 p.header {font-size: 110%; font-weight: bold; padding: 0 0 15px 0;}
.col2 p.header2 {font-size: 110%; font-weight: bold; padding: 2px 0 8px 0; text-align:left;}
.col2 .header3 {font-size: 110%;}

.col2 a.online2 {font-size: 140%; font-weight: bold; padding: 0 0 15px 5px;color:#FFFFFF;}
.col2 a.online2:hover {color:#e8dcc6;}
.col1 div.online { border:1px solid #d4c9b3; background: #e8ddc9; padding:5px; margin: 10px 0 10px 0; text-align:center; }


.col2 ul{ list-style:none; padding: 0 0 0 2px;}
.col2 ul li{ list-style:none; padding: 0 0 5px 25px;}
.col2 ul li:hover{ background: url('img/submenu.gif') 0px 4px no-repeat ;}
.col2 ul li a{color:#FFFFFF;}
.col2 ul li:hover a{color:#66145E;}
.col2 .brown{width: 178px;
background: url('img/col2_bg2.jpg') no-repeat center top;
height:155px;
padding:15px;
color: #f7f0e2;
}
.col2 .brown2{width: 178px;
background: url('img/col2br_bg2.jpg') no-repeat center top;
height:150px;
padding:15px;
color: #f7f0e2;
}

.col2 .brown3{width: 178px;
background: url('img/col2_bg3.jpg') no-repeat center top;
height:35px;
padding:15px;
color: #f7f0e2;
}

.col2 a{color:#FFFFFF;}

.col2 table td{padding:2px 3px 2px 2px;  }
.col2 table {width:140px; margin:0; padding:0;}

/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 780px;
	margin: 0 auto;
}

/* Header */

#header-wrapper {/*background: #2F2F2F url('img/header.gif') repeat-x left top;*/}
#header-wrapper-2 {background: url('img/top_bg.jpg') no-repeat center top;}
#header {
	/* background:#333 url('img/header.gif') repeat-x left top;*/
	padding: 0px 10px 0px 10px;
	height:395px;
}

#house {
	background: url('img/house.jpg') no-repeat left top;
	height: 162px;
	margin: 0;
	width: 295px;
	float:right;
}
#logo {
	background: url('img/logo.jpg') no-repeat left bottom; 
	width:445px; 
	height:131px;
	padding: 31px 0px 0px 0px; 
	float:left;
	}
#logo_de {
	background: url('img/logo_de.jpg') no-repeat left bottom; 
	width:445px; 
	height:131px;
	padding: 31px 0px 0px 0px; 
	float:left;
	}
#logo_en {
	background: url('img/logo_en.jpg') no-repeat left bottom; 
	width:445px; 
	height:131px;
	padding: 31px 0px 0px 0px; 
	float:left;
	}

/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
	width:100px;
	height:61px;
	background: url('img/menu_sep.jpg') no-repeat right bottom;}

ul.tabbed a {text-decoration: none;}


#navigation {
	/*background: url('img/navigation.gif') repeat-x left top;*/
	height: 63px;
		padding: 0px 5px 0px 0px;
		float:left;
}

#navigation a {
	color: #4e0d01;
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	padding: 22px 12px 18px 11px;
	text-align:center;
	text-decoration:none;
}
#navigation li a {background: url('img/menu_arrow.jpg') no-repeat center bottom;}
#navigation li a:hover {background: url('img/menu_arrow2.jpg') no-repeat center bottom;}

#navigation li.current_page_item a {background: url('img/menu_arrow2.jpg') no-repeat center bottom;}
#navigation li.current_page_parent a {background: url('img/menu_arrow2.jpg') no-repeat center bottom;}

/*Languages*/
#languages {
	height: 34px;
	width:133px;
		padding: 23px 0px 0px 17px;
		float:right;
		background: url('img/lang_bg.jpg') no-repeat center 6px;
}
#languages table{ width:117px; padding:0; margin:0;}
#languages td{ width:39px; padding:0; margin:0;}

/*Slideshow*/
#slideshow {
	background: url('img/featured_bg.jpg') no-repeat center bottom;
	height:170px;
	float:left;
}
#box1, #box2 {
	position:absolute;
}
.mask1{
	position:relative;
	height: 162px;
	width: 295px;
	overflow:hidden;
}

.mask2{
	position:relative;
	width:760px;
	height:150px;
	overflow:hidden;
}
.mask1 img, .mask2 img{
	position:absolute;
	display:block;
	border:none;
}


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {background: #ddcfb4 url('img/middle_bg.jpg') repeat-y center top;}
.content#content-two-columns {background: url('img/content-two-columns.gif') repeat-y left top;}


/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
#main {padding: 10px 20px 0px 20px;}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}



/* Footer */

#footer-wrapper {
	background: url('img/bottom_bg.jpg') no-repeat center bottom;

}
#footer {
	font-size: 11px;
	padding: 19px 15px 0px 15px;
	height:76px;
	color:#917b51;
}
#footer a {
	color:#917b51;
	text-decoration: none;
	
}
#footer a:hover {color: #66145E;}

/* Bottom */

#bottom {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#bottom a {
	color: #555;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {color: #002;}
#bottom span.text-separator {
	color: #888;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {color: #777;}


/* Accordions*/

#accordian-wrapper{
width:503px;
background:#e8ddc9;
padding: 0px 3px 3px 3px;
border: 1px solid #d4c9b3;
margin: 10px 0px 15px 0px;
}

.col1 ul{list-style-type:disc; margin-left: 20px;}

#accordian {width:501px;  margin:0; padding:0;}
ul#accordian { list-style-type:none;}
#accordian h3 {color:#6c5934; width:496px; border: 1px solid #d4c9b3; padding:2px 0px 3px 5px; font-weight:bold; margin-top:3px; cursor:pointer; background:url(img/ac_bg.jpg)}
#accordian h3:hover {background:url(img/ac3_bg.jpg); color:#f7f0e2;}
#accordian h3.selected {background:url(img/ac2_bg.jpg); color:#f7f0e2;}
#accordian .accordian-section {overflow:hidden; width:503px;}
#accordian .accordian-content {width:491px; padding:5px; border: 1px solid #d4c9b3; border-top:none; background:#f7f0e2; 	color: #6c5934;}

ul#accordian ul{list-style-type:disc; margin-left: 20px;}
table.gallery td {text-align:center;  height:30px; vertical-align:top; margin:0; padding:0; font-size:90%; }
table.gallery img { height:83px; float: none; margin:0;}


table.tablazat td {text-align:left; vertical-align:middle; padding: 3px 3px 3px 10px; font-size:90%; }

.smallmail{font-size:10px; letter-spacing:-1px;}
