﻿html {height:100%}

body {
	margin: 0em;
	padding: 0em;
	text-align: center;  /* Zentrierung im Internet Explorer */
	background-color: white;
	background-image: url('../images/hintergrund_01.jpg');
	font-size: 100.01%;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	min-height: 101%;
	position: relative; /* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser 
			Fensters geändert wird. */
}
			
fieldset, img {
	border: 0px none;	/* Standardrahmen zurücksetzen */
}
select, input, textarea {
	font-size: 99%	/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
#KopfLeer {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 0.75em;
	color: #000000;
	vertical-align: top;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	height: 40px;
}
div#Seite {
	text-align: left;	/* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;	  /* standardkonforme horizontale Zentrierung */
	width: 50em;
	padding: 0em;
	background-color: #EEF2FB;
	border: 1px dashed #999999;
}
div#SeitePictures {
	text-align: left;	/* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;	  /* standardkonforme horizontale Zentrierung */
	padding: 0em;
	background-color: #EEF2FB;
	border: 0px dashed #999999;
}

#ASTYPALAIA {
	clear: both;
	float: left;
	width: 7.4em;
	height: 70px;
	margin: 0;
	padding-top: 18px;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #999999;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
}

#ASTYPALAIA1 {
	clear: both;
	float: left;
	margin: 0;
	padding-top: 1.1em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0.9em;
	width: 7.4em;
	height: 3.2em;
	text-align: center;
	font-size: 1em;
	border-bottom: 1px dashed #999999;
	background-color: #FFFFFF;
}
#ASTYPALAIA a:link {
	color: #808000;
	text-decoration: none;
}
#ASTYPALAIA a:visited {
	color: #808000;
	text-decoration: none;
}
#ASTYPALAIA a:hover {
	color: #808000;
	text-decoration: none;
}
#KopfBereich {
	height: 88px;
	margin: 0em 0em 0em 7.4em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	background-color: #EFEDDE;
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-size: 1em;
	color: #666666;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#Navigation {
	clear: both;
	float: left;
	width: 7.4em;
	margin: 0;
	padding: 0;
	background-color: #EEF2FB;
	text-align: center;
	font-size: 1em;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#Navigation ol {
	margin: 0;
	padding-top: 0.6em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0em;
	display: block;
	list-style: none;
	font-size: 0.875em;
}
#Navigation li {
	margin: 0;
	display: block;
	padding: 0.3em;
}
#Navigation a:link{
	color: #666666;
}
#Navigation a:visited {
	color: #666666;
}
#Navigation a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#SubNavigation {
	height: 1.7em;
	margin: 0em 0em 0em 7.4em;
	padding-top: 0.73em;
	padding-left: 0.56em;
	padding-right: 0;
	padding-bottom: 0;
	border-left: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	background-color: #EFEDDE;
	vertical-align: bottom;
	font-size: 1em;
	color: #666666;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#SubNavigation ol {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	font-size: 0.83em;
}
#SubNavigation li {
	float: left; /* damit die Listenelemente in einer Reihe nebeneinander stehen*/
}
#SubNavigation a:link{
	color: #666666;
}
#SubNavigation a:visited {
	color: #666666;
}
#SubNavigation a:hover {
	color: #CC6600;
	text-decoration: underline;
}
#InhaltIndexHtml {
	margin: 0 0 0 7.4em;
	padding: 0;
	border-left: 1px dashed #999999;
	background-color: #EEF2FB;
	background-repeat: no-repeat;
	vertical-align: top;
	font-size: 1em;
	color: #666666;
	text-align: left;
	letter-spacing: 0px;
	word-spacing: 0px;
	line-height: 100%;
}
#Inhalt {
	height: 100%;
	margin: 0 0 0 7.4em;
	padding: 0;
	border-left: 1px dashed #999999;
	background-color: #B6CFDA;
	vertical-align: top;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#Inhalt a:link{
	color: #666666;
	font-size: 1.2em;
}
#Inhalt a:visited {
	color: #666666;
	font-size: 1.2em;
}
#Inhalt a:hover {
	color: #CC6600;
	font-size: 1.2em;
	text-decoration: underline;
}
#InhaltPictures {
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	vertical-align: top;
	font-size: 0.75em;
	color: #666666;
	text-align: center;
}
#InhaltHistory {
	margin: 0 0 0 0em;
	padding: 0.2em;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#InhaltAboutWeather{
	margin: 0 0 0 0em;
	padding: 0.45em;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	vertical-align: top;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#InhaltSpalte1Haelfte {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;	
}
#InhaltSpalte2Haelfte {
	margin: 0 0 0 36em;
	padding-top: 0.9em;
	padding-left: 0.45em;
	padding-right: 0.45em;
	padding-bottom: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#InhaltSpalte2Haelfte ol {
	margin: 0;
	padding: 0em;
	display: block;
	list-style: none;
	float: left;
}
#InhaltSpalte2Haelfte li {
	display: block;
	padding: 0.25em;
	font-size: 0.9em;
}
#InhaltSpalte2Haelfte a:link{
	color: #666666;
	font-size: 1em;
}
#InhaltSpalte2Haelfte a:visited {
	color: #666666;
	font-size: 1em;
}
#InhaltSpalte2Haelfte a:hover {
	color: #CC6600;
	font-size: 1em;
	text-decoration: underline;
}
#InhaltSpalte1HaelfteAbout {
	float: left;
	margin: 0;
	padding: 0.9em;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 35em;
}
#InhaltSpalte1HaelfteAbout a:link{
	color: #666666;
	font-size: 1em;
}
#InhaltSpalte1HaelfteAbout a:visited {
	color: #666666;
	font-size: 1em;
	text-decoration: underline;
}
#InhaltSpalte1HaelfteAbout a:hover {
	color: #CC6600;
	font-size: 1em;
	text-decoration: underline;
}
#InhaltSpalte2HaelfteAbout {
	margin: 0 0 0 37.4em;
	padding-top: 2em;
	padding-left: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
}
#InhaltHaelfteNumbersPlaces{
	margin: 0 0 0 8.5em;
	padding: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.875em;
}
#InhaltSpalte1NumbersPlaces {
	float: left;
	width: 18.6em;
	margin: 0;
	padding: 0.8em;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#InhaltSpalte2NumbersPlaces {
	margin: 0 0 0 0em;
	padding-top: 0em;
	padding-left: 0;
	padding-right: 0em;
	padding-bottom: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
}
#InhaltSpalte1HaelfteFerriesFlights {
	float: left;
	margin: 0;
	padding: 0.9em;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 35.1em;
}
#InhaltSpalte2HaelfteFerriesFlights {
	margin: 0 0 0 37em;
	padding-top: 2em;
	padding-left: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
}
#InhaltSpalte1HaelfteFerriesFlights a:link{
	color: #CC6600;
	font-size: 1em;
}
#InhaltSpalte1HaelfteFerriesFlights a:visited {
	color: #666666;
	font-size: 1em;
}
#InhaltSpalte1HaelfteFerriesFlights a:hover {
	color: #CC6600;
	font-size: 1em;
	text-decoration: underline;
}
#InhaltSpalte1HaelfteRooms {
	float: left;
	margin: 0;
	width: 34em;
	padding-top: 1.8em;
	padding-left: 1.1em;
	padding-right: 1.8em;
	padding-bottom: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#InhaltSpalte2HaelfteRooms {
	width: 12em;
	margin: 0 0 0 37em;
	padding-top: 2em;
	padding-left: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	border-left: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 0.75em;
	color: #666666;
	text-align: left;
}
#RoomsMail1 {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsMail2 {
	float: left;
	width: 32em;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
}
#RoomsMail1a {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsMail2a {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 32em;
}
#RoomsMail1b {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsMail2b {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 32em;
}
#RoomsMail1c {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsMail2c {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 32em;
}
#RoomsContact1 {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2 {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3 {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}
#RoomsContact1a {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2a {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3a {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}
#RoomsContact1b {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2b {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3b {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}
#RoomsContact1c {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2c {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3c {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}
#RoomsContact1d {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2d {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3d {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}
#RoomsContact1e {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2e {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3e {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}
#RoomsContact1f {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 0px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 1.5em;
}
#RoomsContact2f {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 10.5em;
}
#RoomsContact3f {
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background-color: #B6CFDA;
	font-size: 1em;
	color: #666666;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 140%;
	width: 21.5em;
}

