/* CSS Document */


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

body	{
	margin: 0px 0px 0px 0px;
}

#page	{	
	top: 0px;
	left: 40px;
	width: 940px;
	position: absolute;
	text-align: left;
}

#main	{
	left: 120px;
	top: 160px;
	width: 820px;
	position: absolute;
}


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

body,td,th	{
	font-family: Calibri, "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

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


h1	{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
}

h2	{
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
}

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

a:link, a:active, a:visited, li a:link, li a:active, li a:visited	{

}

a:hover, li a:hover	{
}

em	{
	font-weight: bold;
	font-style: normal;
}

p	{
	margin-top: 8px;
}

img	{
	border-width: 0px;	
}

.legend {	/* Bildtext */
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	padding-right: 5px;
}

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

/* Ausgewählter Text */
/*
::selection {
	background: #DE0031;
	color: #FFFFFF;
}

::-moz-selection{
	background: #DE0031;
	color: #FFFFFF;
}
*/




/* ------------------------------------------------------------------------------------------------------- Head */

#head	{
	left: 120px;
	top: 20px;
	width: 820px;
	height: 100px;
	position: absolute;
}

#logo	{
	left: 0px;
	top: 20px;
	width: 260px;
	height: 80px;
	position: absolute;
	z-index: 7;
}





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

#nav	{
	font-size: 16px;
	line-height: 20px;
	left: 480px;
	top: 0px;
	width: 170px; /* Tatsächliche Breite minus 2 x padding, Bei grafischen Menüs um 20 px mehr  */
	height: 170px;
	position: absolute;
	z-index: 9;
}

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

#nav li	{
	float: left;
	list-style-type: none;
	width: 240px;
}

#nav li a	{}

#nav li a:hover	{}




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

#subnav	{
	font-size: 16px;
	line-height: 20px;
	left: 650px;
	top: 0px;
	width: 170px;
	height: 170px;
	position: absolute;
	z-index: 10;
}

#subnav ul	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav li a	{
}

/* Titel eines Untermenüs */
.WebYepMenuTitle	{}

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

/* Genereller Menüeintrag */
.WebYepMenuItem	{
}
.WebYepMenuItem	a	{}
.WebYepMenuItem a:hover	{
}

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

/* Menüpunkt, der ein Untermenü enthält  */
.WebYepMenuTitle	{}
.WebYepMenuTitle a:hover	{
}

/* Der gerade ausgewählte Menüeintrag */
.WebYepMenuCurrentItem	{
	font-weight: bold;
}
.WebYepMenuCurrentItem a	{}
.WebYepMenuCurrentItem a:hover	{}

/* Untermenüpunkt */
#subnav li li a	{
}




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

#headline	{
	left: 0px;
	top: 60px;
	width: 700px;
	height: 40px;
	position: absolute;
	z-index: 6;
}

#headline_oben	{
	left: 0px;
	top: 0px;
	width: 700px;
	height: 40px;
	position: absolute;
	z-index: 6;
}

#content	{
	left: 0px;
	position: absolute;
	z-index: 3;
}

#content a	{
	display: block;
	padding: 0px 0px 0px 15px; 
}

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

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

#portrait	{
	top: 0px;
	left: -40px;
	width: 180px;
	height: 180px;
	position: absolute;
}

.pdf	{
	height: 25px;
	display: block;
	line-height: 30px;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 0px 35px; 
	background: url(../img/icon_pdf.gif) no-repeat left top;
}

#thumbs	{
	left: 0px;
	top: 100px;
	width: 600px;
	position: absolute;
	padding-bottom: 20px;
	z-index: 5;
}

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

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

#thumbs_big	{
	left: 0px;
	top: 100px;
	width: 720px;
	position: absolute;
	padding-bottom: 20px;
	z-index: 5;
}

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

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

#links	{
	left: 480px;
	top: 220px;
	width: 360px;
	position: absolute;
	padding-bottom: 20px;
	z-index: 4;
}

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

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

#links img	{
	border: 1px solid #222222;
}

#links a	{
}

.download ul	{
	margin: 0px;
	padding: 0px;
}

.download li	{
	display: block;
	width: 100px;
	padding-right: 20px;
	float: left;
	list-style-type: none;
}

#side	{
	left: 480px;
	top: 370px;
	width: 360px;
	position: absolute;
	padding-bottom: 20px;
	line-height: 18px;
	z-index: 2;
}

#side .image	{
	width: 100px;
	float: left;
	padding: 0px 20px 0px 0px;
}

#side .text	{
	width: 220px;
	height: 100px;
	float: left;
}

#side .text p	{
	bottom: 0; 
	margin: 0; 
}

#side a	{
}

#billboard	{
	top: 0px;
	left: 0px;
	width: 940px;
	height: 640px;
	position: absolute;
	z-index: -99;
}

#footer{
	width: 820px;
	height: 30px;
	margin: 80px 0px 60px 0px;
	padding: 6px 0px 6px 0px;
	font-size: 11px;
	line-height: 14px;
}

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

#unternehmen	{
	width: 620px;
	padding-bottom: 40px;
}

#unternehmen .image	{
	width: 220px;
	float: left;
}

#unternehmen .text	{
	left: 260px;
	width: 360px;
	float: left;
	position: absolute;
}

#unternehmen2	{
	width: 620px;
	padding-bottom: 40px;
}

#unternehmen2 .text	{
	width: 360px;
	float: left;
}

#unternehmen2 .image	{
	left: 400px;
	width: 220px;
	float: left;
	position: absolute;
}

.kontakt	{
	width: 360px;
	float: left;
}

.stadtplan	{
	left: -40px;
	position: absolute;
}

#start_link	{
	top: 600px;
	left: 600px;
	height: 40px;
	position: absolute;
	z-index: 12;
}

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

.WebYepGalleryImage	img {
	border: #BBBBBB solid 1px;
}

.WebYepGalleryText	{
	font-size: 11px;
}

#teaser1	{
	top: 580px;
	left: 240px;
	width: 340px;
	position: absolute;
	z-index: 14;
}

#teaser1 a	{
	font-weight: bold;
}

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

#teaser2	{
	top: 580px;
	left: 600px;
	width: 340px;
	position: absolute;
	z-index: 14;
}

#teaser2 a	{
	font-weight: bold;
}

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

#start_text	{
	top: 300px;
	left: 720px;
	width: 220px;
	position: absolute;
	z-index: 12;
}

#start_text a	{
	font-weight: bold;
}
	
#start_text a:hover	{
	text-decoration: underline;
}





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

#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;
	font-size: 12px;
	line-height: 16px;
}

#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;
	font-size: 12px;
	line-height: 15px;
	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: 40px;
	padding-bottom: 0px;
	background-image: url(../img/team.gif);
	background-position: top;
	background-repeat: no-repeat;
}

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

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


