/* CSS Document */


/* ------------------------------------------------------------------------------------------------------- Allgemeines */

body	{
	margin: 0px 0px 0px 0px;
	background-color: #30454d;
	/* background: #30454d url(../img/bg.gif) repeat-x top center; */
	text-align: center;
}

#page	{	/* Zentrierte Seite, auch im Footer anpassen! */
	top: 0px;
	width: 940px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}


/* ------------------------------------------------------------------------------------------------------- Typographie */

body,td,th	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; /* Normalerweise bei anderen Schriften small */
	line-height: 150%; /* Normalerweise bei anderen Schriften 150% */
}

p	{
	margin: 2px 0px 8px 0px;
}


h1	{
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #67BEEE;
}

h2	{
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
}

h3	{
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 8px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #444444;
}

a, li a	{
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

.intro	{
	font-size: medium;
	font-weight: normal;
	line-height: 140%;
}

#titel	{
	font-size: large;
	font-weight: bold;
}

#nav	{
	font-size: medium;
	font-weight: bold;
}

#metanav, #footer	{
	font-size: small;
}

.legend {	/* Bildtext */
	margin-top: 0px;
	padding-right: 5px;
	color: #666666;   
}

.sidenote {
	font-size: small;
	margin-bottom: 20px;
	padding: 10px;
	color: #666666;
	background: #EEEEEE url(../img/bg.gif) no-repeat top center;
	border-top: 1px solid;
	border-color: #BBBBBB;
}

.quotation	{
	font-size: large;
	font-style: italic;
	line-height: 140%;
	margin-bottom: 10px;
}

.big	{
	font-size: larger;
}

#team .text	{							/* Normalerweise ist das weg */
	font-size: medium;
}

#teaser, #sidenote	{
		line-height: 130%;
}

img	{
	border-width: 0px;	
}
	

/* ------------------------------------------------------------------------------------------------------- Farbe */

body,td,th	{	color: #FFFFFF;		/* Allgemeine Textfarbe, Normalerweise #333333 */
}

h1	{	color: #67BEEE;
}

h2	{	color: #FFFFFF;
}

h3	{	color: #1199B8;
}



a	{
	color: #67BEEE;
}

a:hover, li a:hover	{
	/* background-color: #DDDDFF */
}

/*
#nav a	{						Weg damit, sonst funktioniert die Farbauszeichnung bei Current Item nicht
	color: #67BEEE;
}
*/


#metanav a, #footer, #footer a	{
	color: #FFFFFF;
}

.white	{
	color: #FFFFFF;
}



/* ------------------------------------------------------------------------------------------------------- Kopf */

#head	{
	top: 0px;
	width: 940px;
	position: absolute;
}

#logo	{
	left: 0px;
	top: 40px;
	width: 220px;
	height: 140px;
	position: absolute;
	z-index: 1;
}

#slogan	{
	left: 0px;
	top: 220px;
	width: 280px;
	height: 100px;
	position: absolute;
	text-align: right;
	z-index: 2;
}

#titel	{
	left: 240px;
	top: 125px;
	width: 700px;
	height: 40px;
	position: absolute;
	text-align: right;
	z-index: 2;
}

#head_image	{
	left: 240px;
	top: 0px;
	width: 700px;
	height: 220px;
	position: absolute;
	z-index: 2;
}



/* ------------------------------------------------------------------------------------------------------- Navigation */

#nav	{
	left: 0px;
	top: 20px;
	width: 120px;
	position: absolute;
	z-index: 5;
}

#nav ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px hidden;
	border-color: #67BEEE;
}

#nav li a	{
	width: 120px;
	height: 22px; /* gewuenschter Abstand minus 6 */
	display: block;
	padding-top: 4px;
	border-top: 1px solid;
	border-color: #67BEEE;
	text-decoration: none;
}

#nav li a:hover	{
	color: #FFFFFF;
}

.abschluss	{
	border-top: 1px solid #67BEEE;
	width: 120px;
	display: block;
}

/* Titel eines Untermenüs */
.WebYepMenuTitle	{
	color: #67BEEE;
}

/* Titel eines Untermenüs, das gerade ausgeklappt ist */
.WebYepMenuTitleExpanded	{}

/* Genereller Menüeintrag */
.WebYepMenuItem	{
	color: #67BEEE;
	border-top: 0px solid #000000;
}
.WebYepMenuItem a:hover	{
	color: #FFFFFF;
}

/* Der erste Eintrag in seinem Menüzweig ist (z.B. für Trennlinien verwendbar) */
.WebYepMenuFirstItem	{}

/* Der gerade ausgewählte Menüeintrag */
.WebYepMenuCurrentItem a	{
	color: #FFFFFF;
}

