/*  general _______________________________________________________________________________*/
* {
	padding: 		0;
	margin: 		0;
}
body { 
	min-width: 660px;
	font: 		11px/1.3em Arial,Helvetica,sans-serif; 
	text-align: 	center;
	background: 	#bebcad;
	}
p { 
	text-align: 	justify;
	padding:	5px 30px 15px 30px;
	color: 		#786A47;
	line-height: 	1.5em;
	}
a{
	text-decoration: none;
}
a:link ,a:visited {
	color: 		#5785A4;
}
a:hover {
	color: 		#1D8FDB;
}
acronym {
	cursor: 	help;
}
h3 {
	font: 			normal 10px/12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	margin: 		20px 0 0 30px;
	color: 			#574D33;
}
ul {
	list-style: 	none; 
	margin: 		10px 20px 30px 10px;
}
li {
	padding-left: 	1px;
	margin: 		10px 0 0 8px;
	display: 		block;
	list-style: 	none;
}
.bild {
	float: left;
	padding: 5px;
	margin: -20px 0 0 0;
}

/* grid _______________________________________________________________________________*/
#container { 
	margin: 		0 auto;
	text-align: 	left;
	width: 			580px;
	background: 	url(img/container.gif) repeat-y center top;
	position: 		relative;
	}
#languageselect {
	background: 	transparent url(img/zitat.gif) no-repeat top left;
	height: 		178px;
}
#background,#whatelse {
	padding-right:  200px;
}


#footer {
	height: 		34px;
	line-height: 	34px;
	text-align: 	center;
	padding-bottom: 14px;
}
#linkList {
	position: 		absolute;
	top: 			210px;
	right: 			0;
	width: 			210px;
}

#extraDiv {
	position: 		absolute;
	top: 			0;
	left: 			0;
	background: 	transparent url(img/name.gif) no-repeat;
	width:			43px;
	height:			297px;
}


/* headers _______________________________________________________________________________*/

#pageHeader h1 { 
	background: 	transparent url(img/segeln1.jpg) no-repeat top left;
	width: 			580px;
	height: 		40px;
}
#pageHeader h1 span {
	display:		none
}
#pageHeader h2 {
	background: 	transparent url(img/segeln2.jpg) no-repeat top left;
	width: 			580px;
	height: 		169px;
}
#pageHeader h2 span {
	display:		none;
}
#linkList h3.readmore {
	background: 	transparent url(img/more.jpg) no-repeat top left;
	height: 		39px;
	margin: 		0;
}
#linkList h3.readmore span {
	display:		none;
}

/*  p  _______________________________________________________________________________*/

#languageselect .p1 {
	display:	none;
}
#languageselect .p2 {
	margin-right: 	200px;
	color: 		#382A07;
	text-align: 	right;
	padding-top: 	150px;
}

#background p, #whatelse p{
	margin: 	0 10px;
} 

/*  links  _______________________________________________________________________________*/

#footer a:link, #footer a:visited {
	color: 			#c6c6c6;
	text-decoration: underline;
}
#footer a:hover {
	color: 			#fff;
}
#footer a span {
	color: 			#c6c6c6;
}

#linkList li a {
	display: 		block;
	font-weight: 	bold;
	color: 			#E5D9BC;
	text-decoration:none;
	margin-left: 	0px;
	padding-left: 	0px;
	padding-bottom: 4px;
}
#linkList li a:hover {
	color: 			#7ECDFF;
}
#linkList li a.c {
	display: 		inline;
	padding: 		0;
	margin: 		0;
	background: 	none;
	color: 			#595339;
	font-weight: 	normal;
}
#linkList li a.c:hover {
	color: 			#7ECDFF;
}