@import "default.css";
body {
  background: #fff url(../img/site-bg.gif) top left repeat-y;
}
#siteContainer {
  position: relative;
  border-bottom: 1px solid white;
  border-top:1px solid white;
  width: 1004px;
  height:100%;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
}
#headContainer {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 310px;
  width: 1004px;
  background: url(../img/header/baeume_hr.jpg) 0px 60px no-repeat;
  border: 0px dashed blue;
}
#mainContainer {
  margin:380px 0px 0 -1px;
  padding-bottom: 0px;
  border-left:1px solid black;
  border-right:1px solid black;
  width:1004px;
  /* border:1px solid green; */
}
#contentContainer {
  float: left;
  margin: 0 0 50px 30px;
  padding-top:13px;
  margin-top:-10px;
  width: 600px;
  border:0px solid black;  
}
#contentContainer.start {
  float: left;
  width: 775px;
  height: 500px;
  background: url(../img/start-content.jpg) 26px 0px no-repeat;
}

#sprachwechsel {
  margin-top:125px;
}

html>body #contentContainer {
  height: auto;
  min-height: 500px;
}

#siteNav {
  float: left;
  width: 180px;
  min-height: 200px;
  border:0px solid blue;
}

/* Fixed-Version
#footerContainer {
  position: fixed;
  padding-left:161px;
  left: 180px;
  bottom: 0px;
  width: 789px;
  height: 35px;
  padding-top: 10px;
  border:0px solid black;
  font-size:14px;
  background: #fff url(../img/site-bg.gif) top left repeat-y;
}
*/

#footerContainer {
  padding-left:210px;
  height: 35px;
  padding-top: 10px;
  background: #fff url(../img/site-bg.gif) top left repeat-y;
  color:black;
  font-size:14px;
  font-family: Times;
  border:0px solid black;
}

#imageContainer {
  float: left;
  width: 255px;
  margin: 0 0 0 41px;
}
#contentContainer img {
  vertical-align: middle;
}

/* Fix für Doubled-float-margin-Bug im IE */

* html #contentContainer { display:inline; }
* html #logo { display:inline; }



/* navigation */
#siteNav ul {
  margin: 0 0 0 20px;
}
#siteNav ul li {
  padding: 5px 0px;

}
#siteNav ul a{
  font-size: 14px;
  color: white;
}
#siteNav ul ul a{
  font-size: 12px;
  color: white;
}

#logo {
  float:left;
  margin-left:116px;
  width:350px;
  border:0px solid black;
}
#headNav {
  float:right;  
  width:480px;
  text-align:right;
  padding-right:30px;
  padding-top:30px;
  border:0px solid black;
  
}

#colorbar {
  float: left;
  width: 160px;
  height: 24px;
  background:#ed1c24; /* #E3001B; */
  margin-top: 5px;
}
#logo2 {
  margin-left:0px;  
  font: bold 13px Times;
  padding-left:205px;
  color:#3f3c3d; /* #231f20; */
  border:0px solid black;
}

#headNav ul li {
  display: inline;
  color: #fff;
  font-size: 14px;
}
#headNav ul li a {
  
  color: #fff;
  font-size: 14px;
}
#footerLeft {
  width: 170px;
  float: left;
  padding-left: 30px;
  word-spacing: 1.8em;
  color: #fff;
  font-weight: bold;
}
#footerRight {
  width: 780px;
  float: right;
  font-size: 11px;
}
h1 {
  color: #007cbf;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
h2, h3 {
  color: #007cbf;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
p {
  font-size: 12px;  
  margin: 10px 0 10px 0;
}
td {
  padding: 3px;
}
.news li {
  font-size: 14px;
  padding: 3px 3px 3px 3px;
  margin-top: 30px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  
}
.caption {
  margin: 0 0 20px 0;
}
#sitemap ul {
  margin: 0 0 0 20px;
}
#sitemap ul li {
  padding: 5px 0px;
  
}
#sitemap ul a{
  font-size: 14px;
  color: #999;
}
#sitemap ul ul a{
  font-size: 12px;
  color: #999;
}
a.aktiv{
  font-weight: bold;
  text-decoration: underline;
}
.tdr {
  text-align: right;
}

