/* _____________ Elements _____________ */

* {
	padding: 0;
	margin: 0;
}

a {
	color: #708090;
	text-decoration: none; 
}

a img	{
	border: none;
}

a:link, a:visited {
	color: #000099;
	text-decoration: underline;
}


a:hover, a:active {
	color: #0066CC;
}

body {
	/* background-color: #668C05;*/
   /* #E3E3E3 - Grau */
	/* #475900 - Dunkelgrun */
	/* #E8E9D7 - Kaki */
	background-color: #E8E9D7;

	margin: 20px 20px;
	padding: 0px;
	text-align: center;
}

body, p, div, span, td, ol, ul, li, input, select {
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", "san-serif";
	font-size: 11px;
	line-height: 150%;
}

p, div, td {
	line-height: 135%;
}
code, pre {
	color: #665133;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}

form, p, br {
	margin-bottom: 0px;
}

h1 {
	color: #335B9F;
	font-family: georgia, "lucida bright","times new roman", serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-style: italic;
}

h2 {
/*	color: #00008B; */
/*	font-family: "Times New Roman", Times, serif;*/
	color: #335B9F;
	font-family: georgia, "lucida bright","times new roman", serif; 
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	
	line-height: 100%;
	margin-top: 16px;	
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;

/*  for testing*/
	color: #335B9F;
	font-family: georgia, "lucida bright","times new roman", serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	
	line-height: 100%;
	margin-top: 16px;	
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;

}

h3 {
	color: #00008B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
/*	font-family: "Times New Roman", Times, serif;*/
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 16px;	
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

h4 {
	color: #00008B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 8px;	
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}


/* ________________ Layout _______________
*/

div#banner {
	background-repeat: repeat-y;
	height: 100%;
}

div#container {
	background-color: #FFFFFF;
/*	background-image: url(images/bg1a.gif);*/
	border-bottom-style: solid;
	border-bottom-width: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
	border: 1px solid Black;
}

div#content {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 200px;
	line-height: 120%;
	position: relative;
	text-align: left;
	visibility: visible;
	width: 540px;
}

.content-rightbar {
    /* Breite insgesamt: 140+10+14~170px */
	background-color: rgb(246, 244, 230);
	border-bottom: 1px dashed #B2B2B2;
	border-top: 1px dashed #B2B2B2;
    /* border-right: 1px solid #000000; */

	float: right;
	margin-left: 10px;
	margin-left: 0px;	
	padding: 6px 1px 8px 4px;
	width: 140px;
}

.content-rightbar, .content-rightbar p, .content-rightbar div {
	line-height: 125%;
	font-size: 11px;
}

.content-rightbar h2 {
	padding: 0px;
	background-color: transparent;
	color: #FF6600;
	/* #E18302 orange */
	/* #FF6600 dunkel-orange */
	margin: 0;
}

.content-rightbar h3{
	padding: 8px 0px 4px 0px;
	border: none;
	background-color: transparent;
	color: #FF6600;
	margin: 0;
	}


/* for 1 column design in the content area, 05/2007 */

.content-1cols-container1 {
    clear: both;
/*	margin-top: 12px; */
    padding-top: 12px;
}



/* for 2 column design in the content area, 05/2007 */

.content-2cols-container1 {
    clear: both;
/*	margin-top: 12px; */
    padding-top: 48px;

}

.content-2cols-left1 {
/*	background-color: rgb(246, 244, 230);
	border-bottom: 1px dashed #B2B2B2;
	border-top: 1px dashed #B2B2B2;
	*/
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px 4px 8px 10px;
	padding: 0px 0px 0px 0px;	
	text-align: left;
/*	visibility: visible; */
	width: 180px;
}

.content-2cols-right1 {
	float: right;
	position: relative;
	margin-left: 10px;
	margin-left: 0px;
	padding: 10px 4px 8px 10px;
	padding: 0px 0px 0px 0px;	
	text-align: left;
/*	visibility: visible; */
	width: 340px;
}
	
.content-2cols-right1 h2 {
	padding-top: 0px;
	margin-top: 0px;
}	


