body{
	font-family: Arial,sans-serif;
	/*color: #333333;*/
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-color: White;
	color: #003300;
}
a{
	color: #990000;
	text-decoration: none;
}
a:link{
	color: #990000;
	text-decoration: none;
}
a:visited{
	color: #330000;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}
/*
#navigation a.aktiv:before {
	content:"» ";
}
#navigation a.aktiv:after {
	content:" «";
}
#navigation a:before {
	content:".. ";
}
#navigation a:after {
	content:" ..";
}
*/
h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 /*color: #334d55;*/
 margin: 0px;
 padding: 0px;
}
h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 font-weight: bold;
 /*color: #006699;*/
 margin: 0px;
 padding: 0px;
}
h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 /*color: #334d55;*/
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 /*color: #333333;*/
 margin: 0px;
 padding: 0px;
}
h5{
 font-family: Arial,sans-serif;
 font-size: 95%;
 font-weight: bold;
 /*color: #334d55;*/
 margin: 0px;
 padding: 0px;
}
h7{
	font-family: Arial,sans-serif;
	font-size: 60%;
	font-weight: bold;
	/*color: #334d55;*/
	margin: 0px;
	padding: 0px;
}
ul{
 list-style-type: circle;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: square;
}
label{
 font-family: Arial,sans-serif;
 font-size: 80%;
 font-weight: bold;
 /*color: #334d55;*/
 margin: 0px 2px 0px 2px;
}
input, textarea {
	font-family: Arial,sans-serif;
 	font-size: 100%;
	font-weight: bold;
	border: 1px solid black;
	background: White;
	margin: 2px;
}
input[ type=submit], input[ type=reset], input[ type=button] {
	/* funktioniert nicht im IE bis Version 6.0 */
	font-size: 100%;
	font-weight: bold;
	background-color: #003300;
	color: White;
	margin: 2px;
}
fieldset {
	border: 1px solid black;
}
legend {
	font-size: 80%;
	font-weight: bold;
}
.pfad {
	font-size: 90%;
	line-height: 70%;
}
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	/*border: 1px solid black;*/
	text-align: justify;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
	/*border: 1px solid black;*/
}
.feature p:first-letter { 
	font-family: "Times New Roman", Times, serif;
	line-height: 0.9;
	font-size: 200%;
	font-weight: bold; 
	float: left;
}
.feature p:first-line { 
	font-weight: bold; 
}
.story p:first-line { 
	font-weight: bold; 
}
.story p:first-letter { 
	font-family: "Times New Roman", Times, serif;
	line-height: 0.9;
	font-size: 200%;
	font-weight: bold; 
	float: left;
}
.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	/*border: 1px solid black;*/
}
.story p{
	padding: 0px 0px 10px 0px;
	text-align: justify;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 10px 0px 0px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 150px;
	background-image: url(/bilder/header.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid black;*/
	text-align: center;
}
#welcome{
	position: absolute;
	top:120px;
	left:20px;
	width: 750px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}
#adresse{
	position: absolute;
	top:110px;
	left:10px;
	width: 750px;
	text-align: right;
	font-size: 70%;
}
#navigation{
	float: left;
	width: 20%;
	margin: 0px;
	padding: 0px 0px 0px 2%;
	background-image: url(/bilder/left.gif);
	background-repeat: no-repeat;
	/*background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	/*border: 1px solid black;*/
	font-size: 90%;
	text-align: left;
	min-height: 300px;
	height: 300px;
	background-position: right;
}
#news{
	float:right;
	width: 15%;
	/*border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;*/
	padding-right: 0px;
	/*border: 1px solid black;*/
	background-image: url(/bilder/right.gif);
	background-repeat: no-repeat;
	min-height: 300px;
	height: 300px;
	text-align: center;
}
#content{
	float: left;
	width: 55%;
	/*border: 1px solid black;*/
	margin: 0% 2% 0% 2%;
}
#footer{
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 60%;
	/*color: #cccccc;*/
	padding: 10px 10px 10px 10px;
	/*border: 1px solid black;*/
	text-align: center;
}
#footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
	/*border: 1px solid black;*/
}

/* ######################################################################################################
** ### Formatierung LOOK & BOOK #########################################################################
** ######################################################################################################
*/

.lub_legende a, #ziel_link {white-space: nowrap;}
.right {float:right;}
.left {float:left;}

/*### Address ###############
*/

div.nachoben {text-align:right; clear:both;}
div.labListItem {border-top: 0px solid; clear: both; padding:5px; margin-top: 5px;}
div.labListItemBody {border: 0px solid; padding:0px; margin: 0px; padding-left: 1.5em; text-align: justify;}
div.labAddressDescription {margin: 5px; padding: 0;}
div.labAddressDescription img {margin-left: 10px; padding: 0;}
div.labAddressPerson {margin: 5px; padding: 0; margin-top: 15px;  clear: both; }
div.labAddressContact {margin: 5px; padding: 0;}

