body {
	margin: 0px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #FFF;
	color: #333;
	background-image: url('../images/bgleft.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

a img {
	border: 0px;
}

.container {
	width: 970px;	
}
.col1{
	float: left;
	width: 245px;
	background-image: url('../images/ecke.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 500px;
	padding-top: 125px;
}

.col2 {
	float: left;
	width: 695px;
}


.col2 ul {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	
}

.col2 blockquote {
	margin: 0px;
	margin-left: 10px;
	padding: 10px 0px 10px 9px;
	border-left: 1px solid #E3E3E3;
}

div.block {
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 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;
}
a.zoomlink {
	display: block;
	padding-bottom: 4px;
}

div.imgcaption  {
	font-size: 10px;
	padding: 4px;
	line-height: 14px;
}

div#head {
	background-image: url('../images/bgtop.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
	padding-right: 30px;
	width: 100%;
}

h1 {
	margin: 15px 30px 15px 0px;
	padding: 0px;
	font-weight: bold;
	color: #3f6895;
	font-size: 15px;
	border-bottom: 1px solid #e4392c;
	background-image: url('../images/h1-bullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}
a {
	color: #3f6995;	
}

a:hover {
	color: #333;
}

h2 {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #3f6895;
	font-weight: bold;
	font-size: 12px; 
}

h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #3f6895;
	font-weight: bold;
	font-size: 16px; 
}

div.print {
	background-image: url('../images/drucker.gif');
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 55px;
	margin-top: 10px;
	line-height: 15px;
}
div.print a {
	margin-left: 21px;
	font-size: 10px;
	text-decoration: none;
	color: #333;
}
div.print a:hover {
	color: #3f6995;
}

ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.menu li a {
	font-size: 12px;
	margin-left: 33px;
	padding: 2px 5px 2px 5px;
	display: block;
	border: 1px solid #2e3461;
	width: 128px;
	text-decoration: none;
	font-weight: bold;
	color: #3f6995;
}

ul.menu li.hover, 
ul.menu li.expanded {
	background-image: url("../images/mainbullet.gif");
	background-repeat: no-repeat;
	background-position: 21px center;
}

ul.menu li.expanded a {
	color: #333;
}

ul.menu li.children {
	padding: 0px;
	margin: 0px 0px 3px 23px;
	border-right: 1px solid #2e3461;	
	width: 149px;
}
ul.menu li.children ul{
	padding: 0px;
	margin: 0px;
}

ul.menu li.children ul li.bordertop{
	background-image: url("../images/border.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-top: 1px solid #2e3461;
	line-height: 1px;
	margin-left: 10px;
	padding-bottom: 1px;
}

ul.menu li.children ul li.borderbottom{
	background-image: url("../images/border.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border-bottom: 1px solid #2e3461;
	line-height: 1px;
	margin-left: 10px;
	padding-top: 1px;
}

ul.menu li.children ul li {
	background-image: url("../images/border.gif");
	background-repeat: repeat-y;
	background-position: 10px 0px;
	margin: 0px;	
}

ul.menu li.children ul li a{
	font-size: 11px;	
	margin: 0px 0px 0px 8px;
	padding: 2px 5px 5px 8px;
	border: 0px;
}

ul.menu li.children ul li a:hover,
ul.menu li.children ul li.expanded a{
	background-image: url('../images/subbullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

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