/* Untermenüpunkt */
#nav li li a	{
	font-weight: normal;
	border-top: 0px hidden #67BEEE;
	border-bottom: 0px hidden #67BEEE; /* Linie zwischen Untermenüpunkten. Ohne Linie: border-style: hidden; */
	height: 5px;
	padding: 0px 0px 15px 0px;
	display: block; 
}




/* ------------------------------------------------------------------------------------------------------- Meta-Navigation */

#metanav	{
	left: 240px;
	top: 0px;
	width: 700px;
	text-align: right;
	position: absolute;
	margin: 5px 2px 0px 0px;
	padding: 0px;
	z-index: 3;
}

#metanav ul	{
	margin: 0px;
	padding: 0px;
}

#metanav li	{
	float: right;
	margin: 0px 0px 0px 12px;
	list-style-type: none;
}

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



/* ------------------------------------------------------------------------------------------------------- Startseite */

#content_start	{
	top: 20px; /* Normalerweise 180px */
	left: 160px;
	width: 900px;
	position: relative;
	z-index: 9;
}

#billboard	{
	top: 0px;
	left: 480px;
	width: 600px;
	height: 440px;
	position: absolute;
	z-index: 1;
}

.intro	{
	width: 360px;
}


#teaser	{
	left: 240px;
	top: 540px;
	width: 720px;
	position: absolute;
	/* background: #FFFFFF url(../img/teaser.gif) no-repeat top center; */
}

#teaser ul	{
	margin: 0px;
	padding: 0px;
}

#teaser li	{
	display: block;
	width: 220px;
	padding-right: 20px;
	float: left;
	list-style-type: none;
}



/* ------------------------------------------------------------------------------------------------------- Content */


#content	{
	top: 20px; /* Normalerweise 180px */
	left: 160px;
	width: 700px; /* vorher 640 */
	position: relative;
}

#content p	{
	padding-right: 280px;	/* normalerweise 240 */
}

#content a:hover	{
	text-decoration: underline; 
/* 	border-bottom: 1px dotted;
	padding-bottom: 0px; */
}

#content ul	{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li	{
	margin: 0px 0px 5px 0px;
}

.col1	{
	width: 620px;
	padding-right: 60px;
}

.col2	{
	width: 300px;
	float: left;
	padding-right: 20px;
}

.col3	{
	width: 220px;
	float: left;
	padding-right: 20px;
	/* line-height: 140%; */
}

.card	{
	width: 290px;
	/* height: 370px; */
	background-color: #FFFFFF;
	color: #444444;
	padding: 5px;
	display: block;
	margin-bottom: 20px;
}

.card td	{
	color: #444444;
	font-size: small;
}

.card_foto	{
	width: 290px;
	height: 190px;
	background-color: #DDDDDD;
}

.map	{
	width: 370px;
	height: 210px;
	float: left;
	background-color: #67BEEE;
	padding: 5px;
}

.WebYepGalleryImage img	{
	border-style: solid;
	border-width: 5px;
}

/*
.WebYepGalleryImage a	{
	border-color: #67BEEE;
}

.WebYepGalleryImage a:hover	{
	border-color: #FFFFFF;
}
*/

#footer{
	width: 700px;
	height: 30px;
	margin: 60px 0px 60px 0px;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #FFFFFF;
	/* border-bottom: 1px solid #CCCCCC; */
	z-index: 10;
}

#footer .left	{
	width: 610px;
	float: left;
}

#footer .right	{
	width: 90px;
	float: right;
}

.clearer {
    clear : both;
    height :1%;
}






/* Spezielle Formate ------------------------------------------------------------------------------------------------------- */

img	{
	border: 0px hidden;
}

#sidenote ul	{
	margin: 0px;
	padding: 0px;
}

#sidenote li	{
	display: block;
	width: 195px; /* 220 minus paddings */
	padding: 10px 15px 10px 10px;
	margin-bottom: 20px;
	list-style-type: none;
}

#story	{
	left: 0px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-image: url(../img/story.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#story p	{
	margin-left: 240px;
	margin-top: 0px;
	padding-right: 30px;
}

#story .legend	{
	left: 240px;
	width: 430px; /* 460 minus Padding */
	position: absolute;
}

#news	{
	left: 0px;
	width: 700px;
	padding-top: 40px;
	padding-bottom: 0px;
	background-image: url(../img/news.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#news .legend	{
	left: 480px;
	width: 210px; /* 220 minus Padding */
	position: absolute;
	vertical-align: bottom;
	padding: 5px 20px 10px 0px;
}

#news .image	{
	width: 220px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#news .text	{
	width: 460px;
	float: right;
}

#team	{
	left: 0px;
	width: 700px;
	padding-top: 0px;
	padding-bottom: 40px;
	background-image: url(../img/team.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#team .image	{
	width: 120px;
	float: left;
}

#team .text	{
	/* left: 140px; */
	width: 460px; /* 320 minus Padding */
	float: left;
	position: relative;
}
