/* Farben */
/* hellblau: #458AD8 */
/* dunkelblau: #0239AD */

/* Abstaende fuer alle nullen */

* {
   margin: 0;
   padding: 0;
   }

/* Elemente */

a {
   text-decoration: underline;
   background: transparent;
   color: #000;
   }

a:visited {}

a:hover {}

a:active {}

body 	{
	font: 95% Verdana, Arial, Helevetica, sans-serif;
	background-color: transparent;
	color: #000;
	text-align: center;
	}

form {position: relative;}

h1 {
	font-size: 1.3em;
	margin: 6px 0em 0.4em 0em;
	}

h2 {
	font-size: 1.2em;
	margin: 0.9em 0em 0.4em 0em;
}

h3 {
	font-size: 1.1em;
	margin: 0.8em 0em 0.4em 0em;
}

h4 {
	font-size: 0.95em;
	margin: 0.75em 0em 0.4em 0em;
}

h5, h6, p, a, li, input, legend, label, pre, address, dt, dh, tr, th, td, caption, code, strong {
	font-size: 0.84em;
}

li a, p a, li li, td p, td input, tr td, td p, h3 a, p strong, dl dd {
	font-size: 100%;
	}

img {border: none 0;}

dd.csc-textpic-caption {
	font-size: 70%;
	font-style: italic;
	padding: 3px 0px 6px 3px;
	}

table {
	border-width: 2px;
	border-style: solid;
	border-color: ffffff;
	border-collapse: collapse;
	}

table th {
	border-width: 3px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #0076BC;
	}

table td {
	border-width: 3px;
	padding: 3px;
	border-style: solid;
	border-color: white;
	background-color: #ececec;
	}

/* Bereiche */

#adresse {
	clear: both;
	padding: 10px 0px;
	border-top: 1px solid #000;
	}
	
#container {
	width: 100%;
	margin: 20px;
	background-color: #fff;
	text-align: left;
	}

#logo {
	height: 100px;
	background: transparent;
	border-bottom: #000 1px solid; 
	}

#logo img {
	margin: 10px 0px;
	}


#contentarea {	
	background-color: #ffffff;
	padding: 20px 0px;
	}

#contentarea p {
	line-height: 1.25em;
	margin-bottom: 1.25em;
	}

#content {
	
	background-color: #ffffff;
	margin: 0 0 10px 0px;
}

#content ul {
	margin: 1.25em 1.75em;
	}

#content ol {
	margin: 1.25em 1.75em;
	list-style-type: lower-alpha;
	}


#klickpfad {
	width: 100%;
	background: transparent;
	color: #000;
	}

#klickpfad ul {
	padding: 0.15em 1.2em 0.2em 0em;
	}
	
#klickpfad ul li {
	padding: 0em 0.25em;
	list-style-type: none;
	color: #000;
	font-size: 75%;
	font-weight: normal;
	display: inline;
	}

#klickpfad a {
	color: #000;
	text-decoration: underline;
	}

#left 	{
	background: transparent;
	color: #000;
	margin: 10px 0px;
	}

#left p {font-size: 70%;}

#left a {
	color: #000;
	text-decoration: none;
	}

#left form {
	position: absolute;
	top: 6px;
	right: 14px;
	}

#left h1 {
	display: block;
	border-bottom: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	}

#left h2 {
	display: block;
	border-bottom: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	}

#left h3 {
	display: block;
	border-bottom: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	}

#left h4 {
	display: block;
	border-bottom: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	}
			
#left h5 {
	display: block;
	border-bottom: 1px solid #000;
	background: transparent;
	color: #000;
	padding: 2px 2px 2px 10px;
	margin: 0px;
	}


#left div.csc-textpic {
	padding: 8px;
	}

#left div.csc-header {
	margin-top: 15px;
	}

#footer {
	background: transparent;
	border-top: 1px #000 solid;
	}

#footer ul {
	list-style-type: none;
	padding-top: 5px;
	}
	
#footer ul li {
	list-style-image: none;
	display: inline;
	color: #000;
	}
	
#language {
	position: absolute;
	top: 110px;
	right: 20px;
	width: 100px;
	}

#mailform {
	margin-top: 20px;
	}

.LeftNavLine {
   padding-bottom: 5px;
   padding-top: 5px;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #666666;
}

.LeftNavLineTop {
   padding-bottom: 0px;
   padding-top: 0px;
}

/* =======================================================================
         navigation formating
   =======================================================================*/
a.positionnavigation {
   font-family : verdana;
   color: #ffffff;
   text-decoration: none;
}

a.positionnavigation:hover {
   text-decoration: none;
   color: #00CCFF;
}

a.LeftNav {
   font-family : verdana;
   font-weight: bold;
   color: #393939;
   text-decoration: none;
   padding-left: 30px;
   padding-top: 2px;
   padding-bottom: 2px;
   padding-right: 0px;
   margin: 0px;
   background-image:url(../media/pfeil.gif);
   background-repeat: no-repeat;
   background-position: 15px 2px;
   display: block;
}

