/************ page layout start ************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../pix/layout1_bg.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
}
/* global layer styles */
div#header {
	text-align: right;
	margin: auto;
	width: 780px;
	height: 110px;
}
div#skyscraper {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	margin: auto;		/* div zentrieren fuer mozilla */
	width: 780px;
	height: 150px;
	background-color: #DDDDDD;
}
div#container {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	margin: auto;		/* div zentrieren fuer mozilla */
	width: 780px;
	border-top-width: 10px;	/* abstand vor container */
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
div#navigation {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	width: 199px;		/* oder 197 falls probleme float div#content auftauchen */
	float: left;		/* links und oben anordnen */
}
div#content {
	text-align: left;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	width: 550px;		/* 580px - padding-left 30px */
	float: right;		/* rechts und oben anordnen */
	background-color: #EAEEF2;
	padding-left: 30px;
	padding-top: 10px;
}
* html div#content {		/* nur fuer Internet Explorer, box-height korrektur mit tan-hack */
  width:580px;			/* Version 5.x */
  w\idth:580px;			/* Version 6 - */
}

div#footer {
	text-align: right;	/* zentrierung inhalt durch body-eigenschaft aufheben */
	margin: auto;		/* div zentrieren fuer mozilla */
	width:770px;
	height:30px;		/* echte box-height */
	background-color: #52683C;
	border-top-width: 10px;	/* abstand vor footer */
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 10px;
	color: #D8E2CD;
	padding-right: 10px;
	padding-top: 5px;
}
* html div#footer {		/* nur fuer Internet Explorer, box-height korrektur mit tan-hack */
	height:45px;			/* Version 5.x */
	h\eight:30px;			/* Version 6 - */
	width:780px;
}
/************ page layout end ************/

/************ footer styles start ************/
div#footer a {
	color: #D8E2CD;
	text-decoration: none;
}
div#footer a:hover, div#footer a:focus {
	color: #FFF;
	text-decoration: underline;
}
/************ footer styles end ************/

/************ header styles start ************/
div#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	color: #8398B1;
	float: right;
}
/* header: top navi */
div#header li {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-right: 1px solid #4A5E77;
}
div#header li a {
	display: block;
	color: #4A5E77;
	text-decoration: none;
}
div#header li a:hover, div#header li a:focus {
	text-decoration: underline;
}
/************ header styles end ************/

/************ content styles start ************/
div#content h1 {
	font-size: 17px;
	color: #4A5E77;
	width: 290px;
	padding-top: 15px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #4A5E77;
	margin-bottom: 10px;
}
div#content h2 {
	font-size: 15px;
	color: #4A5E77;
	padding-top: 10px;
	padding-bottom: 2px;
/*	border-bottom: 1px dotted #4A5E77; */
	margin-bottom: 15px;
}

div#content p {
	font-size: 12px;
	color: #4A5E77;
	padding-bottom: 10px;
}
div#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #4A5E77;
}
div#content li {
	padding-left: 15px;
	padding-bottom: 10px;
	background-image: url(../pix/quadrat_5x5_4A5E77.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
div#content a {
	color: #4A5E77;
}
div#content a:hover, div#content a:focus {
	color: #0054BB;
}
.link-ext {
	padding-left: 15px;
	background-image: url(../pix/link-ext_10x9px.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.content-imgdiv-right {	/* fuer div-container im content mit 1 oder mehreren img */
	float: right;
	margin-right: 10px;
	margin-left: 20px;
}
.content-imgdiv-right-pic {	/* fuer einzelnes img im img-div container */
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	border: 0px;
}

/************ content styles end ************/

/************ navi styles start ************/
div#navigation h1 {
	font-size: 17px;
	color: #EAEEF2;
	padding-top: 27px;
	padding-left: 10px;
	padding-bottom: 2px;
	background-color: #4A5E77;
	border-bottom: 1px solid #FFF;
}
div#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
div#navigation li a {
	display: block;
	color: #4A5E77;
	text-decoration: none;
	background-image: url(../pix/navi-bg-l1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	padding-left: 15px;
	padding-top: 7px;
}
* html div#navigation li a {		/* nur fuer Internet Explorer, box-height korrektur mit tan-hack */
  height:31px;			/* Version 5.x */
  h\eight:24px;			/* Version 6 - */
}
div#navigation li a:hover, div#navigation li a:focus {
	background-position: -200px 0px;
}
.subnavi0-a-active {
	background-position: -200px 0px !important;
}

div#navigation li li a {
	background-image: none;
	background-color: #CAD3DD;
	height: 20px;
	padding-left: 30px;
	padding-top: 5px;
	border-bottom: 1px solid #FFF	
}
* html div#navigation li li a {		/* nur fuer Internet Explorer, box-height korrektur mit tan-hack */
  height:26px;			/* Version 5.x */
  h\eight:21px;			/* Version 6 - */
}
div#navigation li li a:hover, div#navigation li li a:focus {
	background-image: none;
	background-color: #FFA621;
}
.subnavi1-a-active {
	background-image: none  !important;
	background-color: #FFA621  !important;

}

/************ navi styles end ************/


