
/* Formatierung Seitenlayout */
body {
margin: 0;
padding: 0;
background-color: #e5e5e5;
background-image: url(../gfx/bg_body.gif);
background-repeat: repeat-y;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

/* Formatierung Header */
div.header {
width: 976px;
height: 110px;
background-color: #ffffff;
background-image: url(../gfx/bg_header.jpg);
background-repeat: no-repeat;
border: 1px solid #ffffff;
text-align: right;
line-height: 20px;
font-size: 10px;
}
div.header img {
width: 176px;
height: 80px;
border: 0;
margin: 8px 0 0 16px;
float: left;
}
div.header ul {
margin: 24px 16px 0 0;
padding: 0;
}
div.header li {
list-style-type: none;
}
div.header a {
color: #ffffff;
text-decoration: none;
}

/* Formatierung Hauptnavigationsbalken */
div.mainmenue {
width: 976px;
background-color: #56639f;
background-image: url(../gfx/line.gif);
background-repeat: repeat-x;
background-position: bottom; 
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
line-height: 25px;
font-size: 11px;
height: 25px;
}
div.mainmenue ul {
margin: 0 6px 0 6px;
padding: 0;
}
div.mainmenue li {
list-style-type: none;
display: inline;
}
div.mainmenue a {
display: block;
float: left;
padding: 0 10px 0 10px;
text-decoration: none;
color: #ffffff;
}
div.mainmenue a.selected {
background-color: #959dc3;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
color: #2c3c87;
}

/* Formatierung Subnavigationsbalken */
div.submenue {
width: 976px;
background-color: #959dc3;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
line-height: 24px;
font-size: 11px;
}
div.submenue ul {
margin: 0 6px 0 6px;
padding: 0;
}
div.submenue li {
list-style-type: none;
display: inline;
}
div.submenue a {
display: block;
float: left;
padding: 0 10px 0 10px;
text-decoration: none;
color: #ffffff;
}
div.submenue a.selected {
color: #2c3c87;
}

div#page
{
	width: 979px;
	padding: 0;
	margin: 0;
}

/* Formatierung Contentnavigation linke Spalte */
div.contentmenue {
width: 207px;
margin: 0 1px 0 1px;
float: left;
font-size: 11px;
padding-top: 24px;
}
div.contentmenue div.menue {
margin: 0 0 0 0;
padding: 0;
border-bottom: 1px solid #cccccc;
}
div.contentmenue div.menueoben {
margin: 0 0 0 0;
padding: 0;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
div.contentmenue div.menueunten {
border-bottom:1px solid #cccccc;
padding: 0;
}
/*
div.contentmenue li {
list-style-type: none;
border-bottom: 1px solid #cccccc;
}
*/
div.contentmenue a {
display: block;
text-decoration: none;
}
a.level1 {
padding: 6px 8px 6px 16px;
color: #2c3c87;
}
a.level1selected {
padding: 6px 8px 6px 16px;
background-color: #ffffff;
color: #000000;
}
a.level2 {
padding: 6px 8px 6px 32px;
background-color: #ffffff;
color: #2c3c87;
}
a.level2selected {
padding: 6px 8px 6px 32px;
background-color: #ffffff;
color: #000000;
}

/* Formatierung Newsletterbox linke Spalte */
div.newsletter {
margin: 24px 0 0 0;
border-top: 1px solid #cccccc;
}
div.newsletter p.normal {
margin: 8px 16px 0 16px;
}

div.newsletter a.download {
color: #2c3c87;
}


div.newsletter img {
width: 80px;
height: 15px;
border: 0;
}
div.newslettertitle {
margin: 1px 0 0 0;
padding: 0 0 0 20px;
background-color: #aaaaaa;
background-image: url(../gfx/dots.gif);
background-repeat: no-repeat;
line-height: 20px;
color: #ffffff;
}

/* Formatierung Suchformular linke Spalte */
div.search {
margin: 24px 0 0 0;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
div.search form {
margin: 8px 16px 24px 16px;
}
div.searchtitle {
margin: 1px 0 0 0;
padding: 0 0 0 20px;
background-color: #aaaaaa;
background-image: url(../gfx/dots.gif);
background-repeat: no-repeat;
line-height: 20px;
color: #ffffff;
}
input.searchkey {
margin: 6px 0 6px 0;
background-color: #ffffff;
border: 1px solid #aaaaaa;
}

/* Formatierung Textbereich Hauptspalte */
div.content {
width: 720px;
margin: 24px;
float: left
}
h1 {
margin: 0 0 1em 0;
font-size: 14px;
font-weight: bold;
color: #333333;
}
h2 {
margin: 2em 0 0.5em 0;
font-size: 12px;
font-weight: bold;
color: #333333;
}
h3 {
margin: 2em 0 0.5em 0;
font-size: 11px;
font-weight: bold;
color: #333333;
}
p {
margin: 1em 0 1em 0;
}
p.normal {
margin: 1em 0 1em 0;
}
div.image p.normal 
{
	margin: 0;
	padding: 0;
}

a {
color: #eb9435;
text-decoration: none;
}

/* Formatierung Standardtabelle im Textbereich */
table {
border-collapse: collapse;
margin: 1em 0 1em 0;
}
th {
padding: 4px 8px 4px 8px;
border: 1px solid #cccccc;
background-color: #dddddd;
font-weight: normal;
text-align: left;
}
td {
padding: 8px;
border: 1px solid #cccccc;
}

/* Formatierung Kinderzeichnungen Startseite */
div.image {
width: 720px;
height: 126px;
border: 0;
margin: 0 0 24px 0;
position: relative;
top: 0px;
left: 0px;
}
img.title_1 {
width: 180px;
height: 126px;
border: 0;
margin: 0;
position: absolute;
top: 0px;
left: 0px;
}
img.title_2 {
width: 180px;
height: 126px;
border: 0;
margin: 0;
position: absolute;
top: 0px;
left: 180px;
}
img.title_3 {
width: 180px;
height: 126px;
border: 0;
margin: 0;
position: absolute;
top: 0px;
left: 360px;
}
img.title_4 {
width: 180px;
height: 126px;
border: 0;
margin: 0;
position: absolute;
top: 0px;
left: 540px;
}

/* Formatierung Newsbox Startseite */
div.newsbox {
margin: 24px 0 0 0;
border-top: 1px solid #cccccc;
}
div.newsboxtitle {
margin: 1px 0 0 0;
padding: 0 0 0 20px;
background-color: #56639f;
background-image: url(../gfx/dots.gif);
background-repeat: no-repeat;
line-height: 20px;
color: #ffffff;
}

/* Formatierung Fusszeile */
div.footer {
margin: 32px 0 0 0;
padding: 8px 0 24px 0;
border-top: 1px solid #cccccc;
text-align: right;
color: #999999;
}
div.footer span {
float: left;
}
div.footer img {
width: 94px;
height: 12px;
border: 0;
}

/* Formatierung Versorgungslandkarte */
img.map {
width: 424px;
height: 512px;
border: 0;
margin: 24px 0 0 0;
float: left;
}
p.maptext {
margin: 48px 0 0 0;
}
img.back {
width: 58px;
height: 15px;
border: 0;
margin: 24px 0 0 0;
}

/* Formatierung Bildunterschrift */
p.imagetext {
margin-top: 4px;
font-size: 10px;
}

/* Formatierung Kontakt- und Login-Formular */
td.label {
border: 0;
padding: 0 0 8px 0;
}
td.field {
border: 0;
padding: 0 0 8px 16px;
}
input {
font-size: 12px;
font-weight: regular;
}

/* Formatierung Suche */
div.tx-indexedsearch-searchbox table
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div.tx-indexedsearch-searchbox tr,
div.tx-indexedsearch-searchbox td
{
	border: 0px;
}
div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword
{
	border: 1px solid #cccccc;
}
div.tx-indexedsearch-res td.tx-indexedsearch-title
{
	background-color: #dddddd;
	font-weight: bold;	
	padding: 5px;
}
div.tx-indexedsearch-res td.tx-indexedsearch-result-number,
div.tx-indexedsearch-res td.tx-indexedsearch-icon,
div.tx-indexedsearch-res td.tx-indexedsearch-title-geandert,
div.tx-indexedsearch-res td.tx-indexedsearch-percent
{
	padding-top: 5px;
	padding-left: 5px;	
	padding-right: 5px;		
	padding-bottom: 0px;
	margin: 0px;
}
div.tx-indexedsearch-res tr,
div.tx-indexedsearch-res td
{
	border: 0px;
}


