@charset "utf-8";
/*CSS for booking - Fieberbrunn*/

body 	{
    		font-family: verdana, arial;
    		font-size: 12px;
    		color: #1c4773;
			letter-spacing:1px;
			margin:0;
			padding:0;
			padding-top:30px;
			background:url(../layout/body_hg.gif) #faee19 right repeat-y;
			}
p  			{padding:0; margin:0;} ul {padding-left:30px; margin:0;}

a 			{text-decoration:none; border:none;}
			
div			{padding:0; margin:0;}

input, textarea, select {
			border:1px solid #11494b;
			padding: 3px 5px;
			font-size:12px;
			font-family: Arial;
			}
			
a:link 		{color: #608fbf; text-decoration:underline;}
a:visited 	{color: #608fbf; text-decoration:underline;}
a:hover 	{color: #8bb7e4; text-decoration:underline;}
a:active 	{color: #608fbf; text-decoration:underline;}

a img		{border:none; opacity:1.0; moz-opacity:1.0; filter:Alpha(opacity=100);}
			
a:hover img {border:none; opacity:0.8; moz-opacity:0.8; filter:Alpha(opacity=80);}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
	color:#4b588f;
}

h1 {font-size: 21px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

h5 {font-size: 16px; margin:0; padding:0; line-height:8px;}

hr {
	border:0;
	width:100%;
	color:#11494b;
	background-color: #11494b;
	height: 1px;
}

/* CONTAINER DEFINITIONS */

.pillerseetal {
	position:absolute;
	width:122px; height:32px;
	margin:-35px 0 0 960px ;
	background:url(../layout/pillerseetal.png);
	z-index:10;
}

.logo {
	position:absolute;
	width:338px; height:211px;
	margin:0px 0 0 0px;
	background:url(../layout/logo.png);
}

.timok {
	position:absolute;
	width:248px; height:275px;
	margin:-10px 0 0 870px ;
	background:url(../layout/timok.png);
	z-index:10;
}

#centeringContainer {
	width:1076px;
	border:solid 2px white;
	margin:auto;
}

#slide {
	width:100%;
	height:260px;
}

#menu {
	position:absolute;
	width:1076px; height:32px;
	background:url(../layout/menu_hg.png) repeat;
	margin-top:-32px;
}

#wrapper {
	background:white;
	padding:15px;
	padding-top:20px;
}

#mainContent {
	width:700px;
	float:left;
}

#seitenleiste {
	width:313px;
	float:right;
}

/*MENU*/

#menu a {
	display:block; float:left;
	text-decoration:none;
	padding:8px 15px 0 15px;
	height:24px;
	font-size:13px; font-weight:bold; color:#445193;
} #menu a:hover {background:#f5e91d;}

#menu .menu-current {background:white !important;}

#menu2 {
	float:left;
}

#menu2 a {
	
}

#copyright {
	float:left;
	font-size:10px;
}

#share {
	float:right;
}

#footer {
	background:url(../layout/menu_hg.png);
	padding:5px;
	letter-spacing:0;
}

/*Main Container Definitions*/

#siteTitle {
	width:100%;
	color:#445193;
	font-size:18px;
	border-bottom:2px solid #445193;
	margin-bottom:20px;
}

/*Seitenleiste*/

#box {
	width:313px;
	background:url(../layout/box_hg_wrapper.gif);
	margin-bottom:15px;
}

#boxtitle {
	width:303px;
	padding:6px 0 5px 10px;
	color:#f5e91d; font-size:14px; text-transform:uppercase;
	background:url(../layout/box_hg_top.gif);
}

#box_content {
	background:url(../layout/box_hg_bottom.gif) no-repeat bottom;
	background-height:5px;
	padding:10px;
}

.clear_float {clear:both;}
