/* ############################################################# */
/* # this.document.lastmodified: 12-06-05 */
/* # design: copyright by nina hoeffken 2005,  */
/* # contact: info@ninahoeffken.de */
/* # programming: copyright by martin ruester 2005,  */
/* # contact: mail@martinruester.de */
/* ############################################################# */
/* # settings */
/* # background color (blue) #49B2C5 */
/* # orange #FCC25E */
/* # font blue #255D6C */
/* ############################################################# */
/* ############################################################# */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #255D6C;
	text-align: left;
	background-color: #49B2C5;/**/
}

/*  leave for testing  */
/* 	border: 1px solid #000000; */

/* layout */
#logo {
	position: absolute;
	height: 120px;
	width: 184px;
	top: 10px;
	left: 10px;
}

#headline {
	position: absolute;
	height: 63px;
	width: 440px;
	top: 60px;
	left: 260px;
}

#menu {
	position: absolute;
	height: auto;
	width: 180px;
	top: 190px;
	left: 0px;
/* 	margin: 10px 0px 0px 10px; */
/*     padding: 0px; */
/*     background-color: #0000FF; */
	z-index: 5;
}

#content {
	position: absolute;
/* 	height: 400px; */
	height: auto;
	width: 690px;
	top: 135px;
	left: 176px;
	background-color: #FCC25E;
	z-index: 4;
}
	
/* #bubbles { */
/* 	position: absolute; */
/* 	height: 290px; */
/* 	width: 266px; */
/* 	top: 435px; */
/* 	left: 600px; */
/* 	z-index: 6; */
/* } */


/*text-formatting*/
h1 {
	/*color: #9D640A;*/
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*padding: 5px 0 5px 15px;*/
	/*background-color: #EBC687;
	border-bottom: 1px dotted #B0B0B0;*/
}

h2 {
	/*color: #E5AA46;*/
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin-top: 8px;
	margin-bottom: 2px;
}

p {
	/*margin: 0px 0px 0px 0px;*/
	padding: 0px 210px 0px 0px;
}

ul {
	/*margin: 0px 0px 0px 0px;*/
	padding: 0px 210px 0px 15px;
}

span {
	font-size: 1px;
}

/* .up { */
/* 	text-align:right; */
/* 	padding-right:10px; */
/* 	padding-bottom:10px; */
/* } */

#content a {
	color: #255D6C;
	font-weight: normal;
	text-decoration: underline;
}

#content a:visited {
	color: #255D6C;	
	text-decoration: underline;
}

#content a:hover {
	text-decoration: underline;
}

#plznavigation a {
	color: #255D6C;
	font-weight: normal;
	text-decoration: underline;
}

#plznavigation a:visited {
	color: #255D6C;	
	text-decoration: underline;
}

#plznavigation a:hover {
	text-decoration: underline;
}

/*  rand um pictures  */
.imageborder {
	border: 1px solid #10768F;
}


/* ??? */
/* #text { */
/*     float: left;      */
/*     width: 698px; */
/* 	margin: 10px 0px 0px 0px; */
/* 	padding: 0px 15px 20px 15px; */
/*     line-height: 140%; */
    /*border-top: 1px dotted #B0B0B0;
 	border-bottom: 1px dotted #B0B0B0;
	background-color: #FFFFFF;*/	
/* } */
