/* Altenberger 4 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
	font-family: Arial,Verdana,Tahoma,sans-serif;
	font-size: 14px;
	color: black;
	/* background: #a8c9a5 url(img/background.jpg) repeat; */
}

a{
	color: navy;
	font-weight: bold;
	text-decoration: none;
	background-color: inherit;
}
a img{border:none;}

p{ padding: 0 0 5px 0;}
p form{
  margin: 0 0 10px 0;
}

/**************** Header and navigation styles ****************/

#container{
  /* width: 780px; */
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
  color: black;
}

#header{
	height: 80px;
	width: 780px;
	margin: 0 1px 1px -150px;
  background-color: white;
}

#navigation{
	height: 1.8em;
	line-height: 1.8em;
	width: 740px;
	margin: 0 auto o auto;
  padding: 0 0 0 6px;
	background: #578bb8;
	color: #ffffff;
	-moz-border-radius: 7px;
	border-radius: 7px 7px;
	border: thin solid #578bb8;
}

#navigation li{
  float: left;
  list-style-type: none;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  white-space: nowrap;
  margin: 0 0 0 -1px;
  padding: 0 4px 0 4px;
}

#navigation li a, #navigation a{
display:block;
font-size:12px;
font-weight:normal;
text-decoration:none;
color: #ffffff;
}

* html #navigation a {width:1%;}

/**************** Content styles ****************/

#content{
  float: left;
  width: 700px;
  font-size: 14px;
  margin: 6px 4px 6px 0px;
  padding: 10px 20px 10px 20px;
  background: #f9f9f9 url(img/background2.jpg) repeat fixed;
  -moz-border-radius: 15px;
  border-radius: 15px 15px;
}

#content h1 {margin:0 0 10px 0;}
#content h2 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: normal;
	font-size: 18px;
  border-bottom: 2px dotted #578bb8;
}
#content h3{margin:0 0 5px 0; letter-spacing:-1px;}
#content ul,#content ol{margin:0 5px 10px 15px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}
#content table{ text-align: left;}
#content td{padding: 0 4px 0 4px;}

/**************** Sidebar styles ****************/
#subcontent{display: none;}

/**************** Menublock styles ****************/
.menublock{display: none;}

/**************** Searchbar styles ****************/
#searchbar {display: none;}

/**************** Footer styles ****************/

#footer{
	clear: both;
	width: 750px;
	font-size: 10px;
	color: #f0f0f0;
	background: #467aa7;
	-moz-border-radius: 7px;
	border-radius: 7px 7px;
	border: thin solid #578bb8;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}

/**************** Misc classes and styles ****************/

.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.flyinfo {
	font-size: 11px;
	font-weight: bold;
	color : #DC143C;
}
.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
}
