/* Bausteine */

/* Bild links text rechts */
/* Bild lifnks Text rechts mit ueberschrift rot */

div#imgtxt,
div#imguebtxt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
div#img,
div#image {
	float: left;
	margin-top: -1px;
	width: 180px;
	height: auto;
	overflow: hidden;
	margin-right: 15px;
}
div.imgBottom {
	float: left;
	width: 180px;
	height: 8px;	
	background: url(../images/bausteine/bg_imgBottom.gif) repeat-y bottom left;
}
div#img img,
div#image img {
    padding: 4px 4px 0px 4px;
    margin-bottom: -2px;
    width: 173px;
    height: auto;
    cursor: pointer;
    background: url(../images/bausteine/bg_img.gif) no-repeat top left;
}
div#txt,
div#uebtxt {
	float: left;
	width: 300px;
}
div#txt p,
div#uebtxt p {
	margin: 0;
	padding: 0;
}
div#txt b,
div#uebtxt b {
	line-height: 13px !important;
}
div#imguebtxt h1 {
	margin: 0 0 8px 0;
	color: #ff0000;
	font-size: 18px;
}	

/* Text links, Bild rechts groß (nur für Page-Template ohne rechten Bereich */

div#imgRightBig {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
div#imgRight {
	float: right;
	width: 254px;
}
div#imgRight img {
	width: 250px;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #c0c0c0;
	padding: 1px;
}
div#txtLeft {
	float: right;
	width: 416px;
	margin-right: 10px;
}
div#txtLeft h1 {
	margin: 0px 0 7px 0;
	font-size: 18px;
}
div#txtLeft h2 {
	margin: 0px 0 7px 0;
	font-size: 16px;
}
div#txtLeft p {
	margin: 0;
}
div#txtLeft b {
	line-height: 13px;
}
div#txtLeft table {
	border-spacing: 4px;
}

/* Grosse Bilder */

div#imgBig {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	height: auto;	
}
div#bigRadiusTop {
	width: 100%;
	height: 13px;
	background: url(../images/bausteine/bg_imgbig.gif) no-repeat;
	margin-bottom: -7px;	
}
div#bigImage {
	width: 496px;
	background: url(../images/bausteine/bg_imgbigborder.gif) left repeat-y;	
	padding: 0 2px;
}
div#bigImage img {
	width: 496px;
}
div#bigRadiusBottom {
	width: 100%;
	height: 11px;
	margin-top: -4px;
	background: url(../images/bausteine/bg_imgbigbottom.gif) no-repeat;
}



/* Marker fuer TemplaVoila - Rootdivs*/
#marker1,
#marker2,
#marker3,
#marker4,
#marker5 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

/* ueberschrift mit Text - Farbe grau */

h1.ueb1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 7px 0;
}

div#marker1 p,
div#marker2 p {
	margin: 0;	
}

/* ueberschrift mit Text - Farbe rot */

h1.ueb2 {
	font-size: 18px;
	font-weight: normal;
	color: #ff0000;
	margin: 0 0 7px 0;
}

/* Baustein Kontakt */

div.contact {
	width: 164px;
	height: auto;
	background: url(../images/design/bg_contact_top.gif) left top no-repeat;
	padding: 7px 10px 5px 6px;
	white-space: nowrap;
}
div.contactBottom {
	width: 180px;
	height: 9px;
	background: url(../images/design/bg_contact_bottom.gif) left bottom no-repeat;
}
div.contact p {
	margin: 0 0 7px 0;
	line-height: 12px;
}
div.contact b {
	line-height: 13px !important;
}

/* Baustein oeffnungszeiten */
/*
div#open {
	width: 164px;
	height: 125px;
	margin-top: 10px;
	background: url(../images/design/bg_open.gif) left top no-repeat;
	padding: 10px 10px 0 6px;
}
*/
div#open {
	width: 164px;
	height: 125px;
	margin-top: 10px;
	background: url(../images/design/bg_open_top.gif) left top no-repeat;
	padding: 10px 16px 0 0;
}

div#openHead {
	width: 100%;
	margin-top: -3px;
	text-indent:21px;
}
div#openCont {
	margin: 8px 0 0 0;
	background: url(../images/design/bg_open_content.gif) left bottom no-repeat;
	width:174px;
	padding: 0 0 10px 6px;
}
div#openCont table {
	width: 170px;
	text-align: left;
	margin-left: -2px;
	line-height:11px;
}
div#openCont p {
	margin: 0;
}
div#openHead h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 140px;
}


/* Baustein Oldieklinik */

div#oldie {
	width: 100%;
	height: 153px;
	margin-top: 10px;
	background: url(../images/design/bg_oldie.gif) no-repeat;
}

/* Newssystem */

div.newsList {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
div.newsList h1,
div.newsList h1 a,
div.newsSingle h1 {
	text-decoration: none;
	font-weight: normal !important;
	font-size: 18px;
	margin: 0 0 8px 0;
	color: #646464;
}
div.newsList p,
div.newsSingle h3,
div.newsSingle p {
	margin: 0;
	font-size: 11px;
	color: #646464;
}
div.newsImage {
	float: left; 
	width: 180px;
	margin-right: 15px;
}
div.newsImage img {
	padding: 4px;
	width: 173px;
	height: auto;
	cursor: pointer;	
	display: inline;
}
div.news-single-img,
div.news-list-img {
	background: url(../images/bausteine/bg_img.gif) left top no-repeat;
}
img.spacer-gif {
	display: none !important;
}
div.newsText {
	float: left; 
	width: 300px;
}
div.newsText b {
	line-height: 13px !important;
}
p.more {
	margin-top: 10px !important;
}
div.news-single-files,
div.news-single-links {
	background: #ffffff;
	margin-top: 10px;
	border: 0;
}
div.news-single-files h3,
div.news-single-links h3 {
	margin-bottom: 5px;
}
p.imgCaption {
	display: none;
}

/* Sitemap */

div.tx-flseositemap-pi1 ul {
	list-style-type: square;
}
div.tx-flseositemap-pi1 a {
	color: #646464;
	text-decoration: none;
}
div.tx-flseositemap-pi1 a:hover {
	color: #c0c0c0;
}
