/*******************************************************************************

	Project		:	Olympia Reitanlagen GmbH
	Copyright	:	Design - Uschi Holstein - www.uschi-holstein.de
	Copyright	:	tech. Umsetzung - liMic - Softwareentwicklung und Mediendesign - www.liMic.info

	
	
Rahmen 		1 px	CEAF8D
Balken grün unten	6 px	CFD61D
Braun in grünem Balken oben und unten   	5F3C17

Spalte links mit Menü  260 px  Textabstand nach rechts zur Fotospalte 35 px
                                                   darin die „Menüpunkte“
Spalte für Fotos	120 px	Abstand erstes Foto von oben und Fotos untereinander 3 px
Spalte rechts		570 px  Textabstand von links 50 px

Gesamtbreite 		 950 px

Textfarbe dunkel		5F3C17	
Textfarbe hell			AA8765	



Zur Info:

Text Logo		5F3C17 
Pferd Logo 		CEAF8D
Grün Logo 		CFD61D


*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:-30px;
	right:30px;
	background-image: url(logo_olympia_reitanlagen_gmbh.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index:10;
}

#logo a {
	display:block;
	height:60px;
	width:210px;
	text-indent:-700em;
}

/* ### Header ############################################################### */

#header {
}

#nav-header {
	position:absolute;
	left:210px;
	bottom:18px;
}

/* ### Teaser ############################################################### */

#main-teaser {
}

/* ### Main-block Background ################################################# */

#main-block {
	padding-bottom: 40px;
}

