/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #B0CEE3 url(images/panoramabilde_header.jpg) repeat-x center top;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}


hr {
	border: none;
	height: 2px;
	background: #ebddcc;
	color: #ebddcc;
	width: 100%;
	clear:both;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

small {
  font-size: 11px;
  font-style: italic;
}

/** HEADER */

#header {
	width: 980px;
	margin: 0px auto;
	padding: 1em;
	height: 125px;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header a {
  color: #000;
  font-size: 40px;
  text-decoration: none;  
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

/** MENU */

#menu {
	background: url(images/img03.gif) repeat-x left bottom;
	margin: 0px auto;  
}

#menu ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	width: 980px;
	margin: 0 auto;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#wrap {
	width: 980px;
	margin: 0px auto;
	background: #fff;
	position: relative;
}

#content {
	width: 778px;
	float: left;
	padding: 20px 20px 20px 20px;
	background: #fff;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
	line-height: 1.2;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

#columnC {
	position: absolute;
	right: -50px;
	top: 10px;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 10px auto 0;
	height: 90px; 
	background: #284968 url(images/img03.gif) repeat-x left top;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.clearfix {display: inline-block;}  /* for IE/Mac */