a:link 		{color:#ad529f; text-decoration:none; cursor:url(../bilder/suess/cursor_link.png), default; }
a:visited 	{color:#ad529f; text-decoration:none; cursor:url(../bilder/suess/cursor_link.png), default; }
a:active 	{color:#ad529f; text-decoration:underline; cursor:url(../bilder/suess/cursor_link.png), default; }
a:hover 	{color:#ad529f; text-decoration:underline; cursor:url(../bilder/suess/cursor_link.png), default; }

body {
	color: white;
	font-family: "Arial", "Verdana", "Helvetica"; 
	font-size: 14px;
	
	background-color: #fdd0ef;
	background-image: url("../bilder/suess/hintergrund.jpg"); 
	background-position: center;

	cursor:url(../bilder/suess/cursor.png), default;

	overflow: hidden;
	}

div.inhalt {
	height:540px;
	background-image: url("../bilder/suess/menu_hintergrund.png");
	background-attachment: fixed;
	border: 5px solid #c890c3;
	text-align: center;
	padding-left:30px;
	padding-right:30px;
	overflow:auto;
	}

div.startseite {
	height:540px;
	background-image: url("../bilder/suess/startseite_hintergrund.png");
	background-repeat: repeat-x;
	background-position: bottom;
	border: 5px solid #c890c3;
	text-align: center;
	padding-left:30px;
	padding-right:30px;
	overflow:auto;
	}

div.menu {
	height:540px;
	padding-left:10px;
	padding-right:10px;
	background-image: url("../bilder/suess/menu_hintergrund.png");
	border: 5px solid #c890c3;
	text-align: left;
	}

img.logo {
	z-index:8;
	position: absolute;
	top: 15px;
	left: 110px;
	}

img.sprechblase {
	z-index:7;
	position: absolute;
	left:160px;
	bottom:5px;
	}

div.sprechblase {
	z-index:5;
	position: absolute;
	left: 330px;
	bottom: 15px;
	width:50%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	background-color: white;
	color: #ddb3db;
	font-size:22px;
	text-align:center;
	font-weight: bold;
	}

td {
	font-size:14px;
 }

td.rahmen {
	border:1px solid #c890c3;
	}
table.rahmen {
	border:1px solid #c890c3;
	}

img.gal {
	margin:15px;
	}

hr {
	width: 100%;
	border: 1px solid #c890c3;
	height: 2px;
	background-color:#c890c3;
	}

input.button {
	color: #ffffff;
	background-color: #c890c3;
	font-size: 14;
	font-weight: bold;
	font-family: Verdana;
	}

input.text {
	color: #c890c3;
	background-color: #ffffff;
	font-family: Verdana;
	}

textarea {
	color: #c890c3;
	background-color: #ffffff;
	font-family: Verdana;
	}
