body, div, span, h1, h2, h3, h4, h5, h6, form {
	margin: 0; padding: 0;
}

ul {
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style-position: outside;
}

li {
	padding-left: 15px;
	background: url('/images/star.gif') 0px 1px no-repeat;
}


img {
	margin: 5px 20px 5px 0;
	padding: 0;
	border: none;
}

table {
	border-style: solid;
	border-color: #CCCCCC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: regular;
	line-height: 18px;
}

a {
	margin: 0;
	padding: 0;
	border: none;
	color: #222222;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

#freischaltmenue a:link, #freischaltmenue a:active, #freischaltmenue a:visited,
#navieditor a:link, #navieditor a:active, #navieditor a:visited
{
	background: none;
	padding: 0;
}

#freischaltmenue a:hover, #freischaltmenue a:focus,
#navieditor a:hover, #navieditor a:focus
{
	background: none;
	padding: 0;
}

input, button, select, textarea {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 0;
}

.pflichtfeld {
	background-color: #FFF0C1;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana;
	font-size: 21px;
	margin: 0 0 22px 0;
	font-weight: normal;
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	line-height: 24px;

}

h4 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: regular;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

/* fuer IE6 */
* html p {
	line-height: 15px;
	display: block;
}

hr {
	border: none;
	shade:no-shade;
	border-top: 1px dotted #ccc;
	margin: 20px 0 15px 0;
}

.floatclear, .clear	{
	clear: both;
}

.invisible {
	display: none;
}

.bold {
	font-weight: bold;
}

/* Keine Abstände, z.B. für Grafiken */
.nospacing {
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rechts {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

.radio {
	border: none;
}

#all {
	width: 1000px;
}

#toprow {
	background-color: #666666;
}

#topbar {
	height: 30px;
	width: 1000px;
	margin: 0;
	padding: 0;
}

#logo {
	margin: 36px 0 0 18px;
	float: left;
}

#suche {
	height: 40px;
	width: 190px;
	border-left: 1px dotted #FFCC27;
	border-right: 1px dotted #FFCC27;
	border-bottom: 1px dotted #FFCC27;
	background-color: #FBF9F9;
	float: right;
}

.suchinput {
	border: none;
	margin: 8px 0 0 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	float: left;
	width: 100px;
	height: 22px;
	background:url('/images/search-input.gif') no-repeat;
	background-position: 0 0;
	border-left: 1px solid #CCCCCC;
}

.suchinput:hover, .suchinput:focus {
	border: none;
	margin: 8px 0 0 10px;
	float: left;
	width: 100px;
	border-left: 1px solid #CCCCCC;
	background:url('/images/search-input.gif') no-repeat;
	background-position: 0 -30px;
}

*html .suchinput {
	height: 25px;
}

.suchbutton {
	border: none;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 10pt;
	float: left;
	height: 25px;
	width: 60px;
	margin-top: 8px;
	background-color: #FFCC33;
}

#navi {
	margin: 38px 0 0 0;
	clear: right;
	height: 30px;
	width: 655px;
	float: right;
}

#navi ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

#navi li {
	margin: 0; padding: 0;
	float: left;
	display: inline;
	margin-left: 11px;
	text-align: center;
	height: 30px;
	
}

a.navlink, a.navlinkaktiv {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 120px;
	line-height: 187%;
	background:url('/images/navibg.gif') 0px 0px no-repeat;
}

a.navlink:hover, a.navlink:focus, a.navlink:active {
	background: url('/images/navibg.gif') 0px -30px no-repeat;
	text-decoration: none;
}

a.navlinkaktiv {
	background: url('/images/navibg.gif') 0px -30px no-repeat;
	text-decoration: none;
}

a.navlinkaktiv:hover, a.navlinkaktiv:focus {
	text-decoration: none;
}

/**
* Links, Mitte
*/

#left-wrapper {
	width: 770px;
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
}

#breadcrumb {
	height: 50px;
	width: 100%;
	font-size: 11px;
	
	line-height: 250%;
	border-top: 1px dotted #FFCC27;
	color: #666;
}

#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:visited {
	color: #202020;
	font-weight: 500;
}

#breadcrumb-buts {
	margin-left: 10px;
}

#left-minwidth {
	width: 192px;
	height: 1px;
}

#subnavi {
	width: 192px;
	margin-bottom: 18px;
}

#subnavi ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

#subnavi li {
	background: none;
	padding: 0;
}

.subnav {
	display: block;
	height: 30px;
	padding-left: 10px;
	background-color: #FFF0C1;
	
	font-size: 15px;
	line-height: 200%;
	color: #666666;
	text-decoration: none;
}

a.subfirst {
	border: 1px solid #FFCC27;
	border-bottom: none;
}

a.subreg {
	border: 1px solid #FFCC27;
	border-bottom: none;
}

a.sublast {
	border: 1px solid #FFCC27;
}

a.subfirst:hover, a.subfirst:focus {
	border: 1px solid #FFF;
	border-top: 1px solid #FFCC27;
	border-bottom: none;
	background-color: #FFF;
	text-decoration: none;
}

a.subreg:hover, a.subreg:focus {
	border: 1px solid #FFF;
	border-bottom: none;
	border-top: 1px solid #FFCC27;
	background-color: #FFF;
	text-decoration: none;
}

a.sublast:hover, a.sublast:focus {
	border: 1px solid #FFF;
	border-top: 1px solid #FFCC27;
	border-bottom: 1px solid #FFCC27;
	background-color: #FFF;
	text-decoration: none;
}

a.aktiv {
	background: none;
	background-color: #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#minheight {
	width: 1px;
	height: 300px;
	float: left;
}

.content{
	float: left;
	width: 550px;
	margin-left: 27px;
}

