@charset "utf-8";
/* CSS Document */

/* Überschrift im header - DIV */
#header h1 {
	color:#F0F
	padding: 5px;
	font-size: 48px;
	font-weight:bold;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	line-height: normal;
	vertical-align: top;
	background-color: #F0F;	
}

/* Menuleiste (Menu DIV) */
#menu a {
	text-decoration: none;
	font-weight: lighter;
	color: black;
	display: block;
	padding: 3px;
	width: auto;
}

#menu a:hover {
	color: #F00;
	font-weight: normal;
}

#menu li {
	border: 1px solid #ff9; /* Trick*/
}

#menu #high {
	font-weight: bold;
	color: #FFF;
	background-color:#F90;
	display: block;
	padding: 3px;
}

#menu ul {
	line-height: 1.6;
	list-style-type: none;
}

#menu ul ul {
	line-height: 1.4;
	padding-left: 20px;
}
/*Ende Menuleiste */

/*ab hier: main-DIV*/
/*Hauptüberschrift*/
#main h1 {
	font-size: 1.3em;






	color: #0C9
	padding-bottom: 14px;
	font-weight: normal;
}

/*Unterüberschrift: */
#main h2 {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 6px;
 	color: #F39;
	
}

/* normaler Fliesstext */
#main p {
	margin-bottom: 6px;
	line-height: normal;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #03F;
	font-weight: normal;
	background-image: url(img/zimmer/Sandmuster.gif);
	width: auto;
	padding: 8px;
	text-align: center;
}

/*Kastenformat */
#main .kasten {
	text-align: center;
	padding: 5px;
	background-color:#FFF;
	padding: solid 1px black;
	width: auto;
	background-image: url(img/zimmer/Sandmuster.gif);
}

/* Minigrafik rechts ausrichten */
#main .floatR130 {
	float: right;
	margin-left: 5px;
	margin-right: 130px;
}

/*UL mit graphischen Aufzl zeichen */
#main ul {
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* STRONG umdefinieren */
#main strong {
	font-family:"Comic Sans MS", cursive;
	color: #F00;
}
/*Ende main-DIV*/
#apDiv1 h5 img {
	text-align: center;
}
h5 img {
	text-align: center;
}
#apDiv {
	font: normal 16px "Comic Sans MS", cursive;
	color: #00F;
}
.bild {
}