ul.ZirisCityNav {
	padding: 0;
    margin: 0;    
    display: inline;
}

ul.ZirisCityNav li {
	display: inline;
	margin: 3px;
}

.ZirisCityNavLink {
	/*border: 1px solid Silver;
	white-space: pre;*/
}

.ZirisCityNavLink {
	/*border: 1px solid Silver;
	white-space: pre;*/
}

#lub_ortsregister {
	/*border: 1px solid Silver;*/
	font-weight: bold;
	/*overflow: auto;*/
}

.h3 {font-size:1.1em; color:#765; background:transparent; font-weight: bolder;}

/* #############################
** ### Datei-Links #############
** #############################
*/
table.csc-uploads {width: 100%}


/*### Sehenswertes ###############
*/

#ziris_header_top {}
#ziris_header_headline{float:left;}
#OrganizationalUnit {margin-top:10px;}
#OrganizationalUnit img {margin-left:10px;}
.OrganizationalUnit {width: 580px;}
#ziris_inhalt_header_top {}
.ziris_language {padding-left:5px; float:left; line-height:24px;  border-bottom: 2px solid #708090; height: 26px; }
.ziris_language span#uk img {vertical-align: middle;}
#ziris_inhalt_body table img {padding-left: 10px;}
#ziris_inhalt_body img {padding-left: 15px; padding-bottom: 15px;}
.info {background:#f7f7ef url(http://static.lookundbook.de/img/icons/ausrufez-blau.gif) 10px 10px no-repeat; padding:1.5em 1.5em 1.5em 4em;}
p.info {background:#f7f7ef url(http://static.lookundbook.de/img/icons/ausrufez-blau.gif) 10px 10px no-repeat; padding:1.5em 1.5em 1.5em 4em;}
.frage {background:#A43F15 url(http://static.lookundbook.de/img/icons/fragez-blau.gif) 10px 10px no-repeat; color:#fff; padding:1.5em 1.5em 1.5em 4em;}
.stop {background:#fff url(http://static.lookundbook.de/img/icons/stop.gif) 10px 10px no-repeat; padding:1.5em 1.5em 1.5em 4em; border:1px solid #a43f15;}
p.zitat {background:#fff url(http://static.lookundbook.de/img/icons/sprechblase.gif) 10px 10px no-repeat; color:#187ba2; padding:1.5em 1.5em 1.5em 4em; border:1px solid #187ba2; font-style:italic;}
.zitat {background:#fff url(http://static.lookundbook.de/img/icons/sprechblase.gif) 10px 10px no-repeat; color:#187ba2; padding:1.5em 1.5em 1.5em 4em; border:1px solid #187ba2; font-style:italic;}

/* Iconize 0.1 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding-right: 20px;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding-right: 20px;
	background: transparent url(icons/icon_pic.gif) no-repeat center right;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding-right: 20px;
	background: transparent url(icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding-right: 20px;
	background: transparent url(icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding-right: 20px;
	background: transparent url(icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_feed.gif) no-repeat center right;
}

a[href$='.opml'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_opml.gif) no-repeat center right;
}

a[href$='.vcard'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_exe.gif) no-repeat center right;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_dmg.gif) no-repeat center right;
}

a[href$='.pps'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_pdf.gif) no-repeat center right;
	white-space: nowrap;
}

a[href$='.xpi'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_plugin.gif) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_flash.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_archive.gif) no-repeat center right;
}

a[href$='.ical'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_ical.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_css.gif) no-repeat center right;
}

/*a[href$='.jpg'], a[href$='.gif'], a[href$='.png'], a[href$='.bmp'], a[href$='.jpeg'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_pic.gif) no-repeat center right;
}
*/
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_film.gif) no-repeat center right;
}

a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'] { 
	padding-right: 20px;
	background: transparent url(icons/icon_music.gif) no-repeat center right;
}

/* messenger */
a[href ^="aim:"] {
	padding-right: 20px;
    background: transparent url(icons/icon_aim.gif) no-repeat center right;
}

a[href ^="msnim:"] {
	padding-right: 20px;
    background: transparent url(icons/icon_msn.gif) no-repeat center right;
}

a[href ^="xmpp:"] {
	padding-right: 20px;
    background: transparent url(icons/icon_jabber.gif) no-repeat center right;
}

a[href *="icq.com"] { 
	padding-right: 20px;
	background: transparent url(icons/icon_icq.gif) no-repeat center right;
}

a[href *="edit.yahoo.com/config/send_webmesg?"] { 
	padding-right: 20px;
	background: transparent url(icons/icon_yim.gif) no-repeat center right;
}

a[href ^="callto:"] {
	padding-right: 20px;
    background: transparent url(icons/icon_call.gif) no-repeat center right;
}

/* email */
a[href ^="mailto:"] {
	padding-right: 20px;
    background: transparent url(icons/icon_mailto.gif) no-repeat center right;
}

/* making sure images don't get icons */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}
/* LOOK & BOOK Anpassungen */

/* Homepage */
a[href *="url.php"] {
	padding-right: 20px;
    background: transparent url(http://static.lookundbook.de/img/icons/icon_homepage.gif) no-repeat center right;
}

/* mail.php */
a[href *="mail.php"] {
	padding-right: 20px;
    background: transparent url(icons/icon_mailto.gif) no-repeat center right;
}

/* LOOK & BOOK Statistik */
a[href *="&pw="] {
	padding-right: 20px;
    background: transparent url(http://static.lookundbook.de/img/icons/icon_statistic.gif) no-repeat center right;
}

/* Karte - Lage */
a[href *="address.php"] {
	padding-right: 24px;
    background: transparent url(http://static.lookundbook.de/img/icons/icon_lage.gif) no-repeat center right;
}

/* Öffnungszeiten */
a[href *="oeffnungszeiten.php"] {
	padding-right: 20px;
    background: transparent url(http://static.lookundbook.de/img/icons/icon-oeffnungszeiten.gif) no-repeat center right;
}

/* Sehenswertes */
a[href $="ListId=2"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/29.gif) no-repeat center right;
}
a[href $="ListId=3"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/32.gif) no-repeat center right;
}
a[href $="ListId=4"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/30.gif) no-repeat center right;
}
a[href $="ListId=5"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/26.gif) no-repeat center right;
}
a[href $="ListId=6"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/37.gif) no-repeat center right;
}
a[href $="ListId=7"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/21.gif) no-repeat center right;
}
a[href $="ListId=8"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/25.gif) no-repeat center right;
}
a[href $="ListId=9"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/19.gif) no-repeat center right;
}
a[href $="ListId=12"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/20.gif) no-repeat center right;
}
a[href $="ListId=14"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/15.gif) no-repeat center right;
}
a[href $="ListId=15"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/27.gif) no-repeat center right;
}
a[href $="ListId=16"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/90.gif) no-repeat center right;
}
a[href $="ListId=17"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/34.gif) no-repeat center right;
}
a[href $="ListId=18"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/35.gif) no-repeat center right;
}
a[href $="ListId=19"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/13.gif) no-repeat center right;
}
a[href $="ListId=20"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/18.gif) no-repeat center right;
}
a[href $="ListId=21"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/2.gif) no-repeat center right;
}
a[href $="ListId=22"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/86.gif) no-repeat center right;
}
a[href $="ListId=23"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/28.gif) no-repeat center right;
}
a[href $="ListId=25"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/23.gif) no-repeat center right;
}
a[href $="ListId=28"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/33.gif) no-repeat center right;
}
a[href $="ListId=29"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/16.gif) no-repeat center right;
}
a[href $="ListId=30"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/36.gif) no-repeat center right;
}
a[href $="ListId=31"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/62.gif) no-repeat center right;
}
a[href $="ListId=32"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/91.gif) no-repeat center right;
}
a[href $="ListId=33"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/100.gif) no-repeat center right;
}
a[href $="ListId=35"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/89.gif) no-repeat center right;
}
a[href $="ListId=36"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/64.gif) no-repeat center right;
}
a[href $="ListId=37"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/92.gif) no-repeat center right;
}
a[href $="ListId=38"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/63.gif) no-repeat center right;
}
a[href $="ListId=39"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/87.gif) no-repeat center right;
}
a[href $="ListId=40"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/17.gif) no-repeat center right;
}
a[href $="ListId=41"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/31.gif) no-repeat center right;
}
a[href $="ListId=42"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/12.gif) no-repeat center right;
}
a[href $="ListId=43"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/101.gif) no-repeat center right;
}
a[href $="ListId=44"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/9.gif) no-repeat center right;
}
a[href $="ListId=45"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/38.gif) no-repeat center right;
}
a[href $="ListId=46"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/39.gif) no-repeat center right;
}
a[href $="ListId=47"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/99.gif) no-repeat center right;
}
a[href $="ListId=48"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/9.gif) no-repeat center right;
}
a[href $="ListId=49"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/10.gif) no-repeat center right;
}
a[href $="ListId=50"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/11.gif) no-repeat center right;
}
a[href $="ListId=51"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/41.gif) no-repeat center right;
}
a[href $="ListId=52"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/42.gif) no-repeat center right;
}
a[href $="ListId=53"] {
	padding-right: 20px;
    background: transparent url(http://db.walter-kirste.com/docroot/MapIcons/85.gif) no-repeat center right;
}

