/* CSS Document */

@import url(../stadtfeld/text.css);

body {
		position: relative;
		}

div#link {
		position: absolute;
		top: 550px;
		left: 40px;
		width: 284px;
		height: 200px;
		z-index: 100;
		border: none;
		}
div#link a {
		display: block;
		font-size: 95%;
		font-style: italic;
		text-align: right; 
  		 }
div#link a:hover {
  		 border-right: 0px solid #399;
		 }
div#link a img {
		height: 0;
		width: 0;
		border: none;
		}
div#link a:hover img {
		position: absolute;
		top: 0px;
		left: 5px;
		height: 125px;
		width: 125px;
		border: 1px solid #9cc;
		
		}
div#link ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
div#link li {
		text-size: 75%;
		margin: 0;
		padding: 0;
		padding-bottom: 3px;
		}

/*.text_4 { 
		position: absolute;
		color: #000;
		font-size: 70%;	
		line-height: 120%;
		width: 10em;
		height: 80px;
		background: url(../../media/bilder/back.gif); 
		top: 0.3em;
		right: 0.3em;
		padding: 3.5em 1.5em 0.8em 1em;
		}
*/
/* wechselnde Ueberschrift mit Hintergrud */
div#header .text_4 {
		position: absolute;
		top: 0;
		right: 0;
		width: 7.5em;
		background: url(../../media/bilder/back.gif); 
		font-size: 120%;
		font-style: italic;
		margin: 0.2em;
		padding-left: 0.3em;
		padding-top: 5.3em;
		padding-bottom: 0.1em;
		}
.foto_index {
 		width: 300px;
		height: 294px;
		border: 1px solid #9cc;
		margin-left: 5px;
		}
.titelbild {
		width: 280px;
		height: 340px;
		border: 1px solid #9cc;
		float: left;
		margin: 0 6.5em 20em 20px;
		}
.titeltext {
		font-size: 100%;
		line-height: 150%;
		margin-right: 4em;
		/*border-left: 1px solid #9cc;*/
		}
.link_bild {
		width:: 125px;
		height: 125px;
		position: absolute;
		top: 550px;
		left: 45px;
		border: 1px solid #9cc;
		
		}
div#header {
		
		}

div#navi {
		display: none;
		}

div#content p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		color: #ccc;
		text-align: center;
		}


