@CHARSET "UTF-8";

/* FAH Test CSS */


/**** Farben - ANFANG ****/
/*
 * dunkelblau: rgb(0, 28, 68)
 * pink:       rgb(212, 40, 117)
 * pink-hell:  rgb(247, 116, 133)
 *
 */

/**** Farben - ANFANG ****/

/**** allgeimenes - ANFANG ****/

html,
body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: black;
}

body *
{
	position: relative;
}

div,
form
{
	margin: 0px;
	padding: 0px;
	border: none;
}

form input,
form select,
form textarea
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.AccessibilityNavigation
{
	display: none;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

div.Unfloat,
div.ClearRow
{
	display: block !important;
	height: 1px !important;
	margin: -1px 0px -1px 0px !important;
	border: none !important;
	color: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	float: none !important;
	clear: both !important;
	overflow: hidden !important;
}

/**** allgemeines - ENDE ****/



body
{
	background-color: rgb(185, 187, 228);
}

body.HomePage
{
	background-color: rgb(0, 28, 68);
	background-image: url('../img/Interface/BgHomepage.gif');
	background-position: 0px 300px;
	background-repeat: repeat-x;
}

body div.Page
{
	min-width: 1020px;
}


body div.Page div.PageHead
{
	height: 110px;
	background-color: rgb(0, 28, 68);
	background-image: url('../img/Interface/BgHomepage.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

body.HomePage div.Page div.PageHead
{
	background-image: none;
	background-color: white;
}


div.Page div.PageHead div.Logo
{
	position: absolute;
	left: 712px;
	top: 22px;
	width: 284px;
	height: 64px;
}

div.Page div.PageHead div.Logo img
{
	display: block;
	width: 284px;
	height: 64px;
}


div.Page div.PageHead div.Claim
{
	position: absolute;
	left: 56px;
	top: 56px;
	width: 356px;
	height: 17px;
}

div.Page div.PageHead div.Claim img
{
	display: block;
	width: 356px;
	height: 17px;
}



div.Page div.KeyVisual
{
	height: 159px;
	background-color: white;
	border-top: solid 1px rgb(0, 28, 68);
	white-space: nowrap;
	overflow: hidden;
}

div.Page div.KeyVisual img
{
	/*
	display: block;
	float: left;
	*/
	margin-left: -5px;
	vertical-align: top;
}






body div.Page div.PageBody
{
	/* width: 1020px; */
	margin-top: 36px;
	color: black;
	font-size: 12px;
}

body.HomePage div.Page div.PageBody
{
	font-size: 11px;
	color: white;
}

div.Page div.PageBody div.Content div.ContentFooter
{
	float: none;
	clear: both;
}



div.Page div.PageBody a
{
	color: rgb(212, 40, 117);
}

div.Page div.PageBody h1
{
	font-size: 22px;
	font-weight: normal;
}



body div.Page div.PageFooter
{
	height: 17px;
	margin-top: 4em;
	margin-bottom: 2em;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
	background-color: transparent;
	border-top: solid 1px rgb(0, 28, 68);
	border-bottom: solid 1px rgb(0, 28, 68);
	text-align: center;
}

body.HomePage div.Page div.PageFooter
{
	background-color: rgb(0, 28, 68);
	border-top: solid 1px rgb(77, 97, 124);
	border-bottom: solid 1px rgb(77, 97, 124);
}


body div.Page div.PageFooter p,
body div.Page div.PageFooter ul,
body div.Page div.PageFooter ul li
{
	display: inline;
	color: rgb(0, 28, 68);
}

body.HomePage div.Page div.PageFooter p,
body.HomePage div.Page div.PageFooter ul,
body.HomePage div.Page div.PageFooter ul li
{
	color: white;
}

body div.Page div.PageFooter p,
body div.Page div.PageFooter ul
{
	top: 1px;
	margin: 0px;
	padding: 0px;
}

body div.Page div.PageFooter ul li
{
	padding-left: 9px;
	padding-right: 2px;
	background: url('../img/Text/Minus2.gif') 0px 7px no-repeat;
}

body.HomePage div.Page div.PageFooter ul li
{
	background: url('../img/Text/Minus.gif') 0px 7px no-repeat;
}

body div.Page div.PageFooter ul li.FirstElement
{
	background-image: none;
}


body div.Page div.PageFooter a
{
	color: rgb(0, 28, 68);
	text-decoration: underline;
}
body.HomePage div.Page div.PageFooter a
{
	color: white;
}


/**** IDs ****/

div#SiteNavigation_1
{
	height: 28px;
	border: solid 1px rgb(0, 28, 68);
	border-left: none;
	border-right: none;
	background-color: white;
	overflow: hidden;
}

div#SiteNavigation_1 h2
{
	display: none;
}

div#SiteNavigation_1 ul
{
	position: absolute;
	left: 402px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
}

div#SiteNavigation_1 ul li
{
	display: inline;
	padding: 0px 8px 1px 12px;
	border-right: solid 2px rgb(0, 28, 68);
}

div#SiteNavigation_1 ul li.FirstElement
{
	padding-left: 0px;
	border-right: solid 2px rgb(0, 28, 68);
}

div#SiteNavigation_1 ul li.LastElement
{
	border-right: none;
}

div#SiteNavigation_1 ul li,
div#SiteNavigation_1 ul li a
{
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 28, 68);
}


div#SiteNavigation_1 ul li.IsPage,
div#SiteNavigation_1 ul li.IsPage a,
div#SiteNavigation_1 ul li.IsTree,
div#SiteNavigation_1 ul li.IsTree a
	{
	color: rgb(212, 40, 117);
}

div#SiteNavigation_1 ul li ul
{
	display: none;
}


div#PageNavigation_1
{
	display: none;
}


/* Ausblenden bestimmter Label - ANFANG */

div#SiteNavigation_1 li#Label_disclaimer_de,
div#SiteNavigation_1 li#Label_disclaimer_en,
div#SiteNavigation_1 li#Label_disclaimer_es
{
	display: none;
}

div#SiteNavigation_1 li#Label_impressum_de,
div#SiteNavigation_1 li#Label_impressum_en,
div#SiteNavigation_1 li#Label_impressum_es
{
	display: none;
}

div#SiteNavigation_1 li#Label_sitemap_de,
div#SiteNavigation_1 li#Label_sitemap_en,
div#SiteNavigation_1 li#Label_sitemap_es
{
	display: none;
}

div#SiteNavigation_1 li#Label_kontakt_de,
div#SiteNavigation_1 li#Label_kontakt_en,
div#SiteNavigation_1 li#Label_kontakt_es
{
	border-right: none;
}

/* Ausblenden bestimmter Label - ENDE */



div#EventNavigation_1
{
	position: absolute;
	left: 40px;
	top: 182px;
	z-index: 100;
	width: 331px;
	height: 140px;
	background-position: left top;
	background-repeat: no-repeat;
}

body div#EventNavigation_1
{
	top: 23px;
	background-image: url('../img/Interface/EventNavigation/Bg2.png');
}

body.HomePage div#EventNavigation_1
{
	top: 182px;
	background-image: url('../img/Interface/EventNavigation/Bg.png');
}

div#EventNavigation_1 h2
{
	position: absolute;
	left: 38px;
	top: 19px;
	width: 189px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	background-image: url('../img/Interface/EventNavigation/Title_de.png');
	background-position: left top;
	background-repeat: no-repeat;

	font-weight: normal;
	color: white;
}

div#EventNavigation_1 h2 span
{
	display: none;
}


div#EventNavigation_1 form
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 331px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}


div#EventNavigation_1 form fieldset
{
	position: absolute;
	left: 0px;
	top: 92px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
}

div#EventNavigation_1 form fieldset select
{
	position: absolute;
	left: 66px;
	top: 0px;
	display: block;
	width: 210px;
	height: 18px;
	margin: 0px;
	padding: 1px;
	border: solid 1px rgb(0, 28, 68);
	font-size: 12px;
}

div#EventNavigation_1 form fieldset input.InputSubmit
{
	position: absolute;
	left: 282px;
	top: 0px;
	width: 30px;
	padding: 0px;
	background-color: white;
	color: rgb(0, 28, 68);
	font-weight: bold;
}




div.PageBody div#Events_1,
div.PageBody div#News_1
{
	width: 420px;
}

div.PageBody div#Events_1
{
	margin-left: 52px;
	float: left;
}

div.PageBody div#News_1
{
	padding-left: 80px;
	float: left;
}

div.PageBody div#Events_1 ul,
div.PageBody div#News_1 ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

div.PageBody div#Events_1 ul li,
div.PageBody div#News_1 ul li
{
	margin-left: 0px;
	margin-bottom: 1.2em;
	clear: left;
}

div.PageBody div#Events_1 ul li.AllItems,
div.PageBody div#News_1 ul li.AllItems
{

}

div.PageBody div#Events_1 div.EventItemHead
{
	display: none;
}

div.PageBody div#Events_1 div.EventItemFooter
{
	float: none;
	clear: both;
	height: 1px;
	margin -1px 0px -1px 0px;
	padding: 0px;
	overflow: hidden;
}


div.PageBody div#Events_1 ul li div.Icon
{
	float: left;
	width: 70px;
	height: 70px;
}

div.PageBody div#Events_1 ul li div.Icon img
{
	display: block;
	width: 70px;
	height: 70px;
}

div.PageBody div#Events_1 ul li div.Text
{
	margin-left: 82px;
}


div.PageBody div#Events_1 ul li div.Text h2,
div.PageBody div#Events_1 ul li div.Text p,
div.PageBody div#News_1 ul li div.Text h2,
div.PageBody div#News_1 ul li div.Text p
{
	margin-top: 0em;
	margin-bottom: 0.25em;
}

div.PageBody div#Events_1 ul li div.Text h2,
div.PageBody div#Events_1 ul li div.Text h2 a,
div.PageBody div#News_1 ul li div.Text h2,
div.PageBody div#News_1 ul li div.Text h2 a
{
	color: rgb(247, 116, 133);
}

div.PageBody div#Events_1 ul li.AllItems h2 a,
div.PageBody div#News_1 ul li.AllItems h2 a
{
	color: rgb(247, 116, 133) !important;
	padding-left: 10px !important;
	background-image: url('../img/Interface/ArrowPink2.gif') !important;
	background-position: 0px 5px !important;
	background-repeat: no-repeat !important;
}

div.PageBody div#Events_1 ul li.AllItems h2
{
	margin-left: 82px !important;
}


div.PageBody div#News_1 ul li.AllItems h2 a
{
	color: rgb(247, 116, 133) !important;
}


div.PageBody div#News_1 ul li div.Text p.DateAndLocation,
div.PageBody div#Events_1 ul li div.Text p.DateAndLocation
{
	font-weight: bold;
	color: white !important;
}

div.PageBody div#News_1 ul li div.Text p.DateAndLocation a,
div.PageBody div#Events_1 ul li div.Text p.DateAndLocation a
{
	font-weight: bold;
	color: white !important;
}


div.Printer
{
	width: 100px;
	margin-right: 220px;
	/* padding: 1px; */
	/* border: solid 1px rgb(211, 212, 253); */
	float: right;
	z-index: 10000;
}

div.Printer a
{
	display: block;
	background-color: rgb(211, 212, 253);
	text-align: center;
	padding: 4px;
}


