a.ico
{
    padding-left:20px;
    height:18px;
}

a.down
{
    background: transparent url(/images/ico/down.png) no-repeat left center;
}

a.up
{
    background: transparent url(/images/ico/up.png) no-repeat left center;
}

a.home
{
    background: transparent url(/images/ico/home.png) no-repeat left center;
}

a.eye
{
    background: transparent url(/images/ico/eye.png) no-repeat left center;
}

a.mail-send
{
    background: transparent url(/images/ico/mail-send.png) no-repeat left center;
}


*
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma;
}

body
{
	font-size: 76%;
	text-align: center;
}

div.info
{
	background-color:#eff1ff;
	border-top:solid 1px #cfd1d1;
	border-bottom:solid 1px #cfd1d1;
	margin:1em;
	padding:0.25em;
}

div.info p
{
	color:#009;
}

span.new
{
	text-transform:uppercase;
	color:red;
	font-size:0.85em;
	vertical-align:super;
	margin:0 0 0 0.25em;
}

a:link, a:visited, a:active
{
  color: #0000CD;
  text-decoration: none;
}

a:hover
{
  color: #0000CD;
  text-decoration: underline;
}

.small
{
	font-size:0.95em;
}

img
{
  border: 0;
}

img.nb, #content img.nb
{
	border:0;
	padding:0;
	vertical-align:middle;
	background-color:transparent;
}

img.nf, #content img.nf
{
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
	background-color:transparent;
}

img.fl, #content img.fl
{
  float: left;
  margin: 0 12px 12px 0;
}

img.fr
{
  float: right;
  margin: 0 0 12px 12px;
}


div.cl
{
  	clear: both;
}

div#sub-header
{

 	font-size: 1em;
 	width: 70em;
	display: block;

	margin: 0.5em auto;
	clear: both;
	overflow: hidden;
}

/* --- content section --- */


div#content
{
 	font-size: 1em;
 	width: 70em;

  background: #fefefe url('../images/content-bg.jpg') repeat-y left top;
  display: block;
  border-left: 1px #e1e1e1 solid;
  margin: 0 auto;
  text-align: left;
  /*overflow: hidden;*/
  position:relative;
  padding:1px 0;
}

div#content_search
{
 	font-size: 1em;
 	width: 70em;
    border-left: 1px #e1e1e1 solid;
    margin: 0 auto;
    text-align: left;
}
div#content a:hover
{
	color: #FF8000;
	text-decoration: underline;
}


#content p
{
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: visible;
	margin: 0.5em 1em 1em 1em;
}

#content small
{
	font-size: 0.85em;
}

#content p.imageleft img
{
	overflow: visible;
	margin: 4px 8px 8px 0;
	float: left;
	vertical-align: top;
	display: block;
}

#content table td
{
	padding: 0.5em;
	border-bottom: 1px #eee solid;
	vertical-align: top;
}

#content table
{
	font-size: 1.1em;
	width: 85%;
	margin: 1em;
	border-collapse: collapse;
	border-top: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
	padding:0;
	background-color: #fafafa;
	table-layout:fixed;
}

body.grundbuch #content table
{
	width:auto;
}

body.grundbuch h2
{
	background: #E0FFFF;
}

#content table.simple
{
	margin: 1em;
	width: 90%;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
}

.red
{
	color:#900;
}

.red a
{
	color:#900;
	text-decoration:underline;
}

.bold
{
	font-weight:bold;
}

td.w20
{
	width: 20%;
}

#content blockquote
{
	background-color: #fff;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 2.5em;
	padding: 1.5em;
	color: #666;
/*	font-size: 0.96em;
	line-heigt: 1.35em; */
}

#content img, #content_detail img,
#content img, #content iframe
{
	background-color: #f6f6f6;
	padding: 4px;
	border: 1px solid #ddd;
	margin: 8px;
}

#content div.picture
{
	text-align: left;
	font-size: 0.9em;
}

#content div.picture img
{
	margin: 0 0 0.5em auto;
	float: none;
	clear: both;
	
}

#content div.right
{
	float: right;
	width: 33%;
	padding: 2em;
}

#content div.left
{
	float: left;
	width: 33%;
	padding: 2em;
}

#content div.picture span
{
	color: #555;
	line-height: 1.25em;
	display: block;
}

#map
{
	display: block;
	margin: 1em;
}

#map img
{
	background-color: transparent;
	padding: 0;
	border: 0;
	margin: 1em;
}

body.subpage div#content ul
{
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 1em 2em;
	font-size: 1.1em;
	line-height: 1.5em;
}

body.subpage #content table td ul
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 1em 2em;
	font-size: 1em;
	line-height: 1.5em;
}

h1
{
 	font-size: 2em;
 	width: 35em;

	margin: 0.5em auto;
	display: block;
	background-color: #4169E1;
	color: white;
	clear: both;
	text-align: left;
}

h1 span.title
{
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 0 0.5em;
}

#content h2
{
	text-transform: uppercase;
	display: block;
	font-size: 1.7em;
	line-height: 1.5em;
	color: #333;
	padding: 0.5em;
	font-weight: bold;
	letter-spacing: 0.02em;
}