/* "narrow" 2 column design with content-rightbar (3 col) design 11/2007 */

.content-2cols2-container {
/*    clear: both; */
/*	width: 390px; */
}

.content-2cols2-left {
/*	background-color: rgb(246, 244, 230);
	border-bottom: 1px dashed #B2B2B2;
	border-top: 1px dashed #B2B2B2;
	*/
	float: left;
/*	position: relative; */
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	width: 120px;
}

.content-2cols2-right {
    float: right; 
	/*  position: relative; */
	margin-left: 0px;
/*	padding: 10px 4px 8px 10px; */
	padding: 0px 0px 0px 0px;	
	width: 220px;
}
	
.content-2cols2 h2 {
	padding-top: 0px;
	margin-top: 0px;
}	
	




div#header {
	background-image: url(images/bg1a.gif);
	background-repeat: repeat-y;
	border-color: #33FF99;
	border-style: solid;
	border-width: 0px;
	left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	text-align: left;
	top: 0px;
	visibility: visible;
	width: 760px;
}
	
div#footer {
	/*	#668C05 - gruen */
   /* #475900 - dunkelgruen */
	/* #517F02 - dunkelgruen 2 */
	background-color: #668C05;
	
	/* Rahmen unten ist bei hellem Hintergrund 
	    und Rahmen nicht notwendig
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;*/
	
	border-top-style: solid;
	border-top-width: 0px;
	position: relative;
	text-align: left;
	visibility: visible;
	width: 744px;
/*	color: #FFFFF0;*/
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	}

div#nest {
	border-bottom: 0px solid #CCCCCC;
	border-top: 20px solid #FFFFFF;
	position: relative;
	text-align: left;
	width: 760px;
	background-color: #FFFFFF;
}

div#sidebar {
	border: 0px solid;
	border-color: #FF3300;
	float: left;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", san-serif;
	font-size: 10px;
	height: 100%;
	left: 20px;
	position: absolute;
	text-align: left;
	width: 160px;
	visibility: visible;
}

div.feature {
	background-color: #E9E9F3;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 11px;
	padding: 0px 0px 8px 0px;
	color: Navy;
}

/*______________ Menü  _____________
*/
/*
   My Opinion 08/2006
   the browsers handle borders, background images,  
	bullets and bullet images different. 
   Due all the probs I stopped to use this combination
   - no borders (border left ec.)
   - no list-style-type: square ec.
   - no list-style-image: url(<filename>) 
*/
/* Do not use these attributes */
/*	border-left: 10px solid;*/
/*	border-bottom: 4px solid Yellow;*/
/*	list-style-image: url(../images/symb_menu_01a.gif);	*/
/*	list-style-position: outside; */
/*	list-style-type: square;*/


div.feature ul		{ padding: 0px; }
div.feature li{
	color: Navy;
	font-size: 11px;
	font-weight: normal; 
	line-height: 125%; 
	list-style-type: none; 
	display: block;
}

div.feature li a{
	color: Navy;
	text-decoration: none;

	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 24px;
	
	background: url(images/css_menu_bg01.gif) 0px 0px; 
/*	height: 99%; */	/* height important for MS IE */
    height: auto;
	display: block;
}

div.feature li a:link, div.feature li a:visited {
	color: Navy;
	text-decoration: none;

/* 	height: 99%;	05/2007 for MS IE */
    display: block;
/*	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 22px;
*/

/*	background: url(images/css_menu_bg01.gif) 0px 0px; */

}

div.feature li a:hover{
	color: White;
	background: url(images/css_menu_bg01.gif) 0px -96px;
	text-decoration: none;
    display: block;
	
/*	list-style-image: url(../images/symb_menu_01b.gif);	*/
/*	text-decoration: underline;*/
/*border-top: 1px dotted Navy;*/
/*	border: 4px dashed Black;*/
/*	list-style-position: outside; */
/*	list-style-type: square;*/
}

div.feature h3, div.feature div, div.feature span {
	padding: 4px 4px 4px 6px;
}

