/*
 * full height feature
 */

html
{
	height: 100%;
}

body
{
	position: relative;

	min-height: 100%;

	padding: 0px;
	margin: 0px;
}

.out
{
	overflow: hidden;
}

.page.out
{
	min-height: 100%;
}

.page.in
{
	padding-bottom: 50px;
}

.footer.out
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;

	height: 50px;
}







/*
 * basic page styles
 */

body
{
	font-family: verdana, sans-serif;
	font-size: 10px;
}

.out
{
	position: relative;
}

.in
{
}

a
{
	text-decoration: none;
}

a#topref
{
	position: absolute;
	top: 0px;
	left: 0px;
}

a img
{
	border: none;
}




/*
 * three-column layout styles
 */

.page.in
{
	width: 900px;

	margin-left: auto;
	margin-right: auto;
}

.footer.in
{
	width: 900px;

	margin-left: auto;
	margin-right: auto;
}

.left.out
{
	float: left;

	width: 150px;

	margin-right: 25px;
}

.right.out
{
	float: right;

	width: 18em;

	margin-left: 25px;
}






/*
 * LA Design styles
 */

body
{
	background: #d6edec;
}

.page.out
{

}


/* header design */
.page .header.out
{
	height: 125px;
	background: url(../img/band-inner.png) 0px 100px no-repeat;
}

.page .header.in
{
	background: url(../img/header-bg.png) 0px 0px no-repeat;
}

.page .header .logo
{
	float: left;

	width: 150px;
	height: 100px;

	margin-right: 25px;

	position: relative;
	overflow: hidden;
}

.page .header .logo img
{
	visibility: hidden;
}

.page .header .logo a div
{
	position: absolute;
	top: 10px;
	left: 82px;

	width: 68px;
	height: 80px;
}

.page .header.in .banner.out
{
	height: 100px;
}

.page .header.in .banner.in
{
	margin-right: 25px;

	overflow: hidden;
}

.page .header.in .banner div#companyInfo
{
	position: relative;
	overflow: hidden;

	margin: 10px 0px 10px 0px;

	color: #ebf5f4;
	border-bottom: 1px solid #ebf5f4;
}

.page .header.in .banner div#companyInfo .menu
{
	position: absolute;
	right: 0px;
	top: 0px;

	color: #ebf5f4;

	text-align: right;
}

.page .header.in .banner div#companyInfo .menu a
{
	padding: 0em 0em 0em 1em;

	font-weight: normal;
	color: #ebf5f4;
}

.page .header.in .banner div#companyInfo .menu a:hover
{
	color: #6a3231;
}

.page .header.in .banner div#companyInfo .menu span.selected a
{
	color: #6a3231;
}

.page .header.in .banner h1
{
	/* Überschrift weiß auf grünem Grund im Kopfbereich */
	margin: 0px;
	padding: 0px;

	font-size: 216.6%;
	font-weight: normal;
	font-family: tahoma,sans-serif;

	color: #ebf5f4;

	line-height: 48px;

	white-space: nowrap;
}

.page .header.in .menu.out
{
	height: 25px;
	line-height: 23px;

	font-size: 116.6%;

	text-align: center;

	color: #ebf5f4;
}

.page .header.in .menu a
{
	font-weight: bold;

	padding: 0em 2em;

	color: white;
}

.page .header.in .menu span.selected a
{
	color: #cb3732;
}

.page .header.in .menu a:hover
{
	color: #cb3732;
}


/* content design */
.page .content.out
{
	background: #ebf5f4 url(../img/content-bg.gif) repeat-y;
}

.page .content.in
{
	padding-top: 25px;
}

.page .content .left.in
{
	padding: 50px 0px 25px 25px;

	line-height: 1.5em;
}

.page .content .right.in
{
	padding: 50px 25px 25px 0px;

	line-height: 1.5em;
}

.page .content .center.in
{
	min-height: 100px;
	padding-bottom: 25px;

	line-height: 1.5em;
}

.page .content.in
{
	color: #004142;
}

.page .content.in a
{
	color: #cb3732;
}

.page .content.in a:hover
{
}

.page .left.in .menu ul
{
	margin: 0em;
	padding: 0em;
}

.page .left.in .menu li ul
{
	margin: 0em 0em 1em 1.5em;
}

.page .left.in .menu ul li
{
	list-style-type: none;

	margin: 0em 0em 1em 0em;
}

.page .left.in .menu li li
{
	list-style-type: none;

	margin: 1em 0em;
}

.page .left.in .menu a
{
}

.page .left.in .menu .active a
{
	font-weight: bold;
}

.page .left.in .menu .active li a
{
	font-weight: normal;
}

.page .center.in
{
	color: black;
}

.page .center.in h1
{
	/* Seitentitel schwarz auf hellem Grund  */
	margin: 1em 0em 0.5em 0em;
	padding: 0em;

	font-size: 160%;
	line-height: 1em;
	font-weight: normal;
}

.page .center.in h2
{
	/* Seiten-Untertitel schwarz auf hellem Grund  */
	margin: 1em 0em 1em 0em;
	padding: 0em;

	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
}

.page .center.in h3
{
	/* Artikeltitel schwarz auf hellem Grund  */
	margin: 1.5em 0em 1em 0em;
	padding: 0em;

	font-size: 130%;
	line-height: 1em;
	font-weight: bold;
}

.page .center.in h4
{
	/* Artikel-Untertitel schwarz auf hellem Grund  */
	margin: 1em 0em;
	padding: 0em;

	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
}