#RoomsContact3c a:link{
	color: #666666;
}
#RoomsContact3c a:visited {
	color: #666666;
}
#RoomsContact3c a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#RoomsContact3d a:link{
	color: #666666;
}
#RoomsContact3d a:visited {
	color: #666666;
}
#RoomsContact3d a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#RoomsContact3e a:link{
	color: #666666;
}
#RoomsContact3e a:visited {
	color: #666666;
}
#RoomsContact3e a:hover {
	color: #CC6600;
	text-decoration: underline;
}

#FussZeile {
	clear: both;
	padding-top: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	background: #FFFFFF;
	border-top: 1px dashed #999999;
	font-size: 0.75em;
	color: #000000;
	vertical-align: top;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#FussZeile a:link{
	font-size: 1em;
	color: #666666;
	letter-spacing: 1px;
}
#FussZeile a:visited {
	font-size: 1em;
	color: #666666;
	letter-spacing: 1px;
}
#FussZeile a:hover {
	font-size: 1em;
	color: #FF8000;
	letter-spacing: 1px;
	text-decoration: underline;
}

.StandardFloatFontB{
font-style: normal; font-variant: normal; font-weight: bold; font-size: 13px;
font-family: Arial, Geneva, Helvetica, sans-serif;
float: left;
}
.StandardFloatFont{
font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px;
font-family: Arial, Geneva, Helvetica, sans-serif;
line-height: 140%;
text-align: justify;
color:#008080;
}
.StandardFloatKleinFont{
font-style: normal; font-variant: normal; font-weight: normal; font-size: 10px;
font-family: Arial, Geneva, Helvetica, sans-serif;
float: left;
color:#008080;
}
.StandardFloatKleinFontB{
font-style: normal; font-variant: normal; font-weight: bold; font-size: 10px;
font-family: Arial, Geneva, Helvetica, sans-serif;
color:#008080;
}
.AboutGeneralFont{
font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px;
font-family: Arial, Geneva, Helvetica, sans-serif;
color:#0099FF;
}
.AboutGeneralFontB{
font-style: normal; font-variant: normal; font-weight: bold; font-size: 13px;
font-family: Arial, Geneva, Helvetica, sans-serif;
color:#0099FF;
}
.PictureTitelFont{
font-style: normal; font-variant: normal; font-weight: normal; font-size: 13px;
font-family: Arial, Geneva, Helvetica, sans-serif;
color:#000000;
}

