/***********************************************/
/* HTML Tag Styles für die Druckausgabe        */
/***********************************************/

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                            */
/***********************************************/

/***********************************************/
/* Topnavigation und Slogan                    */
#topNavigation
{
	display: none;
}

/***********************************************/
/* Header (Grafik, Platz für Flash etc.)       */

#header img
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/***********************************************/
/* main (Wrapper für nav und content)          */
#main
{
	overflow: auto; /* Laesst den Container alle sein Kinder vollstaendig umschliessen */
	outline: 0;
}

/***********************************************/
/* Navigation (floated links)                  */
#navigation
{
	display: none;
}

/***********************************************/
/* Content (floated rechts)                    */

#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
{
	display: none;
}

/***********************************************/
/* 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;
}

.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;
}

.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: 96%;
	margin: 6px auto 30px auto;
}

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

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

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

/***********************************************/
/* MooTabs                                     */

.ce_mootabs_block .mootabs_title
{
	display: none;
}

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

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

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

/***********************************************/
/* Footer                                      */
#footer
{
	display: none;
}

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

.back
{
	display: none;
}

.block
{
	overflow: hidden;
}

.center
{
	text-align: center;
}

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

#noscriptWarning
{
	display: none;
}
