@font-face{
	font-family: Sonne; 
	src: url(http://www.sonnenschein-keramik.de/2010/bilder/sonne.eot);
	src: local(" Bradley "), url( bilder/sonne.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


body {
	background-image : url("bilder/hinter-netz.jpg");
	background-repeat : repeat;
	font-family : Sonne, Tahoma, Verdana, Arial sans-serif;
	color : Black;
	font-size : 1.01em;
	scrollbar-3dlight-color : #AF1044;
	scrollbar-arrow-color : #AF1044;
	scrollbar-base-color : #7D7B6A;
	scrollbar-darkshadow-color : #FEFCEF;
	scrollbar-face-color : #7D7B6A;
	scrollbar-highlight-color : #7D7B6A;
	scrollbar-shadow-color : #FEFDEB;
	scrollbar-track-color : #AF1044;
	margin-left : 30px;
	margin-top : 30px;
	}
a {
	color : #770000;
	text-decoration : underline;
}
a:hover {
	text-decoration : none;
	background-color : #770000;
	color :white;
}
a.link{
	font-weight : lighter;
	color : #644F4A;
	text-decoration : none;
}
a.link:hover {
	text-decoration : none;
	background-color : #AF1044;
	color :white;
}
h1 {
	font-size: large;
	color : #AF1044;
	margin-top : 15pt;
}
hr {
	color : #AF1044;
	background-color: #AF1044;
	background-color : #AF1044;
	height : 0px;
	outline: 1px dotted #AF1044;
	width: 700px;
}
/*Formular Anfang-------------------------*/
form {

width: 600px;/*background: #80A5EC;
  border: thin solid #2C467C;*/
  margin:0;
  padding:.5em;

}
label, input, select, #P91Captcha { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  margin-top: 5px;
  float: left;
  width: 150px; /* Breite.*/
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
input, textarea{
	border: 1px solid #AF1044;
	background-color : White;
}
input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}
label {
 text-align: right; 
 padding-right: 1em; 
}
/*Formular Ende-------------------------*/
span {
	font-size : 9pt;
	font-weight :bolder;
	color : #644F4A;
}
#menue {
	background: White;
	width: 220px;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	border : 3px dotted #AF1044;
	/*position: fixed;*/
	float: left;
}
#inhalt {
  /* left: 260px;*/
	width: 750px;
	padding: 5px;
	background: White;
	border : 3px #AF1044;
	border-color : #AF1044;
	border-style : dotted dotted dotted dotted;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#fuss{
	width: auto;
	border-top : 3px dotted #AF1044;
}
.clear {
	clear: both;
}
.bild{
padding: 10px;
	border-bottom: 3px dotted #AF1044; 
	border-color:#AF1044; 
}
.aussen {
	background: White;
}
