﻿/* style.css */

/* Grundwerte Definition */
*	{margin: 0; padding: 0;
	 list-style-type: none;
	 text-decoration: none;
	 font-family: Verdana,Helvetica,Arial;
	 font-size: 8pt;
	 color: #ffffff;
	 border: 0;
	 }

/* Body Definition */
body	{background-image: url(../gfx/background.gif);
		 background-repeat: repeat-x;}

/* Scrollbalken Definition 
body	{scrollbar-highlight-color: #CCD3DE;
		 scrollbar-shadow-color: #CCD3DE;
		 scrollbar-arrow-color: #CCD3DE;
		 scrollbar-face-color: #15264E;
		 scrollbar-3dlight-color: #15264E;
		 scrollbar-track-color: #15264E;
		 scrollbar-darkshadow-color: #15264E;}
		 */
		 
/* Link Definition */
a:link		{color: #ffffff; text-decoration: none;}
a:hover		{color: #ffffff; text-decoration: none;} 
a:visited	{color: #ffffff; text-decoration: none;}
a:active	{color: #ffffff; text-decoration: none;}		 


/* Überschriften Definition */
h1, h2, h3	{color: #CCD3DE; font-weight: bold; font-family: Verdana, Helvetica, Arial;}
h1			{font-size: 13pt; }
h2			{font-size: 10pt;}
h3			{font-size: 8pt;}

/* Div Definition */
.navi		{background-color: #CCD3DE;}

#content	{margin-left: 100px;}
li			{margin: 5px; padding: 3px;
			 border: 2px solid #ffffff;
			 background-color: #9EA8BA;
			 text-align: center;
			 cursor: Pointer;
			}

li:hover	{background-color: #A5AEBF;}
ul li a		{font-size: 9pt;
			 font-weight: bold;
			}

.mini		{border: 1px solid;
			 margin: 2px;}

/* Quickbooker */

.input_res_datum	{width: 80px; border: 1px solid #925057; background-color: #15264E; text-align: center;}
.select_res			{width: 40px; background-color: #15264E;}
.submit_res			{width: 130px; height:20px; color:#ffffff; background-color: #15264E; border: 1px solid #ffffff; cursor: hand;}
.textarea_1			{width: 340px; font-family: verdana, arial, helvetica, sans-serif;}
.submit				{width: 300px; background-color: #e7f2f7; border: 1px solid #ffffff; cursor: hand;}
.error				{background-color: #ec0000; color: #ffffff;}
.quickbooker		{font-size: 14pt;}
.textfest			{font-size: 10pt;}

/* Video */

object 	{margin: 10px 0 0 8px;}

.design		{color: #15264E;}
.design a	{color: #15264E;}

/* Mousehover

a#home					{width:68px;height:24px;background: transparent url(../gfx/home_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#home			{background: transparent url(../gfx/home_b.gif) 0px 0px no-repeat;}
a#hotel					{width:40px;height:24px;background: transparent url(../gfx/hotel_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#hotel			{background: transparent url(../gfx/hotel_b.gif) 0px 0px no-repeat;}
a#ansichten				{width:71px;height:24px;background: transparent url(../gfx/ansichten_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#ansichten		{background: transparent url(../gfx/ansichten_b.gif) 0px 0px no-repeat;}
a#anreise				{width:57px;height:24px;background: transparent url(../gfx/anreise_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#anreise			{background: transparent url(../gfx/anreise_b.gif) 0px 0px no-repeat;}
a#onlinebuchung			{width:103px;height:24px;background: transparent url(../gfx/onlinebuchung_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#onlinebuchung	{background: transparent url(../gfx/onlinebuchung_b.gif) 0px 0px no-repeat;}
a#cityguide				{width:68px;height:24px;background: transparent url(../gfx/cityguide_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#cityguide		{background: transparent url(../gfx/cityguide_b.gif) 0px 0px no-repeat;}
a#agb					{width:39px;height:24px;background: transparent url(../gfx/agb_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#agb				{background: transparent url(../gfx/agb_b.gif) 0px 0px no-repeat;}
a#impressum				{width:78px;height:24px;background: transparent url(../gfx/impressum_a.gif) 0px 0px no-repeat;font-size:25px;}
a:hover#impressum		{background: transparent url(../gfx/impressum_b.gif) 0px 0px no-repeat;}

 */
