body {
	background-color: #fffbd5;
	color: #8c5401;
	text-align: center;
	margin: 0px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url('/images/bg.gif');
	scrollbar-arrow-color: #9a9885;
	scrollbar-3dlight-color: #ebe8d1;
	scrollbar-darkshadow-color: #d6d4bd;
	scrollbar-face-color: #eeead0;
	scrollbar-highlight-color: #fffde6;
	scrollbar-shadow-color: #ebe8d1;
	scrollbar-track-color: #f5f3dc;
}

a{
	color: #ab0f14;
	font-style: italic;
}

a img {
	border: 0px;
}

h1,h2,h3,h4{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #ab0f14;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
h2 {
	margin-top: 40px;
	margin-bottom: 20px;
}


ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	list-style-image:url('/images/bullet.gif');
	margin-left: 16px;
}

li {
	padding: 0px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 30px 36px 20px 36px;
	padding: 4px 0px 20px 18px;
	border-left: 1px dotted #8c5401;
	font-size: 11px;
	line-height: 14px;
	color: #ab0f14;
}

div.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 1168px;
	text-align: left;	
	
}
a.zoomlink {
	display: block;
	padding-bottom: 4px;
}
div.imgcaption  {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	background-color: #f6ebc4;
	color: #b60f16;
	font-size: 10px;
	padding: 4px;
	line-height: 14px;
}

div.block {
	margin-bottom: 10px;
	line-height: 16px;
}


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

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

div.blockbild_left_no_float {
	float: left;
}

div.blockbild_right_no_float {
    float: right;
}

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

div.sideblock {
	width: 124px;
	color: #8c5401;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}

div.sideblock h2 {
	font-size: 11px;
	color: #8c5401;
	margin-top: 20px;
	margin-bottom: 6px;	
	text-align: center;
}

div.sideblock a, div.sideblock div.p a {
	color: #8c5401;
	text-decoration: none;
	margin-bottom: 8px; 
}

div.sideblock img {
	margin-bottom: 8px;
}

div.sideblock div.p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 4px;
}

div.footer {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: right;
	margin-right: 142px;
	text-transform: uppercase;
	font-size: 9px;
	height: 120px;
	color: #dbc59c;	
}

div.footer a {
	color: #dbc59c;	
	font-style: normal;	
	text-decoration: none;
}

a#langselect{
	text-align: left;
}

ul#languages {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	font-size: 9px;	
	margin: 0px;
	padding: 0px;
	width: 65px;
	margin-left: 214px;
}

ul#languages li {
	margin: 0px;
	padding: 0px;
}
ul#languages li a{
	display: block;
	font-style: normal;
	background-color: #d91c2c;
	color: #fffbd5;
	border-bottom: 1px solid #fffbd5;
	padding-right: 4px;
	text-decoration: none;
	text-align: right;
}
ul#languages li a:hover{
	background-color: #cf0069;
}

div.column {
	float: left;
}

div.col1 {
	width: 410px;
	display: none;
}

div.col3 {
    margin-left: 44px;
	width: 256px;
}

div.col2 {
	width: 424px;
	padding-left: 12px;
	padding-right: 12px;
}

div.col3 {
	margin-top: 172px;
}

.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 */

