/* Baumschule Roßkamp */



/* verhindert Verspringen zentrierter Seiten */
HTML {
	height: 100%;
	padding: 0 0 1px 0;
}

BODY {
	background : #69BE28;/* grün */
	scrollbar-base-color : #69BE28;/* grün */
	scrollbar-highlight-color : #BBD8A5; /* hellgrün */
	scrollbar-shadow-color :  #BBD8A5; /* hellgrün */
	scrollbar-3dlight-color : #69BE28;/* grün */
	scrollbar-arrow-color:  #BBD8A5; /* hellgrün */
	scrollbar-track-color : #69BE28;/* grün */
	scrollbar-darkshadow-color : #69BE28;/* grün */
	scroll : auto;
}


.SCHATTENHG {
	background-image : url(bilder/schatten_hg.jpg);
	background-position : center;
	background-repeat : repeat-y;
}

.KOPFZEILE {
	padding-top: 0px;
	padding-left: 0px;
	padding-right : 0px;
	padding-bottom : 0px;
}

/* grüne Senkrechte neben Navi */
.SENKRECHTELINIE {
	color : #69BE28;
	/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	line-height : 25px;
	padding-top: 5px;
	padding-right : 10px;
	border-width: 1px;
	border-style: none solid none none;
	border-color:#69BE28;/* grün */
	text-align: right;
	width : 168px;
}

/* Hintergrund der Navigationszeile auf der Startseite */
.HGNAVISTART {
	background : #69BE28;/* grün */
	padding-top: 0px;
	line-height : 25px;
}

H1 {
	color : #69BE28; /* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

H2 {
	color : #69BE28; /* grün (Überschrift Öffnungszeiten) */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	padding-top: 10px;
}

H3 {
	color : #69BE28; /* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

.HEADERPRESSE {
	color : #69BE28; /* grün (Überschrift Pressemitteilungen) */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
}

/* Copyright*/
.COPY {
	color : #555956;/* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	padding-top : 0px;
	padding-left: 198px;
	padding-bottom : 0px;
}

/* Anschrift auf Startseite*/
.ANSCHRIFT {
	color : #555956;/* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	padding-bottom: 5px;
}

/* Text im Inhaltsbereich*/
.TEXT {
	color : #555956;/* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	line-height : 17px;
}


/* Text im Inhaltsbereich, Schriftfarbe grün*/
.TEXTGRUEN {
	color : #69BE28;/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	line-height : 17px;
}

/* Text unter Bildern, Bildbeschreibung*/
.BILDUNTER {
	color : #555956;/* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	padding-bottom : 0px;
	padding-top : 3px;
}

/* Rahmen Öffnungszeiten */
.RAHMENMARKT {
	color : #69BE28;/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	line-height : 17px;
	border : 1px solid #69BE28;
}

/* Tabelle Öffnungszeiten */
.MARKT {
	color : #69BE28;/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: normal;
	line-height : 17px;
	background-color : #EDEDED; /* hellgrau*/
}




/* ANWEISUNGEN FÜR LINKS */

/* Navigation Hauptmenü */
A:LINK {
	color : #555956;
	/* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	text-decoration : none;
	line-height : 25px;
	padding-top: 5px;
}
A:VISITED {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	text-decoration : none;
	line-height : 25px;
	padding-top: 5px;
}
A:HOVER {
	color : #69BE28;/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: bold;
	text-decoration : none;
	line-height : 25px;
	padding-top: 5px;
}

/* inaktiver Link im Untermenü */
.UNTERINAKTIV {
	color : #69BE28; /* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	line-height : 16px;
}

/* Navigation Untermenü */
A.UNTER:LINK {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	line-height : 16px;
}
A.UNTER:VISITED {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	line-height : 16px;
}
A.UNTER:HOVER {
	color : #69BE28; /* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
	line-height : 16px;
}

/* Navigationspunkt Impressum */
A.IMPLINK:LINK {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration : none;
}
A.IMPLINK:VISITED {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration : none;
}
A.IMPLINK:HOVER {
	color : #69BE28; /* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	text-decoration : none;
}

/* Navigationspunkt Impressum auf der Startseite */
A.IMPLINKSTART:LINK {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	text-decoration : none;
}
A.IMPLINKSTART:VISITED {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	text-decoration : none;
}
A.IMPLINKSTART:HOVER {
	color : #69BE28; /* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight: bold;
	text-decoration : none;
}

/* Navigation auf Startseite */
A.START:LINK {
	color : #FFFFFF; /* weiß */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	text-decoration : none;
}
A.START:VISITED {
	color : #FFFFFF; /* weiß */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	text-decoration : none;
}
A.START:HOVER {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	text-decoration : none;
}

/* Navigation im Text*/
A.TEXTLINK:LINK {
	color : #69BE28;/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	line-height : 17px;
}
A.TEXTLINK:VISITED {
	color : #69BE28;/* grün */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	line-height : 17px;
}
A.TEXTLINK:HOVER {
	color : #555956; /* dunkelgrau */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	line-height : 17px;
}