div.feature h3{
	padding: 8px 4px 6px 6px;
	border: none;
	background-color: #334D88;
	color: rgb(233, 233, 243);
	margin: 0;
}

div.feature p {
	padding: 4px 4px 4px 24px;
}

/* ___ sidebar .news ___*/ 

.news {
	background-color: transparent;
	border: 0px dotted Silver;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", san-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 11px;
/*	padding: 10px;*/
}


.image-plain1 {
	margin: 0px 0px 0px 0px;
	width:100px; /* als default, selber auf Bildbrete anpassen */
}

.image-plain1-txt {
	background-color: #DCDCDC;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 2px 6px 6px;
	width: auto;
	float: none;
	clear: both;
/*	font-family: Verdana, Arial, Helvetica, san-serif, "Trebuchet MS", Trebuchet;*/
	}


.image-left1 {
	margin: 4px 12px 8px 0px;
	float:left;
	clear: both;
	width:240px; /* als default, selber auf Bildbrete anpassen */
}

.image-left1-txt {
	background-color: #DCDCDC;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 2px 6px 6px;
	width: auto;
	float: none;
	clear: both;
/*	font-family: Verdana, Arial, Helvetica, san-serif, "Trebuchet MS", Trebuchet;*/
/*	line-height: 12px;*/
	}

.image-right1 {
	margin: 4px 0px 8px 12px;
	float:right;
	clear: both;
	width:240px; /* als default, selber auf Bildbrete anpassen */
}

.image-fullspan1 {
/*	margin-bottom: 10px;*/
/*	margin-right: 10px;*/
	clear: both;

}

.image-fullspan1-txt {
	background-color: #DCDCDC;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 2px 8px 6px;
	width: auto;
	float: none;
	clear: both;
	}

.image-tbl-left1 {
	margin: 0px 0px 8px 0px;
/*	float:left; */
	width:240px; /* als default, selber auf Bildbrete anpassen */
}

.image-tbl-left1-txt {
	background-color: #DCDCDC;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	padding: 4px 2px 6px 6px;
	width: auto;
	float: none;
	clear: both;
/*	font-family: Verdana, Arial, Helvetica, san-serif, "Trebuchet MS", Trebuchet;*/
/*	line-height: 12px;*/
	}


.tbl-cell-body1 {
	border-left: 1px dotted #808080;
	border-top: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 4px;
	vertical-align: top;
}

.tbl-cell-body2 {
	background-color: #FFFFDF;
	border-left: 1px dotted #808080;
	border-top: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;	
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 4px;
	vertical-align: top;	
}

.tbl-cell-bottom {
	border-left: 1px dotted #808080;
	border-top: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt-norm {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif, "Trebuchet MS", Trebuchet;
	font-size: 11px;
	line-height: 16px;
}

.txt-italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}


.txtcontsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.txt-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.txt-color-white {
	color: #FEF9DB;
}

.txt-indent1 {
	margin-left: 20px;
	padding-left: 0px;
	clear: both;
	}

.txt-indent2 {
	margin-left: 80px;
	padding-left: 0px;
	margin-right: 20px;
	padding-right: 0px;
	clear: both;
	}

.txt-indent3 {
	margin-left: 20px;
}


.txt-h1-teaser {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	font: bold;
	margin-bottom: 2px;
	}

.txt-spacer-line1 {
	border-top-color: #666666;
	border-top-style: dashed;
	border-top-width: 1px;
}


.txt-list-bull1 ul {
	padding-left: 0px;
    /*
	list-style-image: url(images/sym_bull3_01.gif);	
	list-style-position: outside;	
	*/
}

.txt-list-bull1 li {
	background-image: url(images/sym_bull3_01.gif);
	background-position: 8px 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 32px;
	display: block;

}

.txt-list-bull2 ul {
	padding-left: 0px;
}

.txt-list-bull2 li {
	background-image: url(images/sym_bull3_01.gif);
	background-position: 12px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 36px;
}





/*
div#content {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 200px;
	line-height: 120%;
	position: relative;
	text-align: left;
	visibility: visible;
	width: 540px;
}
*/