a.LeftNav:hover {
   background-image:url(../media/pfeil_hover.gif);
   background-color: #D7D7D7;
}

a.LeftNavSub1 {
   font-family : verdana;
   color: #393939;
   text-decoration: none;
   margin-left: 0px;
   padding-left: 50px;
   padding-top: 2px;
   padding-bottom: 2px;
   background-position: 35px 2px;
   display: block;
   background-image:url(../media/pfeil_klein.gif);
   background-repeat: no-repeat;
}

a.LeftNavSub1:hover {
   background-image:url(../media/pfeil_klein_hover.gif);
   background-color: #D7D7D7;
}

a.LeftNavSub2 {
   font-family : verdana;
   color: #393939;
   text-decoration: none;
   margin: 0px;
   padding-left: 65px;
   padding-top: 2px;
   padding-bottom: 2px;
   display: block;
   background-image:url(../media/pfeil_klein.gif);
   background-repeat: no-repeat;
   background-position: 50px 2px;
}

a.LeftNavSub2:hover {
   background-image:url(../media/pfeil_klein_hover.gif);
   background-color: #D7D7D7;
}

a.LeftNavSub3 {
   font-family : verdana;
   color: #393939;
   text-decoration: none;
   margin: 0px;
   padding-left: 80px;
   padding-top: 2px;
   padding-bottom: 2px;
   display: block;
   background-image:url(../media/pfeil_klein.gif);
   background-repeat: no-repeat;
   background-position: 65px 1px;
}

a.LeftNavSub3:hover {
   background-image:url(../media/pfeil_klein_hover.gif);
   background-color: #D7D7D7;
}

a.FootNav {
   font-family : verdana;
   color: #333333;
   text-decoration: none;
}

a.FootNav:hover {
   text-decoration: none;
   color: #000000;
}

a.TopNavigation {
   font-family : verdana;
   color: #000000;
   padding-left: 10px;
   text-decoration: none;

}

a.TopNavigation:hover {
   text-decoration: none;
   color: #666666;
}

dd.csc-textpic-caption {
	font-style: italic;
	padding-top: 5px;
}


/* default styles for extension "tx_jppageteaser_pi1" */

.tx-jppageteaser-pi1 {
  padding: 0px;
  margin: 0px;
}
		
.tx-jppageteaser-pi1-browsebox {
  border-top: 1px solid #999999;
  margin-top:10px;
  padding-top: 5px;
  text-align: center;
  clear: both;
}

/* List View */

.tx-jppageteaser-pi1-list {
  padding: 0px;
  margin-top: 10px;
}
.tx-jppageteaser-pi1-list-floatcleaner {
	clear:both;
}

.tx-jppageteaser-pi1-list-entry {
  margin-bottom: 15px;
  padding-right: 10px;
  width: 580px;
}

.tx-jppageteaser-pi1-list-entry-first {

}

.tx-jppageteaser-pi1-list-entry-last {

}

.tx-jppageteaser-pi1-list-entry-description {
  margin-top: 10px;
}

.tx-jppageteaser-pi1-list-entry-description > ul {
  margin-left: 0px;
}

		
.tx-jppageteaser-pi1-list-entry-image IMG {
  float: left;
  border: 1px solid #000000;
  margin: 0px 25px 0px 0px;
}
		
.tx-jppageteaser-pi1-list-entry-link-item {
   padding-top: 3px;
}

.tx-jppageteaser-pi1-list-entry H4 {
  border-bottom: 1px dashed #999999;
}
		
.tx-jppageteaser-pi1-list-entry H4 A {
  text-decoration: none;
}
		
.tx-jppageteaser-pi1-list-entry-creation-date,
.tx-jppageteaser-pi1-list-entry-change-date {
  bottom: 4px;
  right: 0px;
  font-weight: normal;
  color: #999;
}
.tx-jppageteaser-pi1-browsebox-show-results {}
.tx-jppageteaser-pi1-browsebox-browse-links {}
.tx-jppageteaser-pi1-browsebox-show-results-number {}
.tx-jppageteaser-pi1-browsebox-disabled-link {}
.tx-jppageteaser-pi1-browsebox-inactive-link {}
.tx-jppageteaser-pi1-browsebox-active-link {}
/* =======================================================================
         Formulare
   =======================================================================*/
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
display:block;
width:135px;
padding-left:10px;
margin-bottom:10px;
clear:both;
}

.csc-mailform-field input, 
.csc-mailform-field textarea, 
.csc-mailform-field select {
float:right;
display:block;
width:370px;
border: 1px solid #333;
background:#F4F4F4;
padding:2px;
margin-bottom:10px;
margin-right: 20px;
}

/* Inhaltselemte */

div.csc-header {position:relative; margin-bottom: 15px;}

.csc-textpicsubheader {
	padding-left: 3px;
	font-style: italic;
	}
	
div#addressitem dt{
	float: left;
	font-size: 11px;
	font-weight: bold;
}

div#addressitem dd {
	margin-left: 170px;
	font-size: 11px; 
}

div#addressitem a {
	font-size: 11px;
}

div#addressitem {
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