.content ul {
	margin-left: 15px;
	list-style-type: none;
}

.content li {
	padding-left: 15px;
	background: url('/images/star.gif') 0px 1px no-repeat;
}

#sitemap li {
	background: none;
	padding-left: 0px;
}

#sitemap ul {
	margin: 0;
	padding: 0;
}


.content a:link, .content a:visited {
	text-decoration: none;
	font-weight: bold;
}

#footer a, a.imglink, a.link-intern {
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	background: url('/images/link-intern.gif') 0px 2px no-repeat;
}


/* fuer IE6 */
* html b\ody .content a, #footer a, a.imglink, a.link-intern {
	display: inline-block;
}

/* fuer IE7 */
*+html b\ody .content a, #footer a, a.imglink, a.link-intern {
	display: inline-block;
}

a.link-extern, .content a:link.link-extern {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/link-extern.gif') 0px 1px no-repeat;
	font-weight: bold;
}

a.link-zurueck, .content a:link.link-zurueck {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/link-zurueck.gif') 0 1px no-repeat;
	font-weight: bold;
}

a.download, .content a:link.download {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/download.gif') 0 1px no-repeat;
	font-weight: bold;
}

a.audio, .content a:link.audio {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/audio.gif') 0 1px no-repeat;
	font-weight: bold;
}

a.video, .content a:link.video {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/video.gif') 0 1px no-repeat;
	font-weight: bold;
}

a.email, .content a:link.email {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/email.gif') 0px 1px no-repeat;
	font-weight: bold;
}

a.pdf, .content a:link.pdf {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/pdf.gif') 0px 1px no-repeat;
	font-weight: bold;
}

a.praesentation, .content a:link.praesentation {
	padding-left: 15px;
	text-decoration: none;
	background: url('/images/praesentation.gif') 0 1px no-repeat;
	font-weight: bold;
}

a.link-normal, .content a:link.link-normal {
	background: none;
	padding: 0;
}

.content a:hover, #footer a:hover, a.imglink:hover, 
.content a:active, #footer a:active, a.imglink:active, 
.content a:focus, #footer a:focus, a.imglink:focus
{
	text-decoration: underline;
}

#right-wrapper {
	float: left;
	margin: 20px 0 0 20px;
	width: 190px;
}

.box-border {
	border: 1px dotted #FFCC27;
	width: 190px;
	overflow: hidden;
	margin-bottom: 18px;
	background-color: #FBF9F9;
}

/* fuer IE6 */
* html b\ody .box-border {
	border: 1px dotted #FFCC27;
	width: 190px;
	margin-bottom: 18px;
	background-color: #FBF9F9;
}

.box-head {
	font-weight: bold;
	margin-bottom: 5px;
}

.box-content {
	overflow: hidden;
	margin: 10px 5px 12px 8px;
}

#left {
	float: left;
}

#footer {
	margin-top: 24px;
	width: 540px;
	margin-left: 240px;
	display: inline;
	float: left;
}

#footer-links {
	text-align: right;
	font-size: 11px;
	color: #333;
}

#footer-bottom {
	border-top: 1px dotted #FFCC27;
	font-size: 11px;
	color: #666666;
}

#desktop-username, #newsletter-name {
	height: 20px;
	width: 165px;
	margin-top: 5px;
}

#desktop-username {
	background: url('/images/desk-benutzer.gif') 10px 5px no-repeat;
}

#desktop-password, #newsletter-mail {
	height: 20px;
	width: 165px;
	margin-top: 10px;
}

#desktop-password {
	background: url('/images/desk-passwort.gif') 10px 5px no-repeat;
}

input:hover#desktop-password, input:focus#desktop-password,
input:hover#desktop-username, input:focus#desktop-username
{
	background: none;
}

#desktop-submit, #newsletter-submit {
	border: none;
	border: 1px solid #CCCCCC;
	color: #666;
	font-size: 10pt;
	float: left;
	height: 21px;
	width: 100px;
	margin: 15px 9px 5px 0;
	background-color: #FFCC33;
	float: right;
}

.terminuebersicht-datum {
	
}

.terminuebersicht-titel {
	font-weight: bold;
	font-size: 11pt;
}

.terminuebersicht-links {
	clear: both;
	float: left;
	width: 100px;
	font-weight: bold;
}

.terminuebersicht-rechts {
	float: left;
	width: 400px;
}

.terminsuche select {
	width: 175px;
	margin: 0 0 10px 0;
	padding: 2px;
	padding-left: 5px;
	color: #666;
	font-size: 9pt;
	font-family: Arial;
}

.terminsuche input {
	border: none;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 10pt;
	float: right;
	height: 20px;
	width: 115px;
	margin-top: 8px;
	background-color: #FFCC33;
}

.projektdbsuche select {
        width: 175px;
        margin: 0 0 10px 0;
        padding: 2px;
        padding-left: 5px;
        color: #666;
        font-size: 9pt;
        font-family: Arial;
}

.projektdbsuche button {
        border: none;
        border: 1px solid #CCCCCC;
        color: #666666;
        font-size: 10pt;
        float: right;
        height: 20px;
        width: 115px;
        margin-top: 8px;
        background-color: #FFCC33;
}

.projektdbsucheinput{
        width: 165px;
        margin: 0 0 10px 0;
        padding: 2px;
        padding-left: 5px;
        color: #666;
        font-size: 9pt;
        font-family: Arial;
}

.terminverfuegbarkeit {
	margin: 0;
	padding: 0;
	margin-top: 4px;
}

.terminstatustext {
	margin-left: 5px;
}

.terminfaq {
	margin-top: 5px;
}

.kontaktbild {
	float: right;
	margin: 5px 10px 15px 0;
	border: 1px solid #999;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}