/* Basiselemente */
html {
	height: 100%;
}

body { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	height: 100%;
/*	text-align: center;*/
	color: #666666;
	line-height: 14px;
	background: #E4E4E4 url(./../images/bground.gif) 0 0 repeat-y;
}
body.print {
	background: #FFFFFF;
}	

/** html div#outerContainer { height: 100%; }*/

#outerContainer { 
	padding: 0;
	background-color: #FFFFFF; 
	width: 780px !important;
	width /**/: 782px;
/*	min-height: 100%;*/
	margin-top: 0;
	margin-bottom: 0;
/*	margin-left: auto;*/
/*	margin-right: auto;*/
	position: relative;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: left;
}

/* Hauptebenen-Definitionen */
#header {
	margin: 0;
	padding: 0;
	background: #FC5102 url(./../images/bground_header.jpg) 0 21px no-repeat;
	border-bottom: 4px solid #00A543;
	width: 780px;
	height: 164px !important;
	height /**/: 168px;
	text-align: right;
}

#navtop {
	margin: 0;
	padding: 0;
	background: #666666;
	border-bottom: 1px solid #FFFFFF;
	width: 780px;
	height: 19px !important;
	height /**/: 20px;
}
#navtop .info {
	padding: 2px 10px;
	width: 185px !important;
	width /**/: 205px;
	text-align: right;
	height: 15px !important;
	height /**/: 19px;
	color: #FFFFFF;
	float: left;
}

#innerContainer {
	margin: 0;
	padding: 0;
	width: 615px;
	float: left;
	background-color: #FFFFFF; 
}

#colleft {
	margin: 0;
	padding: 0;
	width: 197px;
	float: left;
	background-color: #FFFFFF; 
}

#colmiddle {
	margin: 0;
	padding: 16px 20px 20px 14px;
	width: 384px !important;
	width /**/: 418px;
	float: right;
	background-color: #FFFFFF; 
}

#colright {
	margin: 0;
	padding: 28px 8px 20px 0;;
	width: 157px !important;
	width /**/: 165px;
	float: right;
	background-color: #FFFFFF; 
}

#search {
	margin: 0;
	padding: 16px 12px 10px 13px;
	border-left: 14px solid #00A543;
	width: 158px !important;
	width /**/: 197px;
}

#navleft {
	margin: 0;
	padding: 8px 12px 10px 13px;
	border-left: 14px solid #FC5102;
	background-color: #F0F0F0;
	width: 158px !important;
	width /**/: 197px;
}

#links {
	margin: 0;
	padding: 8px 12px 10px 13px;
	border-left: 14px solid #00A543;
	width: 158px !important;
	width /**/: 197px;
}

#links h2, #navleft h2 {
	margin-bottom: 5px;
}
#links p, #navleft p {
	margin-bottom: 5px;
}
#links p a, #navleft p a {
	font-weight: normal;
}
#navleft p a.navleft-on {
	font-weight: bold;
}

#path {
	margin: 0;
	padding: 0;
	color: #999999;
	height: 28px;
}

#footer {
	margin: 0;
	padding: 8px 0 8px 8px;
	border-top: 4px solid #00A543;
	width: 772px !important;
	width /**/: 780px;
	height: 15px !important;
	height /**/: 35px;
	background-color: #FFFFFF; 
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footer li.top {
	margin-right: 100px;
}
#footer li.print {
	margin-right: 330px;
}

#footer a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#header ul.navheader {
	margin: 0;
	padding: 130px 10px 0 0;
	list-style-type: none;
}

#header ul.fontsize {
	margin: 0;
	padding: 3px 10px 0 0;
	list-style-type: none;
	color: #FFFFFF;
}

#header li {
	margin: 0;
	padding: 0;
	display: inline;
}

h1, h2, p, ul, ol {
	margin: 0 0 10px 0;
}
ul {
	padding-left: 30px; 
	list-style-type: square;
}
ol {
	padding-left: 30px; 
}

td, th {
	font-size: 11px;
}

h1, .headline1 {
	color: FF6600;
	font-size: 13px;
	font-weight: bold;
}

h2, .headline2 {
	color: FF6600;
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
a.fontsize {
	color: #FFFFFF;
	font-weight: normal;
}
a.fontsize:hover {
	font-weight: normal;
}
a.seperator {
	margin-left: 3px;
	padding-left: 6px;
	background: transparent url(./../images/seperator.gif) 0 2px no-repeat;
}
a.seperatorfs {
	margin-left: 3px;
	padding-left: 6px;
	background: transparent url(./../images/seperator2.gif) 0 2px no-repeat;
}

#path a.first {
	padding: 0;
	background: none;
	color: #999999;
	font-weight: normal;
}
#path a {
	margin-left: 5px;
	padding-left: 10px;
	background: url(../images/icon_path.gif) 0 5px no-repeat;
	color: #999999;
	font-weight: normal;
}
#path a:hover {
	font-weight: normal;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0 none;
	margin: 0;
	padding: 0;
	background: transparent;
}

