html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #088A85;
	color: #666;
	font-family: Sans-serif;
	font-size: 12px;
	line-height: 1.5;
    height: 100%;
	overflow: scroll;
	overflow-x: auto; /*CSS3*/
}

html {
  overflow: hidden;
  height: 100%;
}

/* Normal link */
a:link, a:visited{
	color:#088A85;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color:#333;
}



.mainbody a:link, .mainbody a:visited {
	color:##088A85;
	text-decoration: none;
}

.mainbody a:hover, .mainbody a:active {
	text-decoration: none;
	color:#333;
}

ul.menu-nav-style1 li a:link, ul.menu-nav-style1 li a:visited {
	color:#777;
	text-decoration: none;
}

ul.menu-nav-style1 li.active a:link, ul.menu-nav-style1 li.active a:visited {
	color:#333;
	text-decoration: none;
}

ul.menu-nav-style1 li a:hover {
	color:#333;
	text-decoration: none;
}

a img {
	border: none;
}



/* Heading */
h1 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	display: inline;
	float: left;
	padding-right: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 5px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	font-size: 100%;
	text-align: left;
}

.container{
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 2px solid #6BC2BC;

}


.container_header{
	width: 600px;
	height: 103px;
	overflow: hidden;
	margin: 0 auto;
}


.all{
	width: 650px;
	margin: 0 auto;
	border: 2px solid #000;
	background:#fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*================================ HEADER ============================*/
.header{
	width: 650px;
	background-color: #fff;
	padding-top: 15px;
}

/*.headergradation{
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-header-grad.gif);
	background-repeat:no-repeat;
	background-position: center top;
	border-top: 4px solid #1E2125;
	border-bottom: 5px solid #3C3F44;*/
}


#topmenu{
	width : 100%;
	height: 1%;
}

#topmenu li{
	padding:0;
	padding-left: 10px;
	margin:0;
	display:inline;
	float:right;
}

/*================================ UNDERHEADER ============================*/
/*.underheader{
	width: 100%;
	/*background-color:#FFFFFF;
	background-image:url(../images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom: 5px solid #DDD;
	margin-top: 8px;
	overflow: hidden;
}

.underheader1, .underheader2, .underheader3{
	width: 230px;
	overflow: hidden;
	float: left;
	margin: 15px 8px 15px 0px;
}

.underheader4{
	width: 230px;
	overflow: hidden;
	float: left;
	margin: 15px 0px 15px 0px;
}*/

/*================================ MAINBODY ============================*/
.containermainbody img {
	padding-left: 20px;
}



.rightcolumn{
	width: 150px;
	overflow: hidden;
	float: right;
	/*background-image: url(../images/rightcolumn-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 15px;*/
}

#pathway{
	width: 100%;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #DDD;
}

.messagecontainer{
	width: 100%;
	overflow: hidden;
}

.searchcontainer{
	width: 100%;
	overflow: hidden;
}

.rightcontainer{
	width: 150px;
	overflow: hidden;
	padding: 0;
}


/*================================ BANNER ============================*/
.containerbanner{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #EAEAEA;
	padding: 5px 0px 5px 0px;
}


/*================================ UNDERBANNER ============================*/
.underbanner{
	width: 100%;
	background-color:#EEEEEE;
	background-image:url(../images/shadow.png);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	border-top: 1px solid #EAEAEA;
	padding: 10px 0px 5px 0px;
}

.underbanner1, .underbanner2{
	width: 313px;
	overflow: hidden;
	float:left;
	margin-right: 5px;
}

.underbanner3{
	width: 313px;
	overflow: hidden;
	float:left;
}
	
/*================================ FOOTER ============================*/
.footer{
	width: 100%;
	/*background-image: url(../images/bg-footer.gif);*/
	background-repeat: repeat-x;
	overflow: hidden;
}

.container_footer {
	border-top: 2px solid #6BC2BC;
	width: 600px;
	margin: 0 auto;
	}

.footergradation{
	width: 100%;
	/*background-image: url(../images/bg-footer-grad.gif);
	background-position: center top;
	background-repeat: no-repeat;
	/*border-top: 5px solid #3C3F44;*/
}

.copyright{
	color: #BBB;
	text-align: center;
	padding: 10px 0px 25px 0px;
}

.copyright a:link, .copyright a:visited{
	color: #FAFAFA;
}

.copyright a:hover{
	text-decoration: none;
	font-weight: bold;
}

.leftcolumn{
	margin-top:-8px;
	margin-bottom:-23px;
	margin-right:-3px;
}
* html .leftcolumn {margin-bottom: -27px;} /* nur für den IE6 */
*+html .leftcolumn {margin-bottom: -27px;} /* nur für den IE7 */
* html .container_header {height: 121px;} /* nur für den IE6 */
*+html .container_header {height: 99px;} /* nur für den IE7 */
















