/***********************************************/
/* HTML Tag Styles allgemein                   */
/***********************************************/

*
{
	margin: 0;
	padding: 0;
}

html
{ 
	font-size: 100.01%; /* Übernahme der Schriftgröße im Browser des Besucher */
	height: 100%;
} 

body
{ 
	background-color: #ddd;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.4em;
	font-size: 0.9em; /* Neue Schriftgröße */ 
}

img
{
	border: 0;
}

a
{
	color: #207aba;
	text-decoration: none;
}

a:visited
{
	color: #207aba;
}

a:hover
{
	color: #207aba;
}

a.external
{
	padding-right: 15px;
	background: url(../gfx/ext_link.png) no-repeat right top;
}

h1
{
	font-size: 150%;
	line-height: 1.3em;
	margin-bottom: 8px;
}

h2
{
	font-size: 130%;
	line-height: 1.1em;
	margin-bottom: 4px;
}

h3
{
	font-size: 110%;
	line-height: 1.0em;
	margin-bottom: 2px;
}

h4
{
	font-size: 100%;
	line-height: 0.9em;
	font-weight: bold;
}

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

strong
{
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
}

/***********************************************/
/* DIV Definitionen                            */
/***********************************************/

#wrapper
{
	width: 910px;
	margin: 0 auto;
}

/***********************************************/
/* Topnavigation und Slogan                    */
#topNavigation
{
	position: relative;
	height: 44px;
}

#topNavigation ul
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#topNavigation ul li
{
	list-style-type: none;
	float: left;
	margin-left: 30px;
}

#topNavigation ul li a
{
	text-decoration: none;
	font-weight: normal;
	color: #7f7f7f;
}

#topNavigation ul li span
{
	text-decoration: none;
	color: #b0b0b0;
}

#topNavigation ul li a:hover
{
	color: #b0b0b0;
}

#topNavigation div.slogan
{
	width: 43px;
	height: 552px;
	position: absolute;
	left: -43px;
	top: 220px;
}

/***********************************************/
/* Header (Grafik, Platz für Flash etc.)       */
#header
{
	position: relative;
	height: 156px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../gfx/headerGfx.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
}

#header img
{
	position: absolute;
	left: 0;
	top: 0;
}

/***********************************************/
/* main (Wrapper für nav und content)          */
#main
{
	background-image: url(../gfx/mainBg.png);
	background-position: left top;
	background-repeat: repeat-y;
	overflow: auto; /* Laesst den Container alle sein Kinder vollstaendig umschliessen */
	outline: 0;
}

/***********************************************/
/* Navigation (floated links)                  */
#navigation
{
	width: 244px;
	margin: 22px 0 4px 6px;
	float: left;
}

#navigation .mod_form
{
	margin-left: 20px;
}

