body { 	
	font-family: century gothic; 
	font-size: 11px; 
	color:#d57ba5;
	letter-spacing:1px;
	cursor: default;
	text-align:justify;
	background-image:url('Bilder/bg.png');
	background-repeat:repeat-y;
	background-color: #fff5f5;
	}

#header {
	position: absolute;
	width:800px;
	left:0px;
	top:0px;
	}
	
#content {
	position:absolute;
	width:415px;
	left:346px;
	top:10px;
	}


input, select {
	color: #b35d85;
	background: #f8ebf1;
	border: 1px solid #b35d85;
	font-family: century gothic; 
	font-size: 11px;
	width: 120px;
	}

textarea {
	color: #b35d85;
	background: #f8ebf1;
	border: 1px solid #b35d85;
	font-family: century gothic; 
	font-size: 11px;
	width: 200px;
	height: 50px;
	}

b {
	color: #d57ba5;
	font-weight: bold;
	}

u {
	color: #b35d85;
	}

i {
	color: #b35d85;
	letter-spacing: 1px;
	}



a:link, a:visited, a:active {
	color: #b35d85; 
	text-decoration: none; 
	font-weight: bold;
	font-family: century gothic;  
	font-size: 11px;
	}
	
a:hover {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
	font-family: century gothic;  
	font-size: 11px;
	}

h1 {
	background-image:url('Bilder/head.png');
	background-repeat:repeat-x;
	font-size: 14px;
	font-family: century gothic;
	text-align: right;
	margin: 2px 2px 2px 2px;
	padding: 2px 0px 2px 0px;
	letter-spacing: 1px;
	color: #b35d85;
	border-left: 10px solid #e486b2;
	}



#navigation1{
	position: absolute;
	left:10px;
	top:430px;
	}
#navigation2{
	position: absolute;
	left:115px;
	top:430px;
	}
#navigation3{
	position: absolute;
	left:220px;
	top:430px;
	}
	

#navi a {
	display:block;
	background-image:url('Bilder/bu1.png');
	text-align: center;
	font-family:trebuchet MS;
	letter-spacing:0px;
	font-size:11px;
	color:#d57ba5;
	margin: 2px; 
	padding-top:1px; 
	padding-bottom:0px; 
	width:100px;
	height:18px;
	}

#navi a:hover {
	display:block;
	background-image:url('Bilder/bu2.png');
	text-align: center;
	font-family:trebuchet MS;
	letter-spacing:0px;
	font-size:11px;
	color:#d57ba5;
	margin: 2px; 
	padding-top:1px; 
	padding-bottom:0px; 
	width:100px;
	height:18px;
	}




	
