/* Screen layout: */

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #B4B6C6;
	background-image: url(/fileadmin/images/static/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

p {
        margin:0;
        padding: 0.5em 0 0.5em 0;

}

p.center {
        text-align: center;
}

a {
	text-decoration: none;
        color: #9092F2;
}

a:hover {
	color: #203A31;
}
#toptabs {
        position: relative;
        top: -13px;
	font-size: 10px;
	text-align: right;
	width: 870px;
        height; 23px;
}

#toptabs p {
       text-align: right;
       color: #fff;
       line-height:25px;
}

#toptabs a {
       border: 0;
       color: white;
}


.toptab, 
.activetoptab {
       padding: 4px 5px 4px 5px;
       margin: 0 0 0 4px;
       text-decoration: none;
       background: #335f60 url(/fileadmin/images/static/corner2.gif) top right no-repeat;
       border-bottom: 1px solid #335f60;
}

.toptab:hover,
.activetoptab:hover {
      background: #B4B6D6 url(/fileadmin/images/static/corner2.gif) top right no-repeat;
      color: #203A31 !important;
      text-decoration: none;
      border-bottom: 1px solid #335f60;
}

#container {
	position: relative;
	min-height: 100%; /* For Modern Browsers */
 	height: auto !important; /* For Modern Browsers */
 	height: 100%; /* For IE */
	width:850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#desc {
	background-image: url(/fileadmin/images/static/header.jpg);
        width: 870px;
	height: 271px;
	padding: 0;
	margin: 0px;
	left: -22px;
	float: none;
	position: relative;
	top: 11px;
	text-decoration: none;
}
#navitabs {
	top: 180px;
	left: 40px;
	width: 780px;
	position: relative;
}
#sidebar {
	width:180px;
	top: 15px;
        left: 15px;
	float:left; 
        clear: both;
}
#main {
        position: relative;
        float: right;
	width: 650px;
        padding: 0 20px 0 0;
        top: 15px;
}

#clearer {
	position: relative;
	clear:both;
	width: 100%;
	height: 55px;
	padding: 0;
	margin:0;
	font-size:0;
	line-height:0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#footer {
  width: 850px;
  background: #203A31;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 45px;
}

#foot {
  position: relative;
  float: left;
  height: 45px;
}

#footer #foot {
	color: #B4B6C6;
	font-size: 9px;
	padding-left: 10px;
	position: relative;
}


#footer #foot a {
	color: #B4B6C6;
	font-size: 9px;
	padding-left: 0;
	position: relative;
}
#footer #foot a:hover {
	color: white;
}

.hide {
	display: none;
}

/* contactform */
.contactform.field {
  font-size: 10pt;
}

.left {
  float:left;
  text-align:right;
  width:150px;
}

/* block */
p.block, div.block {
  padding: 10px;
  background-color:#B4B6C6;
  border: 1px solid gray;
}

.indent {
  padding-left: 30px;
}


.block a  {
        color: #ff0000;
}

.block a:hover {
        color: #333;
}

/* news */
.news-list-item {
	background-color: #FFFFCC;
	display: block;
	padding: 10px;
}
.news-single-timedata {
	font-size: 9px;
	float: right;
	top: 0px;
}
#search {
        position: relative;
        float: right;
        top:186px;
        right: 5px;
}
#searchform {
        border: 0;
        font-size: 9px;
}
#searchform input{
        border: 0;
        font-size: 9px;
        background-color: #537d6a;        
}

a img {
        border:0;
}