/* BASICS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}

body {
    font-size:12px;
}
body * {
    background:none !important;
}
h1 {
    font-weight:bold;
    font-size:16px;
    margin-bottom:15px;
    line-height:20px;
    margin-top:2px;
}
h2 {
    font-weight:normal;
    font-size:16px;
    margin-bottom:15px;
}

.clearer { 
	clear:both; 
	height:0px; 
	overflow:hidden; 
	margin-top:0px;
}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

a { 
	background-color:inherit;
	color:#000;
	text-decoration:none;
}

.hide {
	display:none;
}

p strong {
    font-weight:bold;
}
form.general {
    display:none;
}
img {
    margin-top:15px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* DISPLAY NONE */
#head,
#breadcrumbs,
#sidebar-right,
#footer ul,
#footer,
.dl,
#animate-teaser,
ul.navigation,
.sidebar ul.videos,
ul.page-turn,
.aktuell .inner img,
.calendar
{
    display:none;
}

/* Seitenstruktur */
.content-wrapper .sidebar {
    border-top:1px dotted #000;
    padding-top:2px;
    margin-top:20px;
}
#print-logo {
    margin-bottom:20px;
}
.content-wrapper .bt {
	border-top:2px solid #000;
}


/* Häuser Startseite */
div.aktuell {
    margin-bottom:15px;
	padding-top:4px;
	padding-bottom:4px;
}
div.aktuell h1 {
    margin-bottom:0px !important;
}
div.aktuell h2 {
    margin-bottom:0px !important;
    margin-top:0px !important;
}
div.aktuell p {
    margin-top:10px;
}
div.aktuell {
    border-top:1px dotted #000;
    padding-top:10px;
}
div.aktuell h1 a {
    line-height:1.2em;
}
div.aktuell .inner {
    float:left;
    width:450px;
}
div.aktuell .image {
    float:right;
    width:120px
}
div.aktuell ul {
    margin-bottom:10px;
}
div.aktuell ul li.category {
    float:left;
    background-color:#000;
    margin-right:15px;
    color:#fff;
    padding:1px 1px 1px 1px;
}
div.aktuell ul li.date {
    float:left;
    margin-right:15px;
}
div.aktuell ul li.house {
    float:left;
    padding-left:10px;
}
div.aktuell ul li.category {
    margin-right:15px;
    color:#000;
    padding:0px;
}

/* Artikel */
div.article {
    margin-bottom:25px;
}
div.article p {
    margin-top:15px;
}
div.article ul {
    list-style-type:disc;
    margin-left:20px;
    margin-top:15px;
}
div.article h2 {
    margin-top:20px;
}
div.article table {
    margin-top:10px;
    font-size:11px;
    width:100%;
}
div.article td, div.article th {
    padding:2px 0px 2px 0px;
}


/* Gallery */
ul.gallery li {
   	list-style-type: none;
	margin-left:0px; 
	list-style-position: inside; 
}
ul.gallery li {
    float:left;
    margin-right:5px;
}
ul.gallery {
    margin-top:0px !important;
    margin-left:0px !important;
}
ul.gallery li.last {
    margin-right:0px !important;
    padding:0px !important; 
}
ul.gallery li.last img{
    margin-right:0px !important;
    padding:0px !important; 
}

ul.gallery li a {
    margin-right:0px !important;
    padding:0px !important; 
    display:block;
}


/* Team */
div.team {
    border-top:1px dotted #000;
    padding-top:10px;
    margin-top:20px;
}
div.team .inner {
    float:left;
    width:380px;
}
div.team .image {
    float:right;
    width:120px
}
div.team p {
    font-family:Georgia, Verdana, Arial;
    font-size:1.5em;
    margin-top:0px;
}
div.team h1 {
    margin-bottom:10px;
}
div.team h1 span {
    font-weight:normal;
}
div.team a {
    text-decoration:underline;
}
div.team a:hover {
    text-decoration:none;
}
div.team ul li.phone {
    margin-top:10px;
}
div.team ul li {
    line-height:1.5em !important;
}

/* BLOCK */
div.block {
    border-bottom:2px solid #000;
}
div.block.future {
    border-bottom:0px solid #000;
}
div.block h4 span{
    background-color:#000;
    color:#fff;
}
div.block h4 {
    margin-top:4px;
    padding-bottom:8px;
    font-size:1em;
    font-weight:normal;
    background:url(../images/sidebar/liner.gif) left bottom repeat-x;
}


/* LINKS */
ul.biglink a {
    font-family: Georgia, Arial, Verdana;
    font-size:16px;
    text-decoration:underline;
}
ul.biglink span {
    display:block;
    margin-top:2px;
}
ul.biglink.links li {
    margin-bottom:20px;
}

/* Sitemap */
ul.sitemap li {
}
ul.sitemap li ul li{
    margin-bottom:2px;
}
ul.sitemap li ul li ul li{
    margin-bottom:2px;
}
ul.sitemap li.head{
    font-weight:bold;
}
ul.sitemap li.head ul {
    margin-top:2px;
}
ul.sitemap li.head ul li{
    font-weight:normal;
}
ul.sitemap li.head ul li ul li{
    font-weight:normal;
}
ul.sitemap li a {
    display:block;
    padding-left:8px;
    background:url(../images/layout/pfeil.gif) left 3px no-repeat;
    min-height: 1em;
    /* IE min-height */
    height: auto !important; 
    height: 1em; 
    line-height: 1.1;
}
ul.sitemap {
    background:url(../images/sidebar/liner.gif) left top repeat-x;
    padding-top:4px;
    margin-top:2px;
    margin-bottom:15px;
}
#select {
	display: none;
}

.pagination {
	display: none;
}


.float-image {
	float:left;
	
}
