/********** global **********/
body {
	margin:0px;
	padding:0px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
	color:#ffffff;
	background-color:#009ee0;
}
form, ol, ul, li, p, h1, h2, h3, h4, dl, dt, dd {
	margin:0px;
	padding:0px;
    font-weight:normal;
}
input, textarea {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:inherit;
    font-weight:inherit;
}
ul {
	list-style:none;
}
img {
	border:0px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:hover {
	color:#ffffff;
}
a:active {
	color:#ffffff;
}
h1 {
    float:left;
    background-color:#fff;
    padding:4px;
    color:#e2007a;
    margin-bottom:15px;
}
h2 {
    clear:left;
    float:left;
    background-color:#fff;
    padding:2px;
    color:#e2007a;
    margin-top:15px;
    margin-bottom:5px;
}
h3 {
    clear:left;
    float:left;
    background-color:#fff;
    color:#e2007a;
    margin-top:5px;
    padding:1px;
}
h4 {
    clear:left;
    float:left;
    background-color:#fff;
    color:#e2007a;
    margin-top:5px;
    padding:1px;
}
p {
    clear:left;
    margin-top:10px;
}
.print {
    display:none;
}
#wrapper {
    width:960px;
    overflow:hidden;
    margin:0 auto;
}
#header {
    width:960px;
    height:160px;
    background-image:url(/images/header.png);
	background-position:0;
	background-repeat:no-repeat;
    cursor:pointer;
}
#tabs {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	background-color:#0063a6;
    font-size:13pt;
    padding:10px 0;
    margin:10px 0;
}
#tabs ul {
    list-style:none;
    margin:0;
    padding:0;
}
#tabs li {
    text-transform:uppercase;
    display:inline;
    cursor:pointer;
}
#tabs li {
    padding:0 10px 0 10px;
    border-right: 1px solid #fff;
}
#tabs li a {
    text-decoration:none;
}
#tabs li.active {
    cursor:default;
    background-color:#e2007a;
}
#tabs li.first {
}
#tabs li.last {
  border-right: none;
}
#content {
    overflow:hidden;
    min-height:375px;
    font-size:11pt;
    background-color:#81c7e7;
    padding:10px 10px 10px 10px;
}
#content a.download {
	padding-left:20px;
	background-position:0;
	background-repeat:no-repeat;
}
#content a.download.pdf {
    background-image:url(/images/symbol_pdf.gif);
}
#content .hl {
    background-color:#e2007a;
    padding:1px;
    color:#fff;
}
#content .aktuell {
    float:right;
    width:400px;
	height:220px;
    background-color:#fff;
    padding:10px;
	border:5px solid #fbba00;
    color:#0063A6;
    font-size:16pt;
    text-align:center;
}
#content .kontakt_info {
    float:right;
    margin-top:15px;
    background-color:#fff;
}
#content #gmap {
    width:450px;
	height:350px;
	border:5px solid #fff;
}
#content #bvg {
    width:300px;
	text-align:center;
	clear:right;
    float:right;
}
#content #qr_kontakt {
	width:150px;
	overflow:hidden;
    float:left;
}
#content #qr_kontakt a {
	color:#333333;
}
#content #qr_kontakt div {
	color:#333333;
	margin-left:5px;
	margin-top:-15px;
}
#content #qr_kontakt img {
	margin-left:-10px;
	margin-top:15px;
    width:150px;
}
#content .item {
    clear:left;
    overflow:hidden;
    background-color:#fff;
    padding:5px;
	margin-bottom:5px;
}
#content .item_img {
    float:right;
    margin-left:5px;
	width:300px;
	text-align:center;
	background-color:#fff;
}
#content .item_name {
    background-color:#e2007a;
    padding:1px;
    color:#fff;
	overflow:hidden;
}
#content .item_text {
    overflow:hidden;
    color:#0063a6;
    margin-left:234px;
}
#content .item_datum {
    clear:left;
    float:left;
    width:220px;
    overflow:hidden;
    background-color:#fff;
    padding:2px;
    color:#e2007a;
    margin-right:10px;
}
#content .item_titel {
    background-color:#e2007a;
    padding:1px;
    color:#fff;
	overflow:hidden;
}
#content .item_kuenstlername {
    color:#e2007a;
}
#content .item_alter {
    background-color:#e2007a;
    padding:1px;
    color:#fff;
}
#content .item_preis {
    color:#e2007a;
}
#content .item_info {
    color:#0063a6;
    float:right;
}
#content .item_info div {
    float:right;
	margin-left:10px;
}
#content  .item_video a {
    color:#0063a6;
	display:block;
	padding-left:20px;
    background-image:url(/images/symbol_play.gif);
	background-position:0;
	background-repeat:no-repeat;
}
#footer {
    text-align:center;
    margin:10px auto;
    font-size:7pt;
}
#footer ul {
    list-style:none;
    margin:0;
    padding:0;
}
#footer li {
    display:inline;
}
#footer li {
    margin-right:-4px;
    padding:0 5px 0 5px;
    border-right: 1px solid #fff;
}
#footer li a {
    text-decoration:none;
}
#footer li.first {
}
#footer li.last {
  border-right: none;
}

