@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}

#left
{
    background-color:#386E29;
	width:100%;
	height:374px; /*394*/
	position:absolute;
	left:0%;
	top:3%;
}

#content
{
	width:880px;
	height:590px;/*610*/
	position:absolute;
	left:50%;
	top:3%;
	margin-left:-440px;
	background-image: url(../img/hafning_start.jpg);
	background-repeat: no-repeat;
}

#menueBtnArea
{
	position:absolut;
	width: 100%;
	height: 35px;
	background-color:#713910;
}

#infoField
{
	position:relative;
	width: 21%;
	left: 79%;
	height: 339px;/*359*/
	background-color:#713910;
}

#infoField  a
{
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	font-family: "Helvetica";
	font-size: 15px;
}

#menueCtArea
{
	position:relative;
	width: 100%;
	height: 215px;
}

#businessTime
{
	position:relative;
	width:21%;
	float:left;
	color:#333;
	text-align:center;
	font-family: "Helvetica";
	font-size: 13px;
}

#businessTime p
{
	color:#333;
	text-align:center;
	font-family: "Helvetica";
	font-size: 13px;
	margin-top:3px;
	margin-bottom:4px;
}

#subMenue
{
	position:relative;
	width:21%;
	float:left;
	color:#333;
	text-align:left;
	font-family: "Helvetica";
	font-size: 13px;
}

#subMenue a
{
	color:#333;
	text-align:left;
	font-family: "Helvetica";
	font-size: 13px;
	margin-top:3px;
	margin-bottom:4px;
	text-decoration:none;
	line-height: 20px;
	background:url(../img/arrow.gif) no-repeat 5px 50%;
	padding: 0 10px 0 25px;
}

#subMenue a:hover
{
	text-decoration:underline;
}


#textBox
{
	position:relative;
	float:left;
	width:79%;
}

/*#textBox p
{
	color:#333;
	text-align:left;
	font-family: "Helvetica";
	font-size: 13px;
	margin-top:3px;
	margin-bottom:4px;
}*/

p
{
	color:#333;
	text-align:left;
	font-family: "Helvetica";
	font-size: 13px;
}

p.textContent
{
	margin-top:3px;
	margin-bottom:4px;
}


p.rightInfo
{
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	font-size: 15px;
}

p.h1
{
	font-size:15px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:6px;
}

div.innerBox
{
	position:relative;
	margin: 0px 15px 0px 15px;
	padding: 20px 0px 0px 0px;
}

#footer
{
	float:left;
	width:100%;
}

#footer a
{
	color:#333;
	text-align:left;
	font-family: "Helvetica";
	font-size: 10px;
	text-decoration:none;
	line-height:16px;
}

#footer a:hover
{
	text-decoration:underline;
		
}

/********* Gemeinde.htm only *********/
div.gemballoch
{
	width:25%;
	height:210px;
	background:url(../img/balloch_heinz.jpg) center center no-repeat transparent;
	float:left;
}

div.gemlanner
{
	width:25%;
	height:210px;
	background:url(../img/lanner_manfred.jpg) center center no-repeat transparent;
	float:left;
}

div.gemeberhard
{
	width:25%;
	height:210px;
	background:url(../img/eberhard_thomas.jpg) center center no-repeat transparent;
	float:left;
}

div.gemzahlner
{
	width:25%;
	height:210px;
	background:url(../img/zahlner_gerd.jpg) center center no-repeat transparent;
	float:left;
}


/*
#innerBox
{
	position:relative;
	margin: 0px 15px 0px 15px;
	padding: 20px 0px 0px 0px;
}
*/
/***************************** navigation ******************************/ 
#navigation 
{
	font: small/110% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	background-color: #FFFF66;
	height: 35px;
	width:79%;
	/*position: relative;*/
	float:left;
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -35px;
	
}

#navigation ul 
{
	list-style-type: none;
}

#navigation li 
{
	display: inline;
	font-size: 14px;
	line-height: 25px;
}

#navigation a 
{
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	line-height: 35px;
	float: left;
}

#navigation a:hover 
{
	line-height: 35px;
	background-image: url(../img/nav_bg.gif);
	background-position: 0px 0px;
}