.page .content .clearer
{
	overflow: hidden;
	clear: both;
	height: 50px;
	background: url(../img/content-fadeout-bottom.gif) no-repeat;
}


/* footer design */
.footer .content.out
{
}

.footer .content.in
{
	padding: 1em 0em;

	text-align: center;

	color: #81a5a6;
}

.footer .content.in a
{
	color: #81a5a6;
}

.footer .content.in a:hover
{
	color: #6a3231;
}

.footer .content.in .menu
{
	padding-left: 1em;
}

.footer .content.in .menu a
{
	padding-left: 1em;
}








.la-contact-intro
{
}

.la-contact-intro p
{
	margin: 0em 0em 1em 0em;
}

.la-contact-intro .marks
{
	font-weight: bold;
}

.la-contact
{
	margin: 1em 0em;
}

.la-contact table
{
	position: relative;
	overflow: hidden;

	width: 100%;

	border-spacing: 4px;
}

.la-contact .formLabel
{
	text-align: right;
	padding-right: 1em;
}

.la-contact .formLabelRequired
{
	text-align: right;
	padding-right: 1em;
}

.la-contact .fullwidth
{
	width: 98%;
	border: 1px solid #888888;
}

.la-contact .input
{
	border: 1px solid #888888;
}

.la-contact .select
{
	border: 1px solid #888888;
}

.la-contact .submit
{
	margin: 1em 0em;
}

.la-contact-failure
{
	margin: 1em 0em;
	padding: 1em;

	border: 2px solid darkred;
	background: #ffaaaa;
	color: darkred;
}

.la-contact-okay
{
	margin: 1em 0em;
	padding: 1em;

	border: 2px solid darkgreen;
	background: #aaffaa;
	color: darkgreen;
}

.la-contact-failure .hint
{
	font-weight: bold;
}

.la-contact-error
{
	color: red;
	font-weight: bold;

	white-space: wrap;
}





.la-job
{
}

.la-job table
{
	position: relative;
	overflow: hidden;

	width: 100%;

	border-spacing: 4px;
}

.la-job table td.label
{
	padding-right: 1em;

	text-align: right;
	white-space: nowrap;
}

.la-job .fullwidth
{
	width: 98%;
	border: 1px solid #888888;
}

.la-job .input
{
	border: 1px solid #888888;
}

.la-job .select
{
	border: 1px solid #888888;
}

.la-job .submit
{
	margin: 1em 0em;
}

.la-job-result p
{
	margin: 1em 0em;
}








.la-login
{
}

.la-login table
{
	position: relative;
	overflow: hidden;

	width: 100%;

	border-spacing: 4px;
}

.la-login table td.label
{
	padding-right: 1em;

	text-align: right;
	white-space: nowrap;
}

.la-login table td.hint p
{
	margin: 0em 0em 1em 0em;
}

.la-login table td.error
{
	margin: 1em 0em;
	padding: 1em;

	border: 2px solid darkred;
	background: #ffaaaa;
	color: darkred;
}

.la-login .fullwidth
{
	width: 98%;
	border: 1px solid #888888;
}

.la-login .input
{
	border: 1px solid #888888;
}

.la-login .select
{
	border: 1px solid #888888;
}

.la-login .submit
{
	margin: 1em 0em;
}

.la-login .refresh-token
{
	margin: 0em 0em 1em 0em;
	text-align: center;
}

.already-logged-in
{
	text-align: center;
}









.feLoginForm
{
}

.feLoginForm form table
{
	margin: 1em 0em 0em 2em;
}

.feLoggedIn
{
	margin: 3em 0em 0em 0em;
	color: #888888;

	text-align: center;
}






div.news-list .topic
{
	display: none;
}

div.newsEntry
{
	margin: 1em 0em;
}

div.news p strong
{
	display: block;
	margin: 0.5em 0em 0em 0em;
}

div.news h1
{
	display: none;
}

div.newsEntry h2
{
}

div.newsEntry a
{
}






.upcoming
{
}

.upcoming .even
{
}

.upcoming .odd
{
}

.upcoming td
{
	vertical-align: top;
}

.upcoming .date
{
	text-align: right;
	white-space: nowrap;
}

.upcoming .text
{
	font-weight: bold;
}

.upcoming .text .teaser
{
	font-weight: normal;
}

.upcoming-month-group .group-label
{
	font-weight: bold;
	cursor: pointer;
}

.upcoming-month-group table
{
	display: none;
	margin-bottom: 1em;
}

.upcoming-month-group table .date
{
	width: 12em;
}




.news
{
	clear: both;
	overflow: hidden;
	position: relative;
}

.news h5
{
	display: none;

	font-size: 100%;
	font-weight: bold;
}

.news h6
{
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}




/*
 * print layout
 */

@media print
{

	body
	{
		font-family: times, serif;
		font-size: 11pt;
	}

	.menu
	{
		display: none;
	}

	.in
	{
		color: black !important;
	}

	a
	{
		color: black !important;
	}

	.page.in
	{
		width: 100%;
	}

	.footer.in
	{
		width: 100%;
	}

	.page.in
	{
		padding-bottom: 0px;
	}

	.left.out
	{
		display: none;
	}

	.right.out
	{
		display: none;
	}

	.page .header .logo img
	{
		visibility: visible;

		height: 80px;

		padding: 10px 0px 0px 82px;
	}

	.page .header.out
	{
		margin-top: 40px;
		height: 100px;
	}

	.page .content .center.in
	{
		line-height: 1em;
	}

	.feLoginForm table
	{
		display: none;
	}

	.feLoggedIn
	{
		display: none;
	}
}
