* {
	padding: 0;
	margin: 0;
}

body {
	background: #bed3e6 url(../gfx/background.jpg) no-repeat fixed;
}

body, div, p, span, a, ol, li, input, textarea {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

a:hover {
	text-decoration: none;
}

.rot {
	color: #860613;
}

.grey {
	color: #999;
}

.Aleft {
	text-align: left;
}

.Aright {
	text-align: right;
}

/*----------------------------------------------------------------------*/

/* Panorama */
#flash1 {
	position: fixed ;
	top: 360px;
	left: 150px;
	width: 19px;
	height: 200px;
}

/* Menü */
#flash2 {
	position: absolute ;
	top: 25px;
	left: 25px;
	width: 65px;
	height: 195px;
}

/* Zierleiste */
#flash3 {
	position: fixed ;
	top: 270px;
	left: 718px;
	width: 165px;
	height: 86px;
}

/* Projektionsplatte */
#flash4 {
	position: absolute ;
	top: 30px;
	left: 690px;
	width: 193px;
	height: 48px;
}

/* Fische */
#flash5 {
	position: fixed ;
	top: 400px;
	left: 740px;
	width: 155px;
	height: 173px;
}

/*----------------------------------------------------------------------*/

#links, #mitte, #rechts {
	float: left;
}

/*----------------------------------------------------------------------*/

#links {
	width: 228px;
}

#menu {
	width: 123px;
	height: 374px;
	margin-left: 85px;
	background: url(../gfx/menu.gif) no-repeat;
	list-style-type: none;
	padding: 15px 0px 0px 20px;
}

#menu li {
	padding: 7px 0px;
	height: 32px;
}

/*----------------------------------------------------------------------*/

#mitte {
	width: 489px;
}

#kopf {
	width: 489px;
	height: 374px;
	overflow: hidden;
	background: url(../gfx/kopf.jpg) no-repeat;
}

/*-------------------------------------*/

#kopf .navi {
	width: 130px;
	height: 108px;
	margin-left: 359px;
	list-style-type: none;
}

#kopf .navi a {
	display: block;
	width: 100%;
	height: 21px;
}

#kopf .navi li {
	padding: 3px 0;
}

#kopf .navi a span {
	display: none;
}

#kopf .polaroid {
	clear: both;
	float: left;
	width: 193px;
	height: 209px;
	margin-left: 112px;
}

#kopf .logo {
	float: left;
	width: 170px;
	height: 209px;
}

#kopf .logo a {
	display: block;
	width: 170px;
	height: 209px;
}
#kopf .logo h1 {
	display: none;
}

#kopf .polaroidpfeil {
	clear: both;
	width: 237px;
	height: 51px;
	margin-left: 224px;
}

/*-------------------------------------*/

/* Fließtext: */
#inhalt {
	margin: 0px 40px 30px 28px;
	font-size: 13px;
}

#inhalt a {
	color: #000;
}

#inhalt h2 {
	background: url(../gfx/h2-line.gif) 0px 23px no-repeat;
	padding: 0px 0px 25px 5px;
}

#inhalt h2 span {
	display: none;
}

.spalte1, .spalte2 {
	float: left;
}

.spalte1 {
	width: 100px;
	padding-right: 12px;
}

.spalte2 {
	width: 290px;
}

.trenner {
	clear: both;
	background: url(../gfx/trenner.gif) 0px 12px no-repeat;
	padding: 12px 0px;
	margin: 8px 0px;
}

input[type=text], textarea {
	background: url(../gfx/bg-input.gif) no-repeat;
	border-top: 1px solid #6a6a6a;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
	padding-left: 4px;
	width: 95%;
}

.button {
	background-color: #860613;
	border: 1px solid #999;
	padding: 0px 20px;
	color: #fff;
}

/*----------------------------------------------------------------------*/

#rechts {

}

/*----------------------------------------------------------------------*/

#fuss {
	clear: both;
	width: 404px;
	margin-left: 248px;
	text-align: right;
	background: url(../gfx/trenner.gif) no-repeat;
	padding: 8px 10px;
	font-size: 10px;
	color: #999;
}

#fuss a {
	color: #999;
}

/*----------------------------------------------------------------------*/

