/* override some defaults that are different from browser to browser anyway */
body,div,form {
	padding: 0px;
	margin: 0px;
}

img {
    border: none;
}

body  {
	color: #333;
	font: small/1.4em Arial, Verdana, Helvetica, sans-serif;
	background: #fff url(../body-bg.gif) repeat-x top left;
}

/* set some more defaults for our convenience */
h1,h2,h3,h4 {
	clear: both;
	color: #1c4b5b;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
}
p {
	margin: 0 0 1em 0;
}

.hidden {
	display: none;
}
a {
	color: #1c4b5b;
	text-decoration: underline;
}
a:hover {
	color: #7ca8c3;
}
a.more {
	text-decoration: none;
}
.style-list {
	color: #1c4b5b;
	font-family: Georgia, serif;
}
.style-list li p {
	margin: 0;
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
img.left {
	float: left;
	margin: 6px 6px 6px 0;
	overflow: hidden;
}
img.right {
	float: right;
	margin: 6px 0 6px 6px;
}



/* Layout */
#page {
	position: relative;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
#wrapper {
	float: left;
	overflow: hidden;
	width: 748px;
}
#sidebar {
	float: left;
	overflow: hidden;
	width: 235px;
	background: transparent;
	margin-left: 16px;
}
#header {
	width: 745px;
	height: 216px;
	margin-bottom: 55px;
	padding-left: 7px;
	background: transparent url( ../header.jpg ) no-repeat 0px 0px;
}
#main-col {
	float: left;
	width: 544px;
	margin-left: 227px;
}
#main-col.wide {
	width: 771px;
	margin: 0;
}
#main-col-margin {
	margin: 0 36px;
}
#main-col.wide #main-col-margin{
	margin-left: 7px;
}
#left-col {
	float: left;
	width: 227px;
	margin-left: -771px;
}
#left-col-margin {
	margin: 0 0 0 7px;
}





/* header */
#header ul {
	margin: 0;
}
#top-nav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 12px;
	
}
#top-nav li {
	float: left;
	padding: 4px 0 0 0;
}
#top-nav li a {
	text-decoration: none;
	padding: 0 .3em;
	border-left: 1px solid #1c4b5b;
}
#top-nav li:first-child a {
	border: none;
}
#top-nav li a:hover {
	text-decoration: none !important;
}






/* Navigation */
.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation a:hover,
.navigation a {
	text-decoration: none !important;
}

#main-nav {
	position: absolute;
	top: 216px;
	left: 0;
	height: 34px;
	width: 745px;
	padding: 0 0 7px 7px;
	background: #fff url( ../nav-shadow.gif ) no-repeat bottom left;
}
#main-nav li {
	float: left;
	margin: 0 22px;
	padding: 8px 0 0 0;
}
#main-nav a {
	font-size: 1.1em;
	font-weight: bold;
}

#sec-nav-container {
	background: #d0dce8;
}
#sec-nav-container h4{
	color: #fff;
	background: #7CA8C3;
	padding: 4px 10px;
	border-bottom: 1px solid #fff;
}
#sec-nav-container ul {
	padding: 1em 0;
	margin: 0;
}
#sec-nav-container ul  li{
	margin: .25em 0;
}
#sec-nav-container ul  li a{
	font-weight: bold;
	padding-left: 6px;
	border-left: 6px solid #d0dce8;
	display: block;
}
#sec-nav-container ul  li a:hover, #sec-nav-container ul  li.current a{
	border-left: 6px solid #1c4b5b;
	color: #1c4b5b;
	text-decoration: none;
	background-color: #fff;
}






/* Termine */
.news {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news li {
	padding: 4px;
	margin: .5em 0;
}
.news li.odd {
	background: #d0dce8;
}












/* Sidebar */
#sidebar {
	color: #000;
}

#sidebar h3 {
	padding-left: 2px;
}

.toolbox {
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
	height: 90px;
	background: #fff;
}

ul.links,
.toolbox ul {
	margin: 0;
	padding: 10px 0 0 0;
}

ul.links {
  margin-bottom: 1em;
}

ul.links li,
.toolbox ul li {
	color: #333;
	font-weight: bold;
	font-size: .9em;
	height: 20px;
	display: block;
	overflow: hidden;
	width: 215px;
	padding-left: 10px;
}

ul.links li a,
.toolbox ul li a {
	padding: 0px 3px;
	color: #333;
	text-decoration: none !important;
	font-weight: bold;
	display: block;
}

ul.links li a:hover,
.toolbox ul li a:hover {
	text-decoration: none !important;
}

li.schrift {
  margin-left: 3px;
}


li.schrift a {
  display: inline !important;
  color: #333333 !important;
}

ul.links li a:hover,
.toolbox ul li a:hover {
  background-color: #D0DCE8;
  color: #333333;
  text-decoration: none;
}

.searchbox{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 19px;
	width: 236px;
	overflow: hidden;
	border: 1px solid #7a98a3;
	border-width: 1px 0;
}
.toolbox form {
	padding: 0;
	margin: 0;
}
.search-input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-right: 22px;
	padding-left: 10px;
	height: 19px;
	width: 200px;
	font-size: .9em;
	border: 1px solid #fff;
}
.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	background: transparent url( ../search-submit.gif ) no-repeat top left;
	border: none;
	height: 19px;
	width: 19px;
	font-size: 99999px;
	overflow: hidden;
}

#termine {
	background: #d0dce8;
	padding: 10px;
}
#termine ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#termine ul li{
	margin-bottom: 1em;
	background-color: #fff;
	padding: 2px;
}
#termine h4 {
	color: #000;
}
#termine .date {
	border-right: 1px solid #000;
	padding-right: .2em;
	margin-right: .2em;
	padding-left: 1px;
}


#banner ul {
	list-style-type: none;
	margin: 2em 0;
	padding: 0;
}
#banner ul li {
	margin-bottom: .5em;
}








/* Footer */
#footer {
	clear: both;
	height: 88px;
	text-align: center;
	background: #d0dce8;
}
#footer ul {
	height: 22px;
	padding: 2px 0 0 0;
	margin: 0;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a{
	text-decoration: none;
	font-weight: bold;
	padding: 0 4px;
	border-left: 1px solid #1c4b5b;
}
#footer ul li:first-child a{
	border: none;
}
#footer ul.tools {
	background: #1c4b5b;
}
#footer ul.tools li{
	background: #1c4b5b;
}
#footer ul.tools a {
	border-color: #fff;
	color: #fff !important;
}








