body {
	margin: 0;
	padding: 0;
        min-width: 920px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background: #c6e875;
	}
a {
   color: #008364;
	text-decoration: none;
	border-bottom: none;
  }

#formular
  {
    display:none;
    position:absolute; top:50px; left:25px;
    width:400px; height: 300px;
    background:#cccccc; border:3px ridge;
    /*opacity:0.7;*/
    /*filter:Alpha(opacity=70);*/  /* IE */
  }

input,select,textarea {
   font-style: normal;
   font-family: Arial, Helvetica, sans-serif;
   display: block;
   float: left;
   width: 200px;
	font-size: 95%;
	}
label {
   color: #b60657;
   font-style: normal;
   display: block;
   float: left;
   text-align: right; 
   width: 100px;
   padding-right: 1em; 
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#wrap {
	background: gray url(images/wrap-bg.gif) repeat-y 70% 0;
	}
#header {
	border-bottom: 3px solid #87B825;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #c6e875  url(images/header-bg.gif) repeat-x top left;
	}
#header h1 {
	margin: 0;
	padding: 10px 0px 7px 70px;
	font-size: 170%;
	color: #374C0E;
	background: url(images/logo3000kl.gif) no-repeat top left;
	}
#header .note {
	padding: 0px 0px 10px 0px;
	font-size: 80%;
	}

#nav {	
        float: right;
	margin: 0;
	list-style: none;
	}
#nav li {
	float: left;
	font-size: 70%;
	}
#nav a {
	float: left;
	margin: 0;
	padding: 2px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: none;
	}
#nav a:hover {
	color: #333;
	}
#nav1 {
	float: left;
	margin: 0;
	padding: 0px 0 3px 10px;
	list-style: none;
	font-size: 120%;
	background: #87B825 url(images/box-b.gif) no-repeat bottom right;
	}
#nav1 li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-size: 80%;
	}
#nav1 a {
	float: left;
	margin: 0;
	padding: 4px 20px;
	color: #333;
	text-decoration: none;
	border-bottom: none;
	background: url(images/logo2tr.gif) no-repeat 0 50%;
	}
#nav1 a:hover {
	color: #333;
	background: url(images/quadrat.gif) no-repeat 0 50%;
	}
body#fortbildung #t-fortb a, 
body#ueber #t-ueber a , 
body#bfs1 #t-bfs1 a , 
body#bfs2 #t-bfs2 a {
	color: #333;
	padding: 4px 20px 4px 35px;
	background: url(images/bogen.gif) no-repeat 0 50%;
	}
#left {
	float: left;
	width: 60%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	padding: 25px;
	background: #c6e875; 
	}
#left .content {
        clear: both;
	background: #ffffff url(images/content-bg.gif) repeat-x top left;
	}

#right {
	float: right;
	width: 25%;
	padding: 25px;
	}
#right .content {
	background:  #ffffff url(images/content-bg.gif) repeat-x top left;
	}
.box { 
	margin: 0 0 20px 0;
	padding: 25px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: url(images/box-b.gif) no-repeat bottom right;
	}
.boxr { 
	margin: 0 0 20px 0;
	padding: 25px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: url(images/box-b-gray.gif) no-repeat bottom right;
	}
.boxr1 { 
	margin: 0 0 10px 0;
	padding: 1px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: url(images/box-b-gray.gif) no-repeat bottom right;
	min-height: 45px; 
	}

.box a, .boxr a {
	margin: 0;
	padding: 0;
        border: 0;
	text-decoration: none;
	border-bottom: none;
        color:  #b60657;
   }

.box h2, .boxr h2 {
   text-align: right;
   font-size: small;
   }

.box h3, .boxr h3 {
   text-align: left;
   font-size: small;
   line-height: 1.7em;
   }

.box h1, .boxr h1 {
   text-align: left;
   font-size: small;
   line-height: 1.7em;
   min-height: 230px;
   }

.box img, .boxr img, .boxr1 img {
   float: right;
        margin: 0 15px 0 0;
	padding: 0 4px 4px 10px;
        border: 0;
	background: url(images/photo-frame.gif) no-repeat bottom right;
	}
em {
   color: #b60657;
   font-style: normal;
   }

#footer {
	clear: both;
	background: #828377 url(images/footer-bg.gif) repeat-x top left;
	}
#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #333; 
	}


dt {
        float: left;
   color: #b60657;
         }
dl {
        clear:both;
         }
table {
   background: #f3f2a8;
   text-align: center;
   border: 1px solid #b5b5b5;
}
table .question {
	font-weight: bold;
   color: red;
}
table .answer {
	font-weight: bold;
   color: blue;
}

/*  IE fixes */

#left, #right, #footer, #wrap{
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