td h2 {
	padding: 0px;
	margin: 0;
}	
	
/*** content_menu - Menü    
     10/2006 
     für vertikales Menüs im Textbereich
    
***/

div.content-menu {
	background-color: #FFFFE0;
	border: 1px solid #999999;
	float: left;
	line-height: 14px;
	padding: 0px 0px 4px 0px;
	text-align: left;
	visibility: visible;
	margin: 0px 10px 0px 0px;
	width: 120px;

	}
	
div.content-menu h3{
	padding: 8px 4px 6px 6px;
	border: none;
	background-color: #334D88;
	color: rgb(233, 233, 243);
	margin: 0;
}

div.content-menu ul{
      padding: 0px;
}

div.content-menu li{
	color: Navy;
	font-size: 11px;
	font-weight: normal; 
	line-height: 125%; 
	list-style-type: none; 

}

div.content-menu li a{
	color: Navy;
	text-decoration: none;

	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	
	background: url(images/css_menu_bg02.gif) 0px 0px; 
	height: 99%;	/* height important for MS IE */
	display: block;
}

div.content-menu li a:link, div.content-menu li a:visited {
  	color: Navy;
	text-decoration: none;
	background: url(images/css_menu_bg02.gif) 0px 0px; 
	height: 99%;	/* for MS IE */

}

div.content-menu li a:hover{
	color: Navy;
	background: url(images/css_menu_bg02.gif) 0px -96px;
	text-decoration: none;
	
}

/* righbtbar - menu */

.content-rightbar-menu {
	background-color: transparent;
	border: 1px none #999999;
	float: left;
	text-align: left;
	visibility: visible;
	clear: both;
	width: 140px;
	margin: 0px 0px 6px 0px;
	}
	
.content-rightbar-menu h3{
	border: none;
	background-color: transparent;
	color: inherit;
	margin: 0;
}

.content-rightbar-menu ul{
      padding: 0px;
}

.content-rightbar-menu li{
	color: Black;
	font-size: 11px;
	font-weight: normal; 
	line-height: 120%; 
	list-style-type: none; 

}

.content-rightbar-menu li a{
	color: Navy;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	background: url(images/css_menu_bg03.gif) 0px 0px; 
	height: 120%;	/* height important for MS IE */
	display: block; 
}

.content-rightbar-menu li a:link, .content-rightbar-menu li a:visited {
  	color: Navy;
	text-decoration: none;
	background: url(images/css_menu_bg03.gif) 0px 0px; 
	height: 100%;	/* for MS IE */
	}

.content-rightbar-menu li a:hover{
	color: Navy;
	background: url(images/css_menu_bg03.gif) 0px -96px;
	text-decoration: underline;
	height: 100%;	/* for MS IE */
}


/*  -------	Trashcan ---------*/
	
/* .sidebar ist obsolet*/

.sidebar {}

div.sidebar {
	background-color: #FFFFE0;
	border-style: solid;
	border-width: 1px;
	float: left;
	line-height: 14px;
	padding: 8px 8px 8px 12px;
	text-align: left;
	visibility: visible;
	margin: 10px 10px;
	width: 120px;
	}
  
.sidebar ul {
  margin: 0;
  padding: 4px 4px 1em 12px;
  border-bottom: 1px solid #ddd;
  list-style-position: outside;
  }

.sidebar ul li {
	/* background-image: url(../images/symb_menulist_01.gif); */
	list-style-position: outside;
	line-height: 14px;
	list-style-image: url(../images/symb_menu_01a.gif);
    /*padding: 5px 20px 1em 20px;*/
  }

.sidebar a, .sidebar a:visited {
	color: #FFA500;
	text-decoration: underline; 
  }

  .sidebar a:hover {
	color: #FF4500;
	text-decoration: underline; 
  }
  
/*  --- not used
div#content h1 {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bolder;
	line-height: 100%;
}*/

/* --- not used
div#content h2 {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bolder;
	line-height: normal;
	
}*/

/*div#content p {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/

/* div#nav ul {
	list-style-type: none;
}*/

/*div#nav ul li {
	display: inline;
}*/