#navigation .mod_form input
{
	margin: 0;
	border: 1px solid #62a9d9;
	background: #555;
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

#navigation .mod_form input.text
{
	width: 132px;
	height: 18px;
}

#navigation .mod_form input.submit
{
	padding: 0 6px;
	margin: 0;
	height: 20px;
	width: auto;
	overflow: visible;
}

/* Container fuer Hauptnavigation              */
.mod_navigation
{
	padding: 16px 0;
	margin: 0;
}

/* Oberpunkte                                  */
.mod_navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mod_navigation .level_1 li
{
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../gfx/navHr.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.mod_navigation span,
.mod_navigation a
{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.mod_navigation a,
.mod_navigation li,
.mod_navigation span
{
	font-size: 110%;
	color: #c4c4c4;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}
/*
.mod_navigation a.active,
.mod_navigation li.active,
.mod_navigation p.active
{
	font-weight: bold;
}
*/
.mod_navigation a:visited
{
	color: #c4c4c4;
}

.mod_navigation a:hover
{
	color: #eee;
}
/*
.mod_navigation li.trail,
.mod_navigation li.trail .trail
{
	font-weight: bold;
}
*/

/* Unterpunkte                                 */
.mod_navigation ul.level_1 li.submenu ul
{
	padding-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: url(../gfx/nav_lvl2_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
}

.mod_navigation ul.level_2 li
{
	background-color: transparent;
	background-image: none;
	margin-top: 1px;
	margin-bottom: 1px;
}

.mod_navigation .level_2 a,
.mod_navigation .level_2 li,
.mod_navigation .level_2 span
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
	text-transform: none;
	color: #62a9d9;
	letter-spacing: 0;
}

.mod_navigation .level_2 a:visited
{
	color: #62a9d9;
}

.mod_navigation .level_2 a:hover
{
	color: #a7cae8;
}

.mod_navigation .level_2 a.active,
.mod_navigation .level_2 li.active,
.mod_navigation .level_2 a.trail,
.mod_navigation .level_2 span.active
{
	color: #a7cae8;
}

/* Unterunterpunkte :)                          */
.mod_navigation ul.level_2 li.submenu ul
{
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 12px;
	background-color: #6c6c6c;
	background-image: none;
}

.mod_navigation ul.level_3 li
{
	background-color: transparent;
	background-image: none;
}

.mod_navigation .level_3 a,
.mod_navigation .level_3 li,
.mod_navigation .level_3 span
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 90%;
	text-transform: none;
	color: #62a9d9;
	letter-spacing: 0;
}

.mod_navigation .level_3 a:visited
{
	color: #62a9d9;
}

.mod_navigation .level_3 a:hover
{
	color: #a7cae8;
}

.mod_navigation .level_3 a.active,
.mod_navigation .level_3 li.active,
.mod_navigation .level_3 a.trail,
.mod_navigation .level_3 span.active
{
	color: #a7cae8;
}

/***********************************************/
/* Content (floated rechts)                    */
#content
{
	width: 622px;
	min-height: 520px;
	padding: 16px 10px;
	float: right;
	color: #666;
}

#content p, h2, h3
{
	margin-left: 2px;
	margin-right: 32px;
}

#content ul
{
	list-style: disc outside;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 32px;
}

/***********************************************/
/* Abschluss                                   */

#backTop
{
	width: 578px;
	height: 24px;
	padding: 0px 32px 10px 32px;
	margin-left: 268px;
	border-top: 1px solid #62a9d9;
	clear: both;
	color: #666;
}

/***********************************************/
/* Kontaktformular, Loginformular              */

.ce_form table,
.mod_login table
{
	width: 80%;
	margin: 0 auto;
	padding: 4px;
	background-color: #e3e3e3;
}

.ce_form td,
.mod_login td
{
	padding: 4px;
}

.ce_form .col_0,
.mod_login .col_0
{
	width: 40%;
	text-align: right;
	vertical-align: top;
}

.ce_form .optional
{
	background-color: #f5f5f5;
}

.ce_form .submit_container,
.mod_login .submit_container
{
	text-align: right;
}

.ce_form span.mandatory,
.mod_login span.mandatory
{
	margin-left: 3px;
	color: #f00;
}

.ce_form .error,
.mod_login .error
{
	font-weight: bold;
	color: #f00;
}

.ce_form  input,
.ce_form  textarea,
.ce_form  select,
.mod_login input
{
	border: 1px solid #62a9d6;
	background: #555;
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.ce_form  input.text,
.mod_login input.text
{
	width: 240px;
}

.ce_form  h3
{
	margin-top: 16px !important;
}

.ce_form  h4
{
	margin-top: 16px !important;
}

.ce_form  textarea
{
	width: 260px;
}

.ce_form  input.submit,
.mod_login input.submit
{
	padding: 2px 6px;
}

.ce_form .checkbox_container span
{
	display: block;
}

/***********************************************/
/* Suchergebnisse                              */


.mod_search .formbody
{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 4px 0;
	background-color: #e3e3e3;
}

.mod_search .formbody input.text,
.mod_search .formbody input.submit
{
	margin: 0;
	border: 1px solid #62a9d6;
	background: #555;
	color: #fff;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

.mod_search .formbody input.text
{
	width: 132px;
	height: 18px;
}

.mod_search .formbody input.submit
{
	padding: 0 6px;
	margin: 0;
	height: 20px;
	width: auto;
	overflow: visible;
}

.mod_search p.header
{
	margin: 12px;
}

.mod_search .even,
.mod_search .odd
{
	margin-bottom: 24px;
}

.mod_search .relevance
{
	color: #999;
}

.mod_search .context
{
	font-size: 80%;
	color: #999;
	line-height: 1.3em;
}

.mod_search .highlight
{
	font-weight: bold;
	color: #666;
}

.mod_search .url
{
	font-size: 80%;
}

.mod_search .filesize
{
	font-style: italic;
}

/***********************************************/
/* Verschiedene Inhaltselemente                */

.kopftext
{
	margin-bottom: 26px;
}

.kopftext img
{
	float: right;
	margin-left: 12px;
	margin-right: 36px;
	margin-bottom: 14px;
}

.kopftext p
{
	margin-bottom: 14px;
}

.catalog_list .item,
.ce_text .item
{
	clear: left;
	overflow: auto; /* Laesst den Container alle sein Kinder vollstaendig umschliessen */
	outline: 0;
	margin-bottom: 24px;
}

.ce_text .item
{
	margin-bottom: 36px;
}

.catalog_list .item img,
.ce_text .item img
{
	float: left;
	border: 1px solid #62a9d9;
}

.catalog_list .item h2,
.ce_text .item h2
{
	font-size: 110%;
	margin-bottom: 4px;
}

.ce_text .item div
{
	margin-left: 130px;
}

.catalog_list .item div
{
	margin-left: 110px;
}

.mod_cataloglist span.total
{
	display: none;
}

.catalog_details  h1
{
	margin-bottom: 0px;
}

.catalog_details  h2
{
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.0em;
	margin-bottom: 24px;
}

.catalog_details  .contactBox
{
	float: right;
	width: 120px;
	height: 11em;
	background-color: #e3e3e3;
	margin: 2px 2px 10px 20px;
	padding: 4px;
}

.catalog_details  .contactBox:hover
{
	background-color: #cfcfcf;
}

.pagination
{
	text-align: center;
	margin: 12px 0 6px 0;
}

.pagination p
{
	margin: 0 !important;
	padding: 0 !important;
}

.pagination ul 
{
	margin: 0 !important;
	padding: 0 !important;
}

.pagination ul li
{
	display: inline;
	margin: 0 6px;
	padding: 0;
	list-style-type: none;
}

.ce_table table
{
	margin: 12px 0 24px 0;
	font-size: 90%;
}

.ce_table thead
{
	background-color: #c5c5c5;
}

.ce_table td
{
	vertical-align: top;
	padding: 4px;
}

.ce_table thead .head_0
{
	width: 20%;
}

.ce_table thead .head_1
{
	width: 30%;
}

.ce_table thead .head_2
{
	width: 20%;
}

.ce_table .even
{
	background-color: #e3e3e3;
}

table.home
{
	width: 98%;
	margin: 6px auto 30px auto;
}

table.home td
{
	width: 26%;
	vertical-align: top;
	text-align: center;
	padding: 4px;
	background-color: #e3e3e3;
}

table.home td:hover
{
	background-color: #cfcfcf;
}

table.home h2
{
	margin-top: 6px;
	margin-bottom: 8px;
}

.ce_downloadarchiv
{
	width: 86%;
	margin: 12px 42px;
}

.ce_downloadarchiv .downloadarchivItem
{
	margin: 4px 0;
	padding: 2px;
	background-color: #e3e3e3;
}

.ce_downloadarchiv .downloadarchivItem:hover
{
	background-color: #cfcfcf;
}

.ce_downloadarchiv .description
{
	margin-left: 22px;
	font-size: 80%;
	line-height: 1.2em;
}

.mod_upcoming_events
{
	width: 98%;
	margin: 12px auto;
}

.mod_upcoming_events .event
{
	margin: 24px 0;
	padding: 2px;
	padding-top: 16px;
	padding-bottom: 12px;
	background-color: #e3e3e3;
}

.mod_upcoming_events .event:hover
{
	background-color: #cfcfcf;
}

.mod_upcoming_events h2
{
	font-size: 1.2em
}

.mod_upcoming_events .date
{
	font-style: italic;
	line-height: 1.2em;
}

.mod_eventreader,
.mod_newsreader
{
	width: 98%;
	margin: 32px auto;
}

.mod_eventreader h2
{
	margin-bottom: 10px;
}

.mod_eventreader .info
{
	padding: 2px;
	background-color: #cfcfcf;
	margin: 4px auto 12px auto;
	font-size: 90%;
	font-style: italic;
	line-height: 1.2em;
}

.mod_eventreader .ce_text,
.mod_newsreader .layout_full 
{
	padding: 2px;
	padding-top: 16px;
	padding-bottom: 12px;
	background-color: #e3e3e3;
}

.mod_newsreader .layout_full h2
{
	margin-bottom: 0px;
}

.mod_newsreader .layout_full h3
{
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.0em;
	margin-bottom: 18px;
}

.mod_newslist
{
	width: 98%;
	margin: 0 auto;
}

.mod_newslist .layout_short
{
	margin: 24px 0;
	padding: 2px;
	padding-top: 16px;
	background-color: #e3e3e3;
}

.mod_newslist .layout_short:hover
{
	background-color: #cfcfcf;
}

.noBullet li
{
	margin: 18px 6px;
	padding: 0;
	list-style-type: none;
	line-height: 1.2em;
}

/***********************************************/
/* MooTabs                                     */
.ce_mootabs_block
{
	background-color: #e3e3e3;
	background-image: url(../gfx/mainBg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.ce_mootabs_block .mootabs_title
{
	list-style-image: none !important;
	list-style-type: none !important;
	margin: 0 0 0 8px!important;
	padding: 0 !important;
	height: 24px;
}


.ce_mootabs_block .mootabs_title li
{
	z-index: 1;
	position: relative;
	float: left;
	background-color: #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #000;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
}

.ce_mootabs_block .mootabs_title li.active
{
	z-index: 3;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

.ce_mootabs_block .mootabs_panel
{
	z-index: 2;
	border-top: 1px solid #000;
	display: none;
	background-color: #fff;
	position: relative;
	width: 612px;
	min-height: 300px;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 20px 0 10px 10px;
}

.ce_mootabs_block .mootabs_panel.active
{
	background-color: #fff;
	display: block;
}

.ce_mootabs_block .mootabs_panel h3
{
	margin-bottom: 8px;
}

.ce_mootabs_block .mootabs_panel p
{
	margin-bottom: 12px;
}

.ce_mootabs_block .mootabs_panel table
{
	margin: 0 auto;
	padding: 4px;
	margin-bottom: 32px;
}

.ce_mootabs_block .mootabs_panel img
{
	/* border: 1px solid #62a9d9; */
}

/***********************************************/
/* Footer                                      */
#footer
{
	height: 60px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #7f7f7f;
	font-size: 80%;
	line-height: 1.3em;
}

#footer a,
#footer a:visited
{
	color: #7f7f7f;
	font-weight: bold;
}

#footer a:hover
{
	color: #b0b0b0;
}

.footerNav ul
{
	width: 96%;
	margin: 10px auto;
	padding: 0;
}


.footerNav ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footerNav a,
.footerNav a:visited
{
	color: #7f7f7f;
	font-weight: bold;
}

.footerNav a:hover
{
	color: #b0b0b0;
}

/***********************************************/
/* Verschiedene zusätzliche Angaben            */
div.clear
{
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
}

.back,
.more
{
	margin: 8px 12px 12px 0 !important;
	text-align: right;
}

.block
{
	overflow: hidden;
}

.center
{
	text-align: center;
}

.invisible
{
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

#noscriptWarning
{
	z-index: 999;
	position: absolute;
	top: 100px;
	left: 30%;
	width: 580px;
	background: #f99;
	padding: 12px;
	border: 2px solid #fff;
	color: #000;
}
