#wrapper {
	margin: auto;
	width: 1024px;
}

#header-wrapper {
	width: 100%;
	background: url(../images/header_wrapper.jpg);
}

#header {
	width: 1024px;
	height: 89px;
	background: url(../images/header.jpg);
}

#teaser-wrapper {
	width: 100%;
	background: url(../images/teaser_wrapper.jpg);
}

#teaser {
	width: 1024px;
	height: 233px;
	background: url(../images/teaser.jpg);
}

#teaser #navigation {
	display: table;	
	width: 195px;	
	margin-left: 807px;
}

#teaser #navigation div {
	display: table-row;
	
	
	background: url(../images/navigation.png);
	background-repeat: no-repeat;
}

#teaser #navigation div a {
	display: table-cell;
	
	padding-left: 43px;
	padding-right: 15px;
	padding-bottom: 3px;
	
	height: 24px;
	color: white;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
		
}
#teaser #navigation a:hover{
	color:#5AC0E8;
}
#breadcrumbs-wrapper {
	width: 100%;
	background: url(../images/breadcrumbs_wrapper.jpg);
}

#breadcrumbs {
	display: table;
	
	width: 974px;
	height: 33px;
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	padding-bottom: 9px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #433021;
	
	background: url(../images/breadcrumbs.jpg);
}

#breadcrumbs div.title {
	display: table-cell;
	width: 120px;
}

#breadcrumbs div.link {
	display: table-cell;
	width: 854px;
}

#breadcrumbs div.link a {
	color: #433021;
	text-decoration: none;
}

#breadcrumbs div.link a:hover {
	text-decoration: underline;
}

#content {
	display: table;
	
	width: 1000px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 23px;
	padding-bottom: 40px;
}



#content div.panel {
	float: left;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	
	background: url(../images/dots.png);
	background-repeat: repeat-y;
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #433021;
	vertical-align: top;
}

#content div.panel div.title {
	padding-top: 15px;
	padding-bottom: 5px;
	
	font-size: 13px;
	font-weight: bold;
}

div.search {
	padding-top: 15px;
	padding-bottom: 5px;
	
	font-size: 15px;
	font-weight: bold;	
}




#content div.visit a:visited {
  padding-right:17px;
  background: url(../images/besucht.gif) no-repeat 100% 0%;
}




#content div.left {
	
	float: left;
	min-height: 300px;
	width: 200px;

}
	
#content div.center {
	float: left;
	width: 50%;
}

#content div.right {
	float: left;
    min-height: 300px;
	width: 200px;
	
}
p.clear {
  clear: both;
}


#footer-wrapper {
	width: 100%;
	background: url(../images/footer_wrapper.jpg);
}

#footer {
	width: 1024px;
	height: 51px;
	
	padding-top: 15px;
	
	text-align: center;
	line-height: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
	color: #2D2117;
	
	background: url(../images/footer.jpg);
}

#footer a {
	color: #2D2117;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#attachment {
	display: table;
	padding-top: 15px;
}

#attachment div {
	display: table-row;
}

#attachment div a:visited {
  padding-right:17px;
  background: url(../images/besucht.gif) no-repeat 100% 0%;
}

#attachment #file {
	display: table-cell;
	width: 85%;
}

#attachment #size {
	display: table-cell;
	width: 15%;
	text-align: right;
}

a {
	color: #5AC0E8;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

table.reference {
	padding-top: 7px;
}

table.reference th {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}
