/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++ STYLESHEET +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html {
  SCROLLBAR-FACE-COLOR: #EC6B03;
  SCROLLBAR-HIGHLIGHT-COLOR: #EC6B03;
  SCROLLBAR-3DLIGHT-COLOR: #FEFEFE;
  SCROLLBAR-SHADOW-COLOR: #EC6B03;
  SCROLLBAR-DARKSHADOW-COLOR: #FEFEFE;
  SCROLLBAR-TRACK-COLOR: #EC6B03;
  SCROLLBAR-ARROW-COLOR: #EC6B03;
 
  font-family: Verdana;
  overflow: hidden;
  background-attachment: fixed;
}

body {
  background: #5F5F5F;
  padding: 0px;
  margin: 0px;
}

img { border: 0px; }

.left {
  float: left;
}

.right {
  float: right;
  margin-right: 25px;
  margin-top: 75px;
}

*html .right {
  margin-right: 5px;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
  color: #353535;
}

a:hover, a:focus, a:active {
  color: #F16D00;
  text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ TOPBAR ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topbar {
  height: 178px;
  background: url(/fileadmin/layout/topbg.jpg) repeat-x;  
}

#logo {
  width: 171px;
  height: 129px;
  margin: 0px auto;
}

#navigation {
  width: 960px;
  margin: 0px auto;
  margin-top: 17px;
  padding-left: 0px;
}

#navigation ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

#navigation li {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-left: 10px;
  font-size: 11px;
}

#navigation li a {
  
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
  color: #353535;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
  color: #F16D00;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ MIDDLEBAR +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#middlebar_small {
  width: 100%;
  height: 210px;
  
  background: url(/fileadmin/layout/middlebg_small.jpg) repeat-x;
}

#middlebar {
  width: 100%;
  height: 304px;
  
  background: url(/fileadmin/layout/middlebg.jpg) repeat-x;
  z-index: auto;
}

#contentumgebung {
  position: relative;
  width: 860px;
  
  margin: 0px auto;
  
  padding-top: 16px;
  z-index: auto;
}

.image {
  float: left;
  width: 146px;
}

.trenner_small {
  float: left;
  width: 1px;
  height: 177px;
  
  margin-left: 20px;
  margin-right: 10px;
  
  background: url(/fileadmin/layout/trenner.gif);
}

.trenner {
  float: left;
  width: 1px;
  height: 271px;
  
  margin-left: 20px;
  margin-right: 10px;
  
  background: url(/fileadmin/layout/trenner.gif);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++ CONTENT NAVIGATION ++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contentnavigation {
  float: left;
  width: 160px;
  
  margin-left: 5px;
}

#contentnavigation h1 {
  padding-top: 0px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  color: #EC6B03;
}

#contentnavigation ul {
  list-style-type: disc;
  color: #EC6B03;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: none;
}

#contentnavigation li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;

  margin-bottom: 4px;
  margin-left: 17px;
  font-size: 11px;
  
  width: 160px;
}

*html #contentnavigation li {
  margin-bottom: 0px;
}

a.contentnavigation:link, a.contentnavigation:visited {
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #F0F0F0;
}

a.contentnavigation:hover {
  color: #7A7A7A;
  text-decoration: underline;
}

a.contentnavigation_cur {
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: bold;
  color: #EC6B03;
}

#content_small {
	position: absolute;
   left: 370px;
	
	width: 432px;
	height: 265px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background: #FEFEFE;
	line-height: 15px;
	letter-spacing: 1px;
	font-size: 11px;
	color: #343434;
	overflow: auto;
	border-color: #EC6B03;
	border-style: solid;
	border-width: 1px;
}

#content {
	position: absolute;
   left: 370px;

	width: 432px;
	height: 365px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	background: #FEFEFE;
	line-height: 13px;
	letter-spacing: 1px;
	font-size: 11px;
	color: #343434;
	overflow: auto;
	border-color: #EC6B03;
	border-style: solid;
	border-width: 1px;
}

*html #content, *html #content_small {
	left: 390px;
	}

h1 {
  padding-top: 10px;
  padding-bottom: 5px;

  letter-spacing: 0px;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  color: #EC6B03;
}

.bodytext {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

td p {
	margin: 0px;
	padding: 3px;
	}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
  width: 857px;
  
  margin: 0px auto;
  
  padding-top: 10px;
  
  letter-spacing: 1px;
  font-size: 11px;
  color: #7F7F7F;
}

#footer a {
  text-decoration: none;
  color: #7F7F7F;
}

#footer a:hover {
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++ BOTTOMBAR +++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bottombar {
  
  height: 362px;
  background: url(/fileadmin/layout/bottombg.jpg) repeat-x;
}

/* +++++++++++++++++++++++++++++++++++++++ */
/* Forms Layout */
/* +++++++++++++++++++++++++++++++++++++++ */
.form_feld {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #808080;
	width: 300px;
	color: #333333;
	font-weight: normal;
	position: left;
}

.form_select {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #808080;
	width: 302px;
	color: #333333;
	font-weight: normal;
}

.form_button {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #808080;
	width: 152px;
	background-color: #eeeeee;
	color: #333333;
	font-weight: bold;
	padding: 2px;
	margin-top: 5px;
}

.csc-mailform {
	border: none;
	margin-top: 10px;
	}

.csc-mailform-field {
	width: 300px;
	margin-top: 2px;
	font-weight: bold;
	text-align: left;
	}

.csc-form-label {
	margin: 3px;
}

.csc-form-fieldcell {
	margin: 3px;
}

.csc-form-label-req {
	margin: 3px;
}

/* Such Wörter Farbe */
.csc-sword {
	color: Red;
}

/* csc-textpic-image */

.csc-textpic-image {
	padding-bottom: 5px;
}
