/* Layout Styles
/*
/*
/*
*/

html, body, form
{
	height: 99.7%;
	margin: 0px;
	padding: 0px;
}

#page
{
	height: 100%;
	width: 48.7em;
	background-color: red;
}

#input text, textarea
{
	width: 350px;
	height: 100px;
}


/*body*/
body
{
	min-height: 100.01%;
	height: auto !important;
	background-color: #0861a8;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.5px;
}

img
{
	border: 0;
}

/*header Navigation*/
#header
{
	height: 111px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0861a8;
	padding-left: 136px;
}


/*container Navigation*/
#container
{
	height: 100.01%;
	width: 985px;
	text-align: left;
	background-color: #FFFFFF;
}

/*Left Navigation*/
#left_nav
{
	height: 100%;
	min-height: 100.01%;
	float: left;
	width: 136px;
	background-color: #0861a8;
}

#left_nav_menu
{
	width: 136px;
	background-color: #0070b8;
	border-top: 1px solid #6ba0cb;
}


/*Right Navigation*/
#right_nav
{
	height: 100%;
	min-height: 100.01%;
	float: right;
	width: 162px;
	background-color: #FFFFFF;
		margin-left: 2em;
}

/*CONTENT*/
#content
{
	min-height: 100.01%;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: none;
	margin-right: 8em;
	margin-left: 8em;
}

#banner
{
	height: 100px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	background-image: url(img/body_content_banner_small3.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

div.body_sidebar_title
{
	width: 153px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 3px;
	margin-top: 17px;
	margin-bottom: 4px;
	background-color: #0861a8;
}

/* 8.1 Liste */
div.body_sidebar_list_item
{
	width: 152px;
	height: 18px;
	padding-top: 3px;
	padding-left: 7px;
	font-size: 11px;
	border-bottom: 1px solid #ccd4d9;
	color: #000000;
}

div.body_sidebar_list_item a
{
	color: #000000;
}

div.body_sidebar_list_item_img
{
	font-size: 11px;
	border-bottom: 0px solid #ccd4d9;
	color: #000000;
	text-align: center;
}



/* Table Styles

*/

.aspx_tabel
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 25px;
	text-align: left;
	vertical-align: top;
	margin-left: 120px;
	border: 0px none #CCCCCC;
}

.aspx_tabel_tr
{
	border-style: none;
	border-width: 0px;
	border: 0px;
	border-color: inherit;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.aspx_tabel_td
{
	border-style: none;
	border-width: 0px;
	border: 0px;
	border-color: inherit;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}


.aspx_tabel a:hover, a.active
{
	font-family: Arial, sans-serif;
	background-color: Transparent;
	font-size: 12px;
	text-decoration: none;
	color: red;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
	color: #00FF00;
}


.aspx_tabel a, a.visited
{
	color: #00FF00;
	font-family: Arial, sans-serif;
	background-color: Transparent;
	font-size: 12px;
	text-decoration: none;
	color: Navy;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
}


/* Font Styles
/*
/*
/*
*/
#content h1
{
	font-family: Impact, sans-serif;
	font-size: 25px;
	letter-spacing: 1.6px;
	color: #0861a8;
	padding-left: 60px;
	margin-left: 60px;
	margin-top: 15px;
	margin-bottom: 18px;
	font-weight: normal;
}

#content h2
{
	font-family: Impact, sans-serif;
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #0861a8;
	padding-left: 60px;
	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}

#content h3
{
	font-family: Impact, sans-serif;
	font-size: 16px;
	letter-spacing: 1.6px;
	color: #0861a8;
	padding-left: 60px;
	margin-left: 60px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
}

#content ul
{
	list-style: circle outside;
	padding-left: 80px;
	margin-left: 60px;
	padding-right: 5px;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	letter-spacing: 0.4px;
	padding-top: 6px;
	padding-bottom: 0px;
}

#content li
{
	list-style: circle outside;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	letter-spacing: 0.4px;
	padding-top: 1px;
	padding-bottom: 0px;
}

#content p
{
	padding-left: 60px;
	margin-left: 60px;
	padding-right: 5px;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
	letter-spacing: 0.4px;
	padding-top: 6px;
	padding-bottom: 0px;
}


#menue_header
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 18px;
	width: auto;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #6ba0cb;
}




#content a:hover, a.active
{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	color: red;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#content a, a.visited
{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	color: Navy;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
}


#right_nav a:hover, a.active
{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	color: red;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
}


#right_nav a, a.visited
{
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	color: Navy;
	border: 0px;
	padding-left: 0px;
	padding-top: 0px;
}



#next_events
{
	padding-left: 4px;
	margin-left: 2px;
	font-size: 10px;
	color: #FFFFFF;
}

#left_nav_menu a:hover, a.active
{
	border-bottom: 1px solid #6ba0cb;
	background-color: #084270;
	width: auto;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
}



#left_nav_menu a, a.visited
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 18px;
	width: auto;
	padding-left: 10px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #6ba0cb;
}




#left_nav_menu_level2 a, a:visited
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b8dbf5;
	height: 18px;
	width: auto;
	padding-left: 21px;
	padding-top: 5px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #6ba0cb;
}

#left_nav_menu_level2 a:hover, a:active
{
	border-bottom: 1px solid #6ba0cb;
	background-color: #084270;
	font-size: 11px;
	padding-left: 21px;
	width: auto;
	padding-top: 5px;
	display: block;
}





