/* CSS Document */

html {
		}
	
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #fff url(../images/body_bg.jpg) repeat-x;
	text-align:center
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags */

p {
	font-size: 85%;
	margin: 0 0 0.5em 0
}

a {
	color: #683705
}
a:hover {
	text-decoration:none
}

hr {
	border:none;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: #DDD8C4;
	color:#DDD8C4;
	margin: 10px 0 10px 0;
	clear:both;
}

h1 {
	font-size: 160%;
	margin: 0 0 0.4em 0;
	font-weight: normal;
	
}

h2 {
	font-size: 120%;
	margin: 0 0 0.4em 0;
	font-weight: normal;
}

h2.sg:first-letter {
	margin: 0 7px 0 0;
	color:#683705;
	Font-size:140%;
}


h3 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	}

h4 {
	font-size: 85%;
	margin: 0 0 0.5em 0;
}

h5 {
	font-size:140%;
	font-weight: normal;
	padding: 0 0 0 20px;
	margin: 0 0 0.5em 0;
	
	
}

h6 {
	font-size: 120%;
	font-style: italic;
	margin: 0 0 0.5em 0;	
}
table {
	
}

th,td {
	width: 150px;
	vertical-align: bottom;
	border-bottom: 1px solid #ccc
}

img {
	border:none
}

/*label.anfrage {
	font-size: 110%;
	
}*/

label {
	font-size: 100%;
}

select {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 1px;
}



/* Klassen */

.linkad {
	padding: 10px 0 0 0; 
	margin: 10px 0 0 0; 
	border-top: 1px solid #ddd
}

.linkad a {
	margin: 0 10px
}


.bild {
	padding: 1px;
	border: 1px solid #C6BD9B
}

.bild_reihe {
	padding: 1px;
	border: 1px solid #C6BD9B;
	margin: 0 6px 0px 0
}

.bild_text {
	float:left;
	margin: 0 15px 15px 0;
	padding: 1px;
	border: 1px solid #C6BD9B
}

.bild_text_ohne {
	float:left;
	margin: 0 15px 15px 0;
}

.bild_text_ohne_re {
	float:right;
	margin: 0 0 15px 15px ;
}

.bild_text_mit_re {
	float:right;
	margin: 0 0 15px 15px ;
	border: 1px solid #C6BD9B
}

.gr_grau {
	background: url(../images/gr_grau_bg.gif) left center no-repeat;
	padding: 2px 2px 2px 20px;
	margin: 0 0 15px 0
}

.hinweis {
color:#FF0000;
font-weight:bold
}


/*#zemContactForm input {
	font-size: 85%
}
.zemRequired {
	
	font-size: 85%;
	
}*/

#mitte a.pdf{
	padding:0 0 0 25px;
	background: url(../images/pdf_b.jpg) no-repeat;
}

#content a.pdf{
	margin:0.5em 0 0 0;
	padding:3px 0 3px 30px;
	background: url(../images/pdf_w.jpg) no-repeat;	
}

#content .caps{
	display: inline;
}


/* Layout */
#container {
	margin:auto;
	width: 980px;
	background: #fff url(../images/container_bg.jpg) center repeat-y;
	text-align: left;
}

body#tv #container{
	margin:auto;
	width: 980px;
	background: #fff url(../images/container_tv_bg.jpg) center repeat-y;
	text-align: left;
}

/* Header ####################################### */
#header {
	width: 980px;
	height: 135px;
	background: url(../images/header_bg.jpg) no-repeat;
}
body#tv #header {
	width: 980px;
	height: 135px;
	background: url(../images/header_tv_bg.jpg) no-repeat;
}

img.logo {
	margin: 18px 0 0 40px;
	float:left
}

#suche {
	float:right;
	width: 290px;
	display:inline;
	padding:0;
	margin: 40px 0 0 0
	
}

#suche form {
	display: inline;
}

.suchfeld {
	width: 230px;
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 85%;
	float: left;
	color: #666;
	background: #EDE9D9;
	border: 1px solid #DDD8C3;
	margin:0 0 4px 0;
	padding: 2px 2px 0px 2px;
	
}