/* Hauptmenü links */

.menuepunkt, .sprachpunkt {
  margin-left:55px;
  border:0px solid black;

  padding-top:6px;

  /* Minimalhöhe deswegen, da lange Menüpunkte umbrechen können
     sollen, ohne den darunterliegenden Punkt zu überlappen */

  min-height:23px;
  height:auto !important;  /* min-height-"Hack" für IE */
  height:23px;
}

.sprachpunkt {
  padding-top:0px;
}


.level_2_menuepunkt {
  margin-left:65px;
  border:0px solid black;

  padding-top:6px;

  /* Minimalhöhe deswegen, da lange Menüpunkte umbrechen können
     sollen, ohne den darunterliegenden Punkt zu überlappen */

  min-height:23px;
  height:auto !important;  /* min-height-"Hack" für IE */
  height:23px;
}


.level_3_menuepunkt {
  margin-left:75px;
  border:0px solid black;

  padding-top:6px;

  /* Minimalhöhe deswegen, da lange Menüpunkte umbrechen können
     sollen, ohne den darunterliegenden Punkt zu überlappen */

  min-height:20px;
  height:auto !important;  /* min-height-"Hack" für IE */
  height:20px;
}

.thumbnail {
  /* background-color:#222222; */
  border:0px solid #2A2A2A;
  float:left;
  margin-bottom:10px;
  margin-right:10px;
  /* padding:3px 3px 8px; */
}

.csc-textpic-clear, .csc-textpic-text
{
  margin-bottom:25px;
}

.startseitentext
{
  margin-top:48px;
}

.startseitentext p
{
  font-size:14px;  
}





/* Links */

a:link { text-decoration:underline; color:black; }
a:visited { text-decoration:underline; color:black; }
a:active { text-decoration:underline; color:black; }
a:hover { text-decoration:underline; color:black; }

.menuepunkt a:link { text-decoration:none; color:black; font-size:13px; }
.menuepunkt a:visited { text-decoration:none; color:black; font-size:13px; }
.menuepunkt a:active { text-decoration:none; color:black; font-size:13px; }
.menuepunkt a:hover { text-decoration:none; color:#5a5a5a; font-size:13px; }

.level_2_menuepunkt a:link { text-decoration:none; color:black; font-size:11px; }
.level_2_menuepunkt a:visited { text-decoration:none; color:black; font-size:11px; }
.level_2_menuepunkt a:active { text-decoration:none; color:black; font-size:11px; }
.level_2_menuepunkt a:hover { text-decoration:none; color:#5a5a5a; font-size:11px; }

.level_3_menuepunkt a:link { text-decoration:none; color:black; font-size:11px; }
.level_3_menuepunkt a:visited { text-decoration:none; color:black; font-size:11px; }
.level_3_menuepunkt a:active { text-decoration:none; color:black; font-size:11px; }
.level_3_menuepunkt a:hover { text-decoration:none; color:#5a5a5a; font-size:11px; }

.sprachpunkt a:link { text-decoration:none; color:black; font-size:12px; }
.sprachpunkt a:visited { text-decoration:none; color:black; font-size:12px; }
.sprachpunkt a:active { text-decoration:none; color:black; font-size:12px; }
.sprachpunkt a:hover { text-decoration:none; color:#5a5a5a; font-size:12px; }

#headNav a:link { text-decoration:none; color:black; font-size:11px; }
#headNav a:visited { text-decoration:none; color:black; font-size:11px; }
#headNav a:active { text-decoration:none; color:black; font-size:11px; }
#headNav a:hover { text-decoration:none; color:#5a5a5a; font-size:11px; }

.csc-uploads-fileName a { font-size:10px; }

#carousel1 {
	width:775px; 
	height:500px;
	background:#fff;
	overflow:scroll;
}
#title-text {
padding: 20px 0 0 40px;
color: #007cbf;
font-size: 16px;
font-weight: bold;
margin: 0 0 10px 0;
}
#alt-text {
	padding: 0 0 0 40px;
	color: #007cbf;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#left-but {
	position: absolute;
	left: 500px;
	top: 900px;
}
#right-but {
	position: absolute;
	left: 550px;
	top: 900px;
}