#content h3
{
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;
	padding: 0.8em;
	font-weight: normal;
	letter-spacing: 0.2em;
}

/*
	--- ---
*/	

div#footer
{
	margin: 0 0 1em 0;
}

div#footer p, 
div#footer p a
{
	font-size: 0.85em;
	letter-spacing: 0.2em;
	color: #777;
	text-transform: uppercase;
}

p.fr
{
  text-align: left;
}


/*
   --- google-area --- 
*/

div#google
{
	display: block;
	margin: 32px 0 0 0;
}

a#homelink
{
	background: #fff url(../images/bruecke-small.gif);
	display: block;
	width: 320px;
	height: 108px;
	float: left;
	overflow: visible;
}

span#subpageheaderimgschild
{
	background: url(../images/heubisch-schild.jpg) no-repeat;
	/*background: url(../images/KW_2010.png) no-repeat;*/
	display: block;
	width: 92px;
	height: 108px;
	float: right;
}

span#subpageheaderimg
{
	background: url(../images/westen.jpg) no-repeat;
	display: block;
	width: 383px;
	height: 108px;
	float: right;
}

/*
	--- nav ---
*/

div#topnav, div#bottomnav
{
 	width: 70em;
  border-left: 1px #e1e1e1 solid;
	text-transform: uppercase;
	background-color: #efefef;
 	text-align: right;
 	clear: both;
}

div#topnav
{
  border-top: 1px #e1e1e1 solid;
	margin: 4px auto 0 auto;
}

div#bottomnav
{
  border-bottom: 1px #e1e1e1 solid;
	margin: 0 auto 16px auto;
}

div#topnav span, div#bottomnav span
{
    font-size:1em;
    }

div#topnav span a, 
div#bottomnav span a
{
	font-size: 0.75em;
	line-height: 2.85em;
	font-family: Verdana, Helvetica, sans-serif;
	margin-right: 2em;
	padding-top:2px;
	padding-bottom:2px;
} 

/*
div#topnav span.email a,
div#bottomnav span.email a
{
	background: transparent url('../images/e-mail.gif') no-repeat center center;
	padding: 0 1em;
	overflow: visible;
}

div#topnav span.email a:hover,
div#bottomnav span.email a:hover
{
	
	text-decoration: none;
	
}
*/



/*
	--- bildergalerie ---
*/

body.gallery div#content div.W100
{
	width:100%;
	float:none;
	clear:both;
	margin:0 0 2em 0;
}

body.gallery div#content div.W50
{
	float:left;
	width:50%;
	margin:0 0 2em 0;
}

body.gallery div#content div.W50 img, body.gallery div#content div.W100 img
{
	float:left;
}

body.gallery div#content div.W50 p, body.gallery div#content div.W100 p
{
	font-size: 0.9em;
	color: #777;
	line-height:1.75;
}

body.gallery div#content div.W100 p.red
{
	color:#900;
}



/* --- zwei-spaltig --- */
div.col2
{
	float: none;
	display: table;
	clear: both;
	padding: 0;
	margin: 8px 0 8px 0;
	overflow: visible;
	width: 100%;
}

body.gallery div.col2 img
{
	background-color: white;
	padding: 4px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 8px 8px 0;
}

body.gallery div.col21 p, body.gallery div.col22 p
{
	line-height: 1px;
	padding-right: 8px;
}

div.col2 div.col21
{
	overflow: hidden;
	width: 50%;
	float: left;
}

div.col2 div.col22
{
	overflow: hidden;
	width: 50%;
	float: right;
}

body.gallery div.col2
{
	font-size: 0.8em;
	color: #777;
}



.grey
{
	color: #aaa;
}

.center
{
	text-align: center;
}

/* --- firefox image --- */

#content img.firefox
{
  float: right;
  margin: 0 0 12px 12px;
  padding: 0;
  border: 0;
  margin: 1em;
  background-color: transparent;
}

a#translate
{
}

a#translate:hover
{
	text-decoration: none;
}

/* --- links page --- */

dl.linklist dt a
{
	display:block;
	font-weight: bold;
}

dl.linklist
{
font-size:1.1em;
line-height:1.5;
margin: 0.5em 1em 1em 1em;
}

dl.linklist dt
{
	width:25%;
	float:left;
	clear:left;
	border-top:1px dashed #999;
	padding: .5em .5em 1.5em 0.5em;
}

dl.linklist dd
{
	margin-left:30%;
	border-top:1px dashed #999;
	padding: .5em .5em 1.5em 0.5em;
}

dl.linklist dd:after
{
	content:".";
	display:block;
	clear:left;
	height:0;
	visibility:hidden;
}

<!--[if lte IE 7]>

dl.linklist
{
	min-height:0;
}

* html dl.linklist, * html dl.linklist dd
{
	height:1px;
}

<![endif]-->




/* --- google suche --- */

div#content table.gsc-search-box,
div#content table.gcsc-branding
{
    border:0;
    table-layout:auto;
}

#content_search div.gsc-control-cse div.gsc-cursor-box
{
    text-align:center;
}

div#content_search table.gsc-table-result,
div#content_search table.gsc-table-result a.gs-title
{
    font-size:85%;
    border:0;
}

