/* BODY */

body {
	margin:0px;
	padding:0px;
	
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-color:#D9E2F3;
	background-image:url(img/lay/bkg.gif);
	background-repeat:repeat-y;
	background-position:center;
	
	text-align: center;	/* Zentrierung im Internet Explorer */
}

/* PAGE */

div#page {

	margin: 0 auto;		/* Zentrierung für andere Browser */
  text-align: left;	/* Text wieder links ausrichten */

	padding:0px;
	background-color:white;
	background-image:url(img/lay/himmel.jpg);
	background-repeat:repeat-x;
	width:760px;
}

/* LINKS */

div#links {
	float:left;
	margin:5px;
	padding:0px;
	width:136px;
}

div#links div#menu a {
	display:block;
	width:130px; /* 136 - 6 fürs Padding */
	background-color:#660000;
	margin:3px 0px 0px 0px;
	padding: 1px 0px 1px 5px;
	
	color:white;
	text-decoration:none;
}

div#links div#menu a.um {
	background-color:#666666;
	padding-left:15px;
	width:120px;
	font-size:11px;
}

div#links div#menu a:hover {
	background-color:#000000;
}

/* Aufklappmenues */

div#links div#menu a.open{
	background-image:url(img/lay/down.gif);
	background-repeat:no-repeat;
	background-position: 123px 7px;
}

/* MITTE */

div#mitte {
		margin-left:165px;
		margin-right:165px;
}

div#mitte div#logo img {
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
}

div#mitte h1 {
	font-size:24px;
}

div#mitte h2 {
	font-size:16px;
}

div#mitte h3 {
	font-size:12px;
	color:#660000;
}

div#mitte a {
	color:#660000;
	text-decoration:none;
}

div#mitte a:hover {
	color:#990000;
	text-decoration:underline;
}

div#mitte img.rechts {
	float:right;
	border:1px black solid;
	margin: 5px 0px 5px 10px;
}

div#mitte img.links {
	float:left;
	border:1px black solid;
	margin: 5px 10px 5px 0px;
}

div#mitte img.rechts-ohne-rahmen {
	float:right;
	border:0px black solid;
	margin: 5px 0px 5px 10px;
}

div#mitte img.links-ohne-rahmen {
	float:left;
	border:0px black solid;
	margin: 5px 10px 5px 0px;
}

div#mitte p.small {
	font-size:10px;
}

/* RECHTS */

div#rechts {
	float:right;
	margin:5px;
	padding:0px;
	width:150px;
	margin-top:130px;
}

div#rechts h1 {
		display:block;
		background-color:#660000;
		color:white;
		font-size:12px;
		padding:2px;
		
		margin:0px;
		margin-bottom: 3px;
}

div#rechts h2 {
	background-color:white;
	font-size:11px;
	padding: 5px 5px 0px 5px;
	margin:0px;
	
	border-color:#660000;
	border-width: 1px 1px 0px 1px;
	border-style:solid;
}

div#rechts p{
	background-color:white;
	font-size:10px;
	padding:5px;
	margin:0px;
	margin-bottom: 3px;
	
	border-color:#660000;
	border-width: 0px 1px 1px 1px;
	border-style:solid;
}

div#rechts a {
	color:#660000;
	text-decoration:none;
}

div#rechts a:hover {
	color:#660000;
	text-decoration:underline;
}

div#rechts h2.losung {
	color:white;
	background-color:#000066;
	border-color:#000066;
	padding-bottom:2px;
	font-size:12px;
}

div#rechts p.losung {
	background-color:#CCCCFF;
	border-color:#000066;
	font-size:12px;
}

div#rechts p.impressum {
	background-color:transparent;
	border-width:0px;
	font-size:10px;
	text-align:center;
}

div#rechts p.impressum a {
	color:black;
	text-decoration:none;
}

div#rechts p.impressum a:hover {
	color:#660000;
	text-decoration:underline;
}

div#rechts img.wasistwenn {
	border-width:0px;
	margin-bottom:15px;
	margin-top:8px;
}

/* FUSS */

div#fuss {
	clear:both;
}

/*** *** *** *** ***/

div#mitte div#gaestebuch {
}

div#mitte div#gaestebuch h1.eintrag {
	font-size:12px;
	margin-bottom:0px;
}

div#mitte div#gaestebuch p.eintrag {
	font-size:12px;
	width:300px;
	margin-left:20px;
	margin-top:3px;
}

div#mitte div#gaestebuch input,div#mitte div#gaestebuch textarea {
	width:200px;
	border: 1px solid black;
}

div#mitte div#gaestebuch textarea {
	height:150px;
}

div#mitte div#gaestebuch td {
	padding:5px;
	vertical-align:top;
}

div#mitte div#gaestebuch table {
	margin-bottom:30px;
}

/*** CMS *** *** *** *** ***/

.titel {
	margin-bottom:0px;
}

.text {
	margin-top:5px;
	margin-bottom:20px;
	margin-left:10px;
}

.text2 {
	margin-top:5px;
	margin-bottom:20px;
	margin-left:10px;
}