.suchbtn {
	padding: 0px 0 0 5px
}

#content_wrap {
	
	
}
/* Inhalt ####################################### */
#content {
	float:left;
	width: 484px;
	background: url(../images/content_bg.jpg) top left no-repeat;
	padding: 10px 15px 10px 28px
}

body#tv #content {
	float:left;
	width: 512px;
	background: url(../images/content_bg.jpg) top left no-repeat;
	padding: 10px 15px 10px 28px
}

#content table {
	margin: 15px 0 15px 0
}

#content td {
	font-size: 85%;
	padding: 2px 0 2px 0
}

#content ul {
	font-size: 85%;
	margin: 0 0 10px 20px
}

#content ol {
	font-size: 85%;
	margin: 0 0 10px 20px
}

#content span.li a, #content span.re a{
	font-size:85%;
}

#content span.li{
text-align:left;
float:left;
margin: 1em 0 0.5em 0;
padding:0 0 0 12px;
background:url(../images/arrow_li.jpg) 0 2px no-repeat;
}

#content span.re{
text-align:right;
float:right;
margin: 1em 0 0.5em 0;
padding:0 12px 0 0;
background:url(../images/arrow_re.jpg) right 2px  no-repeat;
}

#content div.sog{
	margin: 0 0 0 30px;
}

#desc {
	display:none
}

#placeholder, #placeholder2 {
	padding: 1px;
	border: 1px solid #C6BD9B;
	margin: 0 0 10px 0
}
.rssThumbs {
	margin: 0 0 30px 0
}
.rssThumbFloat {
	float:left;
	width: 66px;
}

.rssThumbFloat img {
	border:0
}

.rssThumbFloat  a{
	padding: 1px;
	border: 1px solid #C6BD9B;
	display:block;
	width: 60px;
	height: 39px
}

.rssThumbFloat  a:hover{
	background:#C6BD9B
}
.rssThumbFloat  a:active{
	background:#C6BD9B
}

/* Mittlere Spalte ####################################### */

#mitte {
	float:left;
	width: 210px;
	padding: 10px 15px 0 15px;
}

body#tv #mitte {
	float:left;
	width: 182px;
	padding: 10px 15px 0 15px;
}

#mitte h5 {
	background: url(../images/mitte_h4_bg.jpg) 0 50% no-repeat;
}

/*#mitte h3 {
background:#633303;
text-align:center;
color:#fff;
padding: 2px
}*/

.teaser {
	width: 60px;
	height: 56px;
	padding: 2px;
	border: 1px solid #CCC9BD;
	background: #fff;
	float:left;
	margin: 0 3px 3px 0;
}

.teaser p {
	margin:0;
	font-size: 9px;
	text-align: center;
}

.teaser img {
	border:0
}

.teaser_pav {
	width: 60px;
	height: 77px;
	padding: 2px;
	border: 1px solid #CCC9BD;
	background: #fff;
	float:left;
	margin: 0 3px 3px 0;
}

.teaser_pav p {
	margin:0;
	font-size: 9px;
	text-align: center;
}

.teaser_pav img {
	border:0
}
/*Pavillons Grundrisse mit Preisen*/

.pavt {
	width: 480px;
	margin: 0 0 0px 0;
	clear:both;
}

.pavt img {
	float:left;
	border: none;
	padding: 0 0 10px 0;
}

.pavt h4 {
	float:right;
	width: 250px
}

.pavt p {
	float:right; 
	width: 250px;
}

.pavt ul {
	float:right; 
	width: 235px;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}

/*Pavillon Ergänzungsprogramm Teaser*/

.pav_ergt {
	width: 150px;
	float:left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
	height: 150px;
}

.pav_ergt img {
	display:block;
	width: 150px;
	padding: 0 0 5px 0 ;
	}

.pav_ergt p {
	width: 150px;
}

#mitte .textlink {
	margin: 0 0 10px 20px
}

#mitte .infobox_fh {
	padding: 0px;
	width: 200px;
	padding: 0px;
	background: url(../images/infobox_fh_bg.jpg) bottom repeat-y;
	margin: 20px 0 0 3px
}
#mitte .infobox_fh p{
padding: 0 5px 0 5px ;
}


