/* 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: #303F63; text-decoration: none;}
A:hover		{color: #ffffff; text-decoration: none;} 
A:visited	{color: #303F63; 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;}

/* 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;}

 */