/* *** CSS by Eric Zimmermann *** */
/* *** 19. November 2009 *** */



/* *** CSS-Layout Boxen und z.T. Schrift-Formatierungen *** */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.container {
	width: 900px;
	height: 645px;
	left: 25px;
	top: 25px;
	position: absolute;
}	
.lucaslogo {
	width: 175px;
	height: 50px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}
.headlinebalkenbackground {
	width: 720px;
	height: 25px;
	left: 180px;
	top: 50px;
	position: absolute;
	background-image: url(Layout_Element_Headline_Background.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
.headlinebalken {
	width: 715px;
	height: 21px;
	left: 5px;
	top: 3px;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	font-weight: 400;
	z-index: 3;
	letter-spacing: 0.02em;
}	
.navigation {
	width: 175px;
	height: 460px;
	left: 0px;
	top: 85px;
	position: absolute;
	z-index: 4;
	}
.bildleiste {
	width: 720px;
	height: 152px;
	left: 180px;
	top: 85px;
	position: absolute;
}
.bildleiste {
	width: 720px;
	height: 152px;
	left: 180px;
	top: 85px;
	position: absolute;
	z-index: 5;
}
.textinhalte {
	width: 720px;
	height: 370px;
	left: 180px;
	top: 252px;
	position: absolute;
	z-index: 6;
	overflow: auto;
}
.emaillink {
	width: 720px;
	height: 15px;
	left: 180px;
	top: 630px;
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3A6CE7;
	text-align: right;
	vertical-align: baseline;
	z-index: 8;
}
.linie {
	width: 720px;
	height: 1px;
	left: 180px;
	top: 644px;
	position: absolute;
	z-index: 7;
}





/* *** Aussehen des Textmenues *** */
a.menueeintraege:link, a.menueeintraege:visited {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height: 30px;
	width: 175px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	font-weight: 400;
	color: #3A6CE7;
	background-image: url(Layout_Element_Button_inactive.jpg);
	letter-spacing: 0.02em;
}
a.menueeintraege:hover, a.menueeintraege:active, a.menueeintraegactive:link, a.menueeintraegactive:visited, a.menueeintraegactive:hover, a.menueeintraegactive:active {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height: 30px;
	width: 175px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;
	text-decoration: none;
	font-weight: 400;
	color: #FFFFFF;
	background-image: url(Layout_Element_Button_active.jpg);
	letter-spacing: 0.02em;
}






/* *** Aussehen aller anderen Textelemente *** */
a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #3A6CE7;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A6CE7;
}
a:hover {
	text-decoration: underline;
	color: #3A6CE7;
}
a:active {
	text-decoration: none;
	color: #A6A6A6;
}
.headlines {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #3A6CE7;
	line-height: 16px;
}
.fliesstextblack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.fliesstextgrey {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #A6A6A6;
	line-height: 18px;
}
.fliesstextblau {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #3A6CE7;
	line-height: 18px;
}