#mitte .infobox_fh h4 {
	background: url(../images/infobox_fh_headline_bg.jpg) no-repeat;
	padding: 5px
}

#mitte .infobox_sh {
	padding: 0px;
	width: 200px;
	padding: 0px;
	background: url(../images/infobox_sh_bg.jpg) bottom repeat-y;
	margin: 20px 0 0 3px
}
#mitte .infobox_sh p{
padding: 0 5px 0 5px ;
}


#mitte .infobox_sh h4 {
	background: url(../images/infobox_sh_headline_bg.jpg) no-repeat;
	padding: 5px
}


/* rechte Spalte ####################################### */
#sidebar {
	float:right;
	width: 172px;
	padding: 10px 20px 0 15px;
	background:  url(../images/sidebar_bg.jpg) top right no-repeat;
}

#sidebar h5 {
	background: url(../images/sb_h5_bg.jpg) 0 50% no-repeat;
}



ul.nav {
	list-style-type:none;
	margin: 0 0 1em 22px;
	font-size: 85%
}

ul.nav a {
	text-decoration:none
}
ul.nav a:hover {
	text-decoration:underline
}
/* Footer ####################################### */
#footer {
	clear: both;
	height: 40px;
	background: #fff url(../images/footer_bg.jpg) no-repeat;
	padding: 20px 0 0 30px;
	margin: 0 0 50px 0;
}
body#tv #footer {
	clear: both;
	height: 40px;
	background: #fff url(../images/footer_tv_bg.jpg) no-repeat;
	padding: 20px 0 0 30px;
}
#footer ul {
	list-style-type:none;
}

#footer li {
	float:left
}

#footer li a.btn {
	display:block;
	width: 110px;
	height: 50px;
	margin: 0 5px 0 0;
}

#footer li a {
	display:block;
	width: 90px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	margin: 0 5px 0 0;
	color: #333;
	text-decoration:none;
	padding: 0 0 0 0;
	text-indent: -3000px
}
#footer li a.home {
	background: url(../images/footer_home_bg.jpg) 0 0 no-repeat;
}

#footer li a.home:hover {
	background: url(../images/footer_home_bg.jpg) 0 -50px no-repeat;
	
}
#footer li a.top {
	background: url(../images/footer_top_bg.jpg) 0 0 no-repeat;
}

#footer li a.top:hover {
	background: url(../images/footer_top_bg.jpg) 0 -50px no-repeat;
	
}

#footer li a.mail {
	background: url(../images/footer_mail_bg.jpg) 0 0 no-repeat;
}

#footer li a.mail:hover {
	background: url(../images/footer_mail_bg.jpg) 0 -50px no-repeat;
	
}
#footer li a.print {
	background: url(../images/footer_print_bg.jpg) 0 0 no-repeat;
}

#footer li a.print:hover {
	background: url(../images/footer_print_bg.jpg) 0 -50px no-repeat;
	
}

#footer p {
	float:right;
	width: 350px;
	margin: 0;
}

#adresse {
	display:none
}


/* Tooltip */

td.tooltip {
	border:0
}

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-weight: bold;
outline:none;
padding: 0 15px 0 5px;
margin: 0 0 0 5px;
background: url(../images/a_tooltip_bg.gif) no-repeat;
}

a.tooltip:hover {
background: #DDD8C3;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip span strong{
padding:0 0 10px 0px;
display:block;
}

a.tooltip span div{
margin:10px 0 0px 0px;
}

a.tooltip span div strong{
display:inline;
}

a.tooltip span img{
	float:right;
	margin: 2px 0px 0 20px;
	padding:1px;
	border: 1px solid #57575A;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 0px;
left: 20px;
width: 380px;
z-index: 100;
color: #333;
border: 1px solid;
border-color: #DDD8C3;
border-left: 4px solid #DDD8C3;
padding: 10px;
background: #F7F4EE;
font-weight: normal;
}

a.tooltip em {
	font-style:normal;
	color: #683705;
	cursor:pointer
}


