/* +---------------------------------------------------------------------+
   |                  allgemeine HTML-Tags definieren                    |
   +---------------------------------------------------------------------+ */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: center;
	color: #FFF;
}

h1,
h2,
h3,
h4,
h5
{
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
  	color:#FFF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style-type: disc;
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style-type: circle;
	margin-top: 0;
}

ul ul ul
{
	list-style-type: none;
	margin-top: 0;
}

ol li
{
	margin: 1em 0 0 0;
	padding: 0;
}

hr
{
	display: block;
	height: 1px;
	color: #000;
	background-color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

form
{
	margin: 0;
	padding: 0;
}




/* +---------------------------------------------------------------------+
   |              sonstige Klassen und Container definieren              |
   +---------------------------------------------------------------------+ */

.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

/* Elementenfluss unterbrechen und umgebene Containerhoehe mitziehen */
.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
	
}

html>body .clear {
	font-size: 0.1px;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
/* +---------------------------------------------------------------------+
   |                       Container definieren                          |
   +---------------------------------------------------------------------+ */

#page
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.7em;
	height: 97%;
	background-color: #77806f;
}





#header
{
	padding: 0 0 0 0;
	background-color: #ffffff;
}

#header #logo-slogan
{
	float: right;
}



#header #mainnav
{
	float: left;
	width:680px;
	font-size:14px;
	background-color: #ffffff;
	height: 53px;
}

#header #mainnav .list
{
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	
}

#header #mainnav ul
{
	list-style: none;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	
}

#header #mainnav ul li {
	display: block;
	float: left;
	color: #3f3b36;
	padding: 0 0 0 0;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 35px;
}

#header #mainnav ul li a
{
	display: block;
	float: left;
	color: #3f3b36;
	padding: 0 10px 0 10px;
	text-decoration: none;
	
}

#header #mainnav ul li a:hover
{
	color: #79a40a;
	text-decoration: none;
	
}

#header #mainnav ul li a.active
{
	color: #79a40a;
}

#header #mainnav ul li a .link,
#header #mainnav ul li a.active .link,
#header #mainnav ul li a:hover .link
{
	display: block;
	padding-left: 0px;
	background-image: none;
	border-top: 1px solid #e5eff8; /* IE Hack */
}

#header #mainnav ul li a.active .link,
#header #mainnav ul li a:hover .link
{
	background-position: center left;
	background-repeat: no-repeat;
}

#imagearea
{
	padding: 15px 0 25px 0;
	background-color: #ffffff;
}



#navpath
{
	color: #6e6e6e;
	padding: 6px 0 6px 23px;
}

#navpath a
{
	color: #6e6e6e;
}

#body
{
	margin: 0 0 0 0;
}



#body #main
{
	width: 520px;
	float: left;
	margin: 0 0 0 10px;
	background-color: #e7f0f7;
}

