@charset "utf-8";
/*CSS for hotel-strasshofer.at*/

body,td,th {
	font-family: Verdana, Arial; font-size: 12px; line-height:18px; color: #6b532d;
	margin:0;
}

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 #aea375;
			padding: 3px 5px;
			font-size:12px;
			font-family: Verdana, Arial;
			}
			
a:link 		{color: #705b37; text-decoration: underline;}
a:visited 	{color: #705b37; text-decoration: underline;}
a:hover 	{color: #b6a78e; text-decoration: underline;}
a:active 	{color: #705b37; text-decoration: underline;}

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

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0 0 6px -2px;
	padding:0;
}

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

/* CONTAINER DEFINITIONS */

#centeringcontainer {
	position:relative;
	width:1157px;
	margin:auto;
	background:url(../layout/centering_hg.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	top:18px; left:15px;
}

#language {
	position:absolute;
	top:22px;
	right:140px;
	color:#a1927b;
}

#language a:link {
	color:white;
	text-decoration:none;
}

#language a:hover {
	color: #b6a78e;
	text-decoration:none;
}

#language a:visited {
	color: white;
	text-decoration:none;
}

#menu {
	float:left;
	width:170px;
	min-height:300px;
	margin-top:175px;
	margin-left:50px;
	margin-bottom:10px;
}

#content {
	float:left;
	margin-left:50px;
	margin-top:160px;
	width:510px;
	min-height:300px;
}

#content img {border: 1px solid #b3a692; margin:3px 7px 2px 0;}
#sitetitle img {border: none;}

#gallery {clear:both;}
#gallery ul {padding:0; margin:0;}
#gallery li {
	float:left;
	list-style-type:none;
	height:140px;
	margin:4px 10px 0 0;
	border:solid 1px #b3a692;
	padding:0;
}

#footer {
	width:1026px;
	border-top:1px solid #b3a692;
	margin-top:5px;
	font-size:11px;
	letter-spacing:1px;
	text-align:justify;
}

/* CONTAINER DEFINITIONS END */

.clear_float {clear:both;}