 <!--
	/*
	 *
	 * Datei:   default.css
	 * Version: 1.00
	 * Datum:   25.12.2006
	 *
	 * Copyright 2006 by Markus Siebel
	 *
	 * History:
	 *
	 * 1.00 18.11.2006 Ersterstellung
	 *
	 * Beschreibung:
	 *
	 * CSS-Stylesheet
	 *
	 */

 -->
 
 <!--
  	/*
  	 * Schriftdefinitionen
  	 */
 -->

 .txt			{ font-size : 11px;	color : #000000; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_bold		{ font-size : 11px;	color : #000000; 	font-family : verdana,arial; 	font-weight : bold;   }
 .txt_disabled		{ font-size : 11px;	color : #CCCCCC; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_header		{ font-size :  9px;	color : #AAAAAA; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_footer		{ font-size :  9px;	color : #AAAAAA; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_header		{ font-size : 12px;	color : #000000; 	font-family : verdana,arial; 	font-weight : bold; }
 .txt_highlight		{ font-size : 11px;	color : #4B96EB; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_link		{ font-size : 11px;	color : #4B96EB; 	font-family : verdana,arial; 	font-weight : bold; }
 .txt_medium		{ font-size : 12px;	color : #000000; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_small		{ font-size : 10px;	color : #000000; 	font-family : verdana,arial; 	font-weight : normal; }
 
 .txt_error		{ font-size : 11px;	color : #FF0000; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_success		{ font-size : 11px;	color : #76AA62; 	font-family : verdana,arial; 	font-weight : normal; }

 .txt_boxheader		{ font-size : 11px;	color : #FFFFFF; 	font-family : arial; 		font-weight : bold; }
 .txt_boxsubheader	{ font-size : 11px;	color : #000000; 	font-family : arial; 		font-weight : bold; }
 .txt_boxcontent	{ font-size : 10px;	color : #000000; 	font-family : arial; 		font-weight : normal; }

 .txt_news		{ font-size : 11px;	color : #000000; 	font-family : verdana,arial; 	font-weight : normal; }
 .txt_news_title	{ font-size : 11px;	color : #000000; 	font-family : verdana,arial; 	font-weight : bold; }
 .txt_news_links	{ font-size : 11px;	color : #777777; 	font-family : verdana,arial; 	font-weight : bold; }
 
 .txt_print1		{ font-size : 18px;	color : #FFFFFF; 	font-family : arial; 		font-weight : bold; }
 .txt_print2		{ font-size : 18px;	color : #3241C8; 	font-family : arial; 		font-weight : bold; }

<!--
 	/*
 	 * Linkdefinitionen
 	 */
 -->

 A.link:link  	 	{ font-size :  11px;	color : #4B96EB;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.link:active  	{ font-size :  11px;	color : #4B96EB;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.link:visited 	{ font-size :  11px;	color : #4B96EB;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.link:hover   	{ font-size :  11px;	color : #000000;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}

 A.link_bold:link   	{ font-size :  11px;	color : #4B96EB;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}
 A.link_bold:active  	{ font-size :  11px;	color : #4B96EB;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}
 A.link_bold:visited 	{ font-size :  11px;	color : #4B96EB;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}
 A.link_bold:hover   	{ font-size :  11px;	color : #000000;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}

 A.link_header:link   	{ font-size :  12px;	color : #4B96EB;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}
 A.link_header:active  	{ font-size :  12px;	color : #4B96EB;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}
 A.link_header:visited 	{ font-size :  12px;	color : #4B96EB;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}
 A.link_header:hover   	{ font-size :  12px;	color : #000000;	font-family : verdana; 		font-weight : bold;	text-decoration : none;}

 A.small:link  	 	{ font-size :  10px;	color : #AAAAAA;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.small:active  	{ font-size :  10px;	color : #AAAAAA;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.small:visited 	{ font-size :  10px;	color : #AAAAAA;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.small:hover   	{ font-size :  10px;	color : #333333;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}

 A.tiny:link  	 	{ font-size :  9px;	color : #AAAAAA;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.tiny:active  	{ font-size :  9px;	color : #AAAAAA;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.tiny:visited 	{ font-size :  9px;	color : #AAAAAA;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}
 A.tiny:hover   	{ font-size :  9px;	color : #333333;	font-family : verdana; 		font-weight : normal;	text-decoration : none;}

 A.boxheader:link  	{ font-size :  11px;	color : #FFFFFF;	font-family : arial; 		font-weight : bold;	text-decoration : none;}
 A.boxheader:active  	{ font-size :  11px;	color : #FFFFFF;	font-family : arial; 		font-weight : bold;	text-decoration : none;}
 A.boxheader:visited 	{ font-size :  11px;	color : #FFFFFF;	font-family : arial; 		font-weight : bold;	text-decoration : none;}
 A.boxheader:hover   	{ font-size :  11px;	color : #FFFFBE;	font-family : arial; 		font-weight : bold;	text-decoration : none;}

 A.boxcontent:link  	{ font-size :  10px;	color : #4B96EB;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 A.boxcontent:active  	{ font-size :  10px;	color : #4B96EB;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 A.boxcontent:visited 	{ font-size :  10px;	color : #4B96EB;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 A.boxcontent:hover   	{ font-size :  10px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none;}

 A.boxlist:link  	{ font-size :  11px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 16px;}
 A.boxlist:active  	{ font-size :  11px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 16px;}
 A.boxlist:visited 	{ font-size :  11px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 16px;}
 A.boxlist:hover   	{ font-size :  11px;	color : #4B96EB;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 16px;}

 A.boxfooter:link  	{ font-size :  9px;	color : #FFFFFF;	font-family : arial; 		font-weight : bold;	text-decoration : none;}
 A.boxfooter:active  	{ font-size :  9px;	color : #FFFFFF;	font-family : arial; 		font-weight : bold;	text-decoration : none;}
 A.boxfooter:visited 	{ font-size :  9px;	color : #FFFFFF;	font-family : arial; 		font-weight : bold;	text-decoration : none;}
 A.boxfooter:hover   	{ font-size :  9px;	color : #FFFFBE;	font-family : arial; 		font-weight : bold;	text-decoration : none;}

 A.menue:link  		{ font-size :  11px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 20px;}
 A.menue:active  	{ font-size :  11px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 20px;}
 A.menue:visited 	{ font-size :  11px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 20px;}
 A.menue:hover   	{ font-size :  11px;	color : #0000CC;	font-family : arial; 		font-weight : normal;	text-decoration : none; line-height : 20px;}

 A.menucontent:link  	{ font-size :  10px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 A.menucontent:active  	{ font-size :  10px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 A.menucontent:visited 	{ font-size :  10px;	color : #000000;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 A.menucontent:hover   	{ font-size :  10px;	color : #0000CC;	font-family : arial; 		font-weight : normal;	text-decoration : none;}
 
 <!--
  	/*
  	 * Hintergrundfarben
  	 */
 -->

.bgcolor_boxback	{ background-color : #FFFFFF; }
.bgcolor_boxborder	{ background-color : #000000; }

.bgcolor_boxback	{ background-color : #DDDDDD; }
.bgcolor_contentback	{ background-color : #EFEFEF; }
.bgcolor_menuback	{ background-color : #EFEFEF; }
 
 <!--
 	/*
 	 * Rahmendefinitionen
 	 */
 -->

.border_form		{ border-width 	      : 1px;	border-style 	    : solid;	border-color 	    : #3661B0; }
.border_image		{ border-width 	      : 1px;	border-style 	    : solid;	border-color 	    : #000000; }
.border_lbox		{ border-left-width   : 1px;	border-left-style   : solid;	border-left-color   : #BBBBBB; }
.border_rbox		{ border-left-width   : 1px;	border-left-style   : solid;	border-left-color   : #CCCCCC; }

.border_imagebox	{ border 	      : 1px;	border-style 	    : solid;	border-color 	    : #000000; }

.border_linie01_top	{ border-top-width    : 1px;	border-top-style    : solid;	border-top-color    : #000000; }
.border_linie01_bottom	{ border-bottom-width : 1px;	border-bottom-style : solid;	border-bottom-color : #000000; }
.border_linie01_left	{ border-left-width   : 1px;	border-left-style   : solid;	border-left-color   : #000000; }
.border_linie01_right	{ border-right-width  : 1px;	border-right-style  : solid;	border-right-color  : #000000; }

.border_linie02_top	{ border-top-width    : 2px;	border-top-style    : solid;	border-top-color    : #000000; }
.border_linie02_bottom	{ border-bottom-width : 2px;	border-bottom-style : solid;	border-bottom-color : #000000; }
.border_linie02_left	{ border-left-width   : 2px;	border-left-style   : solid;	border-left-color   : #000000; }
.border_linie02_right	{ border-right-width  : 2px;	border-right-style  : solid;	border-right-color  : #000000; }

<!--
	/*
	 * Boxen/Leisten
	 */
-->

.box_article		{
			  background-color    : #EFEFEF;
			  border	      : 1px solid #000000;
			}

<!--
	/*
	 * Formulardefinitionen
	 */
-->

.form_button		{ font-size : 11px;	color : #000000;	font-family : verdana,arial;	font-style : normal; }
.form_button_small	{ font-size : 10px;	color : #000000;	font-family : verdana,arial;	font-style : normal; }
.form_field_small	{ font-size : 10px;	color : #000000;	font-family : verdana,arial;	font-style : normal;	height : 16px;	border-color : #000000; border-width : 0px; padding-left:2px; padding-right:2px; }

<!--
	/*
	 * Menüdefinitionen
	 */
-->

<!--
	/*
	 * Boxen- und Layer-Definitionen
	 */
-->

.header		{
			background-color	: #FFFFFF;
			background		: url(../../images/layout/header.jpg);
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 20px;
			left			: 50%;
			width			: 995px;
			height			: 102px;
			margin			: 0px 0px 0px -495px;
			padding			: 0px;
			overflow		: hidden;
			z-index			: 3;
		}

.header_menu	{
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 0px;
			left			: 50%;
			width			: 995px;
			height			: 19px;
			margin			: 0px 0px 0px -495px;
			padding			: 0px;
			overflow		: hidden;
			z-index			: 5;
		}

.header_element {
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 7px;
			left			: 50%;
			width			: 245px;
			height			: 130px;
			margin			: 0px 0px 0px 255px;
			padding			: 0px;
			overflow		: hidden;
			z-index			: 4;
		}

.content	{
			background-color	: #FFFFFF;
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 0px;
			left			: 50%;
			width			: 995px;
			height			: 100%;
			margin			: 0px 0px 0px -495px;
			padding			: 0px;
			overflow		: visible;
			z-index			: 1;
		}

.date		{
			background-color	: #FFFFFF;
			background		: url(../../images/layout/date_box.jpg);
			border			: 0px solid #FFFFFF;
			position		: absolute;
			top			: 125px;
			left			: 50%;
			width			: 156px;
			height			: 64px;
			margin			: 0px 0px 0px -495px;
			padding			: 0px;
			overflow		: visible;
			z-index			: 2;
		}

.pageimage	{
			background-color	: #FFFFFF;
			border			: 0px solid #000000;
			position		: absolute;
			top			: 125px;
			left			: 50%;
			width			: 150px;
			height			: 128px;
			margin			: 40px 0px 0px 193px;
			padding			: 0px;
			overflow		: visible;
			z-index			: 2;
		}

<!--
	/*
	 * Body-Definitionen
	 */
-->

 h1			{ font-size : 12px;	color : #000000; 	font-family : verdana,arial; 	font-weight : bold;	margin : 0px; }
 h2			{ font-size : 11px;	color : #000000; 	font-family : verdana,arial; 	font-weight : bold;	margin : 0px; }
 h3			{ font-size : 11px;	color : #000000; 	font-family : verdana,arial; 	font-weight : normal;	margin : 0px; }

 html			{ height	   : 100%;
 			  margin-bottom	   : 1px;
 			}
 
 body			{ background-color : #FFFFFF;
 			}