#body #main-left
{
	width: 700px;
	float: left;
	margin: 0 10px 0 0;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#body #main-left .content
{
	padding: 0 30px 8px 50px;
}

#body #main-left .content .image
{
	padding: 5px 0 5px 0;
	text-align: center;
}

#body #main-left .content .title
{
	margin: 50px 0 20px 0;
	padding: 0;
}

#body #main-left .content .text
{
	line-height: 1.5em;
	margin: 0 0 25px 0;
}

#body #subnav
{
	background-color: tranzparent;
	font-size:13px;
	padding-top:43px;
	width: 230px;
	display: block;
	float: right;
	margin-bottom: 0px;
	
	
}

#body #subnav .list
{
	margin: 0 0 100px 0;
}

#body #subnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#body #subnav ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#body #subnav ul li a,
#body #subnav ul li ul li a

{
	display: block;
	margin: 0;
	padding: 10px 20px 10px 0;
	color: #FFF;
	text-decoration: none;
	text-align:right;
	border-bottom: 1px #FFF solid;;
	
}

#body #subnav ul li a:hover,
#body #subnav ul li ul li a:hover
{
	text-decoration: none;
	color:#3d413a;
}

#body #subnav ul li a.active
{
	color:#3d413a;
}

#body #subnav ul li ul li a.aktive
{
	color:#d6061e;
}

#body #subnav ul li ul li a.active
{
	color:#d6061e;
	padding-left: 10px;
}

#body #subnav ul li ul li a,

{
	padding-left: 10px;
	
}

#body #subnav ul li ul li a.active
{
	color:#d6061e;
	padding-left: 10px;
	
}

#body #subnav ul li ul li a.active
{
	padding:0 0 0 0;
}

#body #subnav ul li a .link,
#body #subnav ul li ul li a .link
{
	display: block;
	padding-left: 10px;
	background-image: none;
}

#body #subnav ul li a:hover .link,
#body #subnav ul li a.active .link
{
	
	
	background-repeat: no-repeat;
}

#body #subnav ul li a.active .link
{
	
}

#body #subnav ul li ul li a:hover .link,
#body #subnav ul li ul li a.active .link
{
	
	background-position: center left;
	background-repeat: no-repeat;
}

#body #subnav .animateSubnavItem
{
	/*background: url(../images/hovertest-.gif) repeat-x;*/
	
	background-repeat: repeat-x;
	color: #fff;
}

#body #main-right
{
	width: 360px;
	float: left;
	margin: 0 10px 0 0;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#body #main-right .content
{
	padding: 0 8px 8px 8px;
}

#body #main-right .content .container
{
	padding: 6px;
	margin: 0;
}

#body #main-right .content .image
{
	float: left;
	width: 150px;
}

#body #main-right .content .text
{
	float: left;
	width: 180px;
	line-height: 1.5em;
}

#body #main-left .content .text a,
#body #main-right .content .text a
{
	color: #FFF;
}

#body #main-content a
{
	/*color: #0061af;*/
}

#body #main .content
{
	margin: 0;
	background-color: #fff;
	line-height: 1.5em;
	border-left: 7px #e7f0f7 solid;
	border-right: 7px #e7f0f7 solid;
	border-bottom: 7px #e7f0f7 solid;
}

#body #main-content ul
{
 list-style: url(../images/icon-haken.gif);
}

#body #main .container
{
	padding: 7px;
	border-top: 7px solid #e7f0f7;
}

#body #main .title
{
	margin: 0 0 10px 0;
	padding: 0;
}

#body #main .text
{
	line-height: 1.5em;
}

#body #main .text .title
{
	/*display: inline;*/
}

#body #infocolumn
{
	width: 200px;
	float: right;
}

#body #infocolumn .container
{
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #f7f7f7;
}

#body #infocolumn .container a
{
	color: #000;
}

#body #infocolumn .container .title
{
	margin: 0;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/infocolumn-title-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#body #infocolumn .container .title img
{
	margin: 0 0 -5px 0;
}

#body #infocolumn .container .text
{
	padding: 7px;
	line-height: 1.5em;
}

#body #infocolumn .container .text .news-list
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#body #infocolumn .container .text .news-list li
{
	margin-bottom: 10px;
}

#body #infocolumn .container .text .news-list li h3
{
	width: 100%;
}

#body #infocolumn .container .text .news-list li h3 a
{
	text-decoration: none;
}

#body #infocolumn .container .text .news-list li h3 a:hover
{
	text-decoration: underline;
}

#body #infocolumn .container .text .readmore
{
	font-weight: bold;
	/*color: #0061af;*/
}

#body #infocolumn .container .text .topic-list
{
	padding: 0;
	margin: 0 0 0 20px;
}

#footer
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.6em;
	color: #FFF;
	background-color: #77806f;
	border-Top: 1px solid #bababa;
	height: 25px;
	
}

#footer #copyright
{
	float: left;
	padding: 8px 0 8px 10px;
}

#footer #globallinks
{
	float: right;
	padding: 8px 20px 8px 0;
	text-align: right;
}

#footer a
{
	color: #FFF;
	text-decoration:none;
}

#footer a:hover
{
	color: #FFF;
	text-decoration:underline;
}

/* +---------------------------------------------------------------------+
   |                  allgemeine Container definieren                    |
   +---------------------------------------------------------------------+ */


span.bkk-blau {
color:#0061AF;
}

p.infobox {
border: 1px solid red;
background-color: white;
color: black;
}

span.wichtig {
color: red;
font-weight:bold;
}


.bild-links
{
	float: left;
	margin: 0 20px 10px 0;
}

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

.small-text
{
	font-size: 0.9em;
}


#body #main-content .csc-sitemap
{
	margin-top: 15px;
	line-height: 1em;
}

#body #main-content .csc-sitemap ul
{
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

#body #main-content .csc-sitemap li
{
	margin: 5px 0 0 0;
}

#body #main-content .csc-sitemap ul ul
{
	list-style: url(../images/sitemap-arrow.gif);
	margin-left: 25px;
}

#body #main-content .csc-sitemap ul li a
{
	display: block;
	/*background-image: url(../images/sitemap-arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 2px 0 2px 10px;*/
	padding: 2px 0 2px 0;
}

#body #main-content .csc-sitemap ul li a
{
	font-size: 1.2em;
	font-weight: bold;
}

#body #main-content .csc-sitemap ul li ul li a
{
	font-size: 1em;
	font-weight: bold;
}

#body #main-content .csc-sitemap ul li ul li ul li a
{
	font-size: 1em;
	font-weight: normal;
}

.align-left
{
	text-align: left;
}

.align-center
{
	text-align: center;
}

.align-right
{
	text-align: right;
}

#main-right-content .readmore
{
	display: block;
	text-align: right;
}


/* +---------------------------------------------------------------------+
   |                         Keyword-Liste A-Z                           |
   +---------------------------------------------------------------------+ */

.tx-mwkeywordlist-pi1
{
	float: none;
	clear: both;
}

.tx-mwkeywordlist-pi1 h1,
.tx-mwkeywordlist-pi1 h2
{
	margin: 40px 0 0 0;
	padding: 0 0 5px 2px;
	border-bottom: 1px solid #e7f0f7;
}

.tx-mwkeywordlist-pi1-jumpmenu
{
	float: none;
	clear: both;
	padding: 25px 0 40px 0;
}

tx-mwkeywordlist-pi1-content
{
	float: none;
	clear: both;
}

.tx-mwkeywordlist-pi1-keywordlist
{
	float: none;
	clear: both;
}

.tx-mwkeywordlist-pi1-content div
{

}

.tx-mwkeywordlist-pi1-content div.section
{

}

.tx-mwkeywordlist-pi1-content div.sectiontoplink
{
	text-align: right;
}

.tx-mwkeywordlist-pi1-content ul
{

}

.tx-mwkeywordlist-pi1-content li
{
	margin-top: 5px;
}

.tx-mwkeywordlist-pi1-activeLink,
.tx-mwkeywordlist-pi1-inactiveLink
{
	display: block;
	float: left;
	width: 17.6px;
	text-align: center;
	padding: 3px 0 3px 0;
	background-color: #e7f0f7;
	font-weight: bold;
	border-right: 1px solid #fff;
	text-decoration: none;
}

.tx-mwkeywordlist-pi1-inactiveLink
{
	font-weight: normal;
	color: #bbb;
}

.tx-mwkeywordlist-pi1-activeLink:hover,
.tx-mwkeywordlist-pi1-inactiveLink:hover
{
	background-color: #0061af;
	color: #fff;
}

input, textarea, submit
{
	background-color: #77806f;
	border: 1px solid #fff;
	font-size:11px
	color: #fff;
}