div.csc-frame-rulerAfter {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #FC5102;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

.input {
	border: 1px solid #D9D9D9;
}
.submit {
	margin-top: 5px;
	padding: 0 8px 1px 8px;
	border: 1px solid #D9D9D9;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	background-color: #999999;
}
#qry {
	width: 157px;
}
#startsearch {
	width: 60px;
}

#colright h2 {
	margin: 0;
	padding: 2px 0 0 13px;
	background: transparent url(./../images/bground_box_right_header.gif) 0 0 no-repeat;
	width: 143px !important;
	width /**/: 156px;
	height: 16px !important;
	height /**/: 18px;
	color: #FFFFFF;
}
#colright p {
	padding: 6px 13px;
	width: 130px !important;
	width /**/: 156px;
	background: #E4E4E4 url(./../images/bground_box_right_bottom.gif) bottom no-repeat;
}
#colright a {
	font-weight: normal;
	line-height: 16px;
}

#colmiddle h1.box, h5 {
	margin: 0;
	padding: 4px 0 0 13px;
	background: transparent url(./../images/bground_box_header.gif) 0 0 no-repeat;
	width: 370px !important;
	width /**/: 383px;
	height: 18px !important;
	height /**/: 22px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#colmiddle p.box {
	padding: 6px 13px;
	width: 357px !important;
	width /**/: 383px;
	background: #C6C6C6 url(./../images/bground_box_bottom.gif) bottom no-repeat;
}

ul.navtop {
	margin: 0;
	padding: 0;
	height: 19px;
	display: block;
	list-style-type: none;
}
ul.navtop li.navtop {
	margin: 0 15px 0 0;
	display: inline;
}
ul.navtop li.navtop div, ul.navtop li.navtop-on div {
	display: inline;
}
ul.navtop-level2 {
	margin: 0;
	padding: 10px 10px 0 10px;
	min-width: 125px;
	display: block;
	list-style-type: none;
 	background-color: #FC5102;
	border-right: 1px solid #001E78;
	border-bottom: 1px solid #001E78;
	border-left: 1px solid #001E78;
}
* html ul.navtop-level2 {
	width: 145px;
}
ul.navtop-level2 li.navtop-level2 {
	margin: 0 0 10px 0;
	display: block;
}

a.navtop, a.navtop:hover, a.navtop-on {
	padding: 2px 10px 3px 10px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
a.navtop, a.navtop-on {
	text-decoration: none;
}
a.navtop-on {
 	background-color: #FC5102;
}
a.navtop:hover {
	text-decoration: underline;
 	background-color: #FC5102;
}
a.navtop-level2, a.navtop-level2:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a.navtop-level2 {
	text-decoration: none;
}
a.navtop-level2:hover {
	text-decoration: underline;
}

table.print {
	margin: 10px;
	padding: 0;
	border: none;
	width: 363px !important;
	width /**/: 383px;
}

/* ------ Sitemap ----------------------------------------------------------------- */

ul#sitemap,
ul#sitemap li ul {
	margin: 0;
	padding: 0;
}

ul#sitemap li {
	list-style: none;
	padding-left: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0;
	font-weight: bold;
	background: url(clear.gif);
}

ul#sitemap li a, ul#sitemap li a:hover {
	font-weight: normal;
}

ul#sitemap li ul li.second,
ul#sitemap li ul li.third,
ul#sitemap li ul li.fourth,
ul#sitemap li ul li.fifth,
ul#sitemap li ul li.six {
	list-style: none;
	font-weight: normal;
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	padding: 0 0 0 1em;
	background: url(../images/icon_sitemap.gif) no-repeat 0 0.3em;
}

ul#sitemap li ul li.second { margin-left: 0; }
ul#sitemap li ul li.third,
ul#sitemap li ul li.fourth,
ul#sitemap li ul li.fifth,
ul#sitemap li ul li.six { margin-left: 0.05em; }

/* ------ Kalender ----------------------------------------------------------------- */

.termin {
	width: 384px;
}
.termin .date {
 	margin: 0;
 	padding: 4px 5px 6px 5px;
	width: 110px !important;
	width /**/: 122px;
	height: 13px !important;
	height /**/: 23px;
	border-right: 2px solid White;
	float: left;
	font-weight: bold;
	color: #FC5101;
 	background: #E4E6E5;
}
.termin .place {
 	margin: 0;
 	padding: 4px 5px 6px 5px;
	width: 252px !important;
	width /**/: 262px;
	height: 13px !important;
	height /**/: 23px;
	float: right;
 	color: #676767;
 	background: #E4E6E5;
}
.termin .place span.placename {
	font-weight: bold;
	color: #FC5101;
}
.termin .description {
 	margin: 0;
	border-top: 2px solid White;
 	padding: 5px 5px 5px 5px;
	background-color: #F0F0F0;
	color: #676767;
	clear: both;
}
.termin .Tfooter {
 	margin: 0;
 	padding: 3px 0 3px 5px;
 	background-color: #F0F0F0;
 	color: #676767;
}

.fdiv1 {
	margin: 0 0 2px 0;
	padding: 3px 0 3px 5px;
	background: #E4E6E5;
	color: #FC5101;
}
.fdiv2 {
	margin: 0 0 7px 0;
	padding: 5px 0 5px 5px;
	background-color: #F0F0F0;
	color: #676767;
}