.weiss{
color:#FFFFFF;
}
.orange{
color:#FF8000;
}
.dunkelbraun{
color:#804000;
}
.ocker{
color:#808000;
}
.schwarz{
color:#000000;
}
.rot{
color:#FF0000;
}
.dunkelgruen{
color:#008000;
}
.dunkelrot{
color:#800000;
}
.dunkelblau{
color:#000080;
}
.flieder{
color:#800080;
}
.grau{
color:#808080;
}
.hellbraun{
color:#CC6600;
}
.gelb{
color:#FFFF00;
}
.hellblau{
color: #72AFCA
}
.hellgruen{
color: #00CC00
}
.magenta{
color: #FF0066
}
.standard{
color: #BBCED7
}

/* #MOD ----- Lightbox ----- */


#jquery-overlay {
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}

#jquery-lightbox {
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 100;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	height: 25%;
	left: 0;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#lightbox-nav {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display: block;
	height: 100%;
	width: 49%;
	/*zoom: 1;*/
}

#lightbox-nav-btnPrev {
	float: left;
	left: 0;
}

#lightbox-nav-btnNext {
	float: right;
	right: 0;
}

#lightbox-container-image-data-box {
	background-color: #fff;
	font: 10px/1.4em Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: auto;
	padding: 0 10px 10px;
	position: relative;
	width: 100%;
}

#lightbox-container-image-data {
	color: #000;
	padding: 0;
}

#lightbox-container-image-data #lightbox-image-details {
	float: left;
	text-align: left;
	width: 75%;
}

#lightbox-image-details-caption {
	font: 400 14px/18px Verdana, Arial, Helvetica, sans-serif;
}

#lightbox-image-details-currentNumber {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}

#lightbox-image-details-caption span {
	color: #999;
}

#lightbox-secNav {
	bottom: 10px;
	position: absolute;
	right: 10px;
}

#lightbox-secNav-btnClose {
	background: url(../images/icons/close.gif) 0 3px no-repeat;
	float: right;
	font: 400 14px/18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 16px;
}
