body {
	font-family : Tahoma;
	font-size		: 0.8em;
	color				: #666666;
	text-align	: center;
	margin			: 15px;
	background	: url(images/bg.gif) #FFD4E6;
}

/* Farben
 rosa	: #FFD4E6
 pink	: #C36B8E
 grau	: #A3A3A3
*/

td {
	font-family : Tahoma;
	color				: #666666;
	vertical-align : top;
}

div {
	text-align : left
}
div.kleid {
	width	: 184px;
	float	: left;
	margin: 0 5px 15px 0;
	font-size : 0.8em;
}

h1 {
	font-size : 1.4em;
	color			: #C36B8E;
	margin-top: 0;
}
h2 {
	font-size : 1.2em;
	color			: #C36B8E;
}

a {
	color : #C36B8E;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #FF8EBB; }

a.menu {
	display		: block;
	color			: #C36B8E;
	font-size	: 11px;
	margin		: 6px 0px;
	padding		: 1px 0 6px 16px;
	border-bottom : 1px solid #DBDBDB;
	background: url(images/menu.gif) no-repeat;
}
a.menu:hover { color : #FF8EBB; }

a.link {
	color 			 : #C36B8E;
	padding-left : 10px;
	background	 : url(images/menu.gif) no-repeat -6px 1px;
}
a.link:hover { color : #FF8EBB; }

img {
	border : none;
}
img.home {
	border	: 1px solid #DBDBDB;
	width	: 220px;
	height: 320px;
	margin: 0 15px 5px 0;
}


textarea, input, select {
	font-family : Tahoma;
	color				: #666666;
	border			: 1px solid #DDDDDD;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}
input.randlos {
	background : none;
	border		 : none;	
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}