@charset "utf-8";
/* CSS Document */
/*###	Browserstayles werden zurückgesetzt ###*/
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 22px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
html{
 margin: 0;
 padding: 0;
}
/*### Neuformatierung der Body Styles ###*/
body{
	background-color: #ede4d7;
	background-image: url("../Hintergrund/Lilie.gif");
	background-position: center;
	background-repeat: repeat;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*### Link Formatierung für Images wird abgeschaltet ###*/
:link{
	border: none;
}
/*### Standartformatierungen für Texte, Fettschrift und Überschriften ###*/
p{
	line-height: 22px;
	margin: 6px 0 6px 0;
}
p a{
	font-size: 11px;
}
strong{
	font-weight: bold;
}
h1{
	font-size: 21px;
	line-height: 33px;
	font-weight:normal;
	margin: 0 0 6px 0;
}
h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
/*### Container zur Zentrierung des Inhaltes ###*/
#curly_horses{
	z-index: 10;
	position: absolute;
	background-image: url("../Hintergrund/Willkommen_Curly_Horses.jpg");
	top: 50%;
	left: 50%;
	height: 640px;
	width: 1036px;
	margin-top: -320px;
	margin-left: -518px;
	margin-bottom: 0;
	margin-right: 0;
}
/*### Container für Logo ###*/
#Logo_Curly_Horses_gross{
	z-index: 50;
	position: absolute;
	top: 13px;
	right: 33px;
	height: 115px;
	width: 255px;
}
#Logo_Curly_Horses_klein{
	z-index: 50;
	position: absolute;
	top: 8px;
	right: 21px;
	height: 66px;
	width: 260px;
}
/*### Container für Navigation ###*/
#curly_horse{
	z-index: 20;
	position: absolute;
	background-repeat: no-repeat;
	top: 6px;
	left: 6px;
	height: 628px;
	width: 265px;
}
	/*### Standartformatierung für Links und Navigationselemente ###*/
a{
	color: #000000;
	font-weight: bolder;
	font-size: 12px;
}
p a{
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
	color: #c00830;
}
.active{
	color: #c00830;
}
.Lupe{
	z-index: 100;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	height: 34px;
	width: 39px;
}
	/*### Hauptnavigation ###*/
#navigation{
	background: none;
	z-index: 55;
	position: absolute;
	top: 155px;
	left: 45px;
}
.menuitem{
	width: 125px;
	margin-bottom: 8px;
	display: block;
}
	/*### Formatierung der Subnavigationselemente ###*/
ul{
	list-style-type: none;
}
ul li{
	width: 125px;
	margin-left: 10px;
	display: block;
}
ul li a{
	font-weight: normal;
	font-size: 11px;
}
ul a.active{
	text-transform: uppercase;
}
li a.active{
	margin-left: -10px;
}
	/*### Subnavigation Kontakt, Impressum ###*/
#Top_Navigation{
	z-index: 55;
	position: absolute;
	left: 272px;
	height: 24px;
	width: 300px;
	text-align: right;
}
#Top_Navigation a{
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
}
#Top_Navigation a:hover{
	color: #c00830;
}
#Top_Navigation b{
	font-size: 19px;
	font-weight: normal;
}
/*### Container für Mailsymbol ###*/
#mailsymbol{
	z-index: 55;
	position: absolute;
	top: 558px;
	left: 45px;
	height: 77px;
	width: 38px;
	cursor: pointer;
	border: none;
}
/*### Container für Flaggen ###*/
#german{
	z-index: 55;
	position: absolute;
	bottom: 71px;
	left: -66px;
	height: 26px;
	width: 50px;
	cursor: pointer;
}
#english{
	z-index: 55;
	position: absolute;
	bottom: 71px;
	left: -9px;
	height: 26px;
	width: 50px;
	cursor: pointer;
}
/*### Formatierung für Hinweise ###*/
.Tips p{
	font-size: 10px;
	line-height: 18px;
}
/*### Klassen zum Ausblenden ###*/
.n_blind{
	display: none;
}
