/* Allgemeiner Aufbau */

/* ######### */
/* Farbwerte */
/* #########
	 helles grau						#FCFCFC
*/

/* +++++++++++++++ */
/* BASIC */
/* +++++++++++++++ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, font, img, hr, sub, sup, b, u, i, center, dl, dt, dd, form, table,
tbody, tr, th, td {
	      margin: 0px;
	      padding: 0px;
	      border: 0px none;
	      outline: 0px;
}

html {
	      height: 100%;
  padding: 5px;
}


body {
     color: #313131;
      background: #fffff;
	      font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 90%;
	  line-height: 125%;
	  padding: 0 0 5px 0;
}


#header {
  background-color: #f7ded6;
  border: 1px solid #990000;
  height: 130px;
}

#header img {
	border: 0px;
}

#footer {
	      clear: both;
	      font-size: 11px;
	      padding: 10px;
  margin-right: 20px;
	      width: 940px;
	      overflow: hidden;
}

#footer_left {
	padding: 0px;
}

#footer_right {
  float: right;
	color: #8F8F8F;
  text-align: right;
  width: 400px;
}

#area {
	      width: 960px;
	      margin: 0 auto;
	      position: relative;
	background-color: #ffffff;
}

body.start #header{
  background: url('../tmp/images/bg_header_startseite.jpg') no-repeat;
}

#content {
	  border-left: 3px solid #C0C0C0;
	  border-right: 3px solid #C0C0C0;
	      border-bottom: 1px solid #C0C0C0;
      margin-top: 15px;
}

#content_main {
  float: left;
	      width: 488px;
	      padding: 0 15px 15px 15px;
	      margin: 0 0 0 15px;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
}

#logo {
/*	background-color: #FFDF00; */
}

#path {
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
	      margin: 0 15px 15px 15px;
  width: 925px;
	      overflow: auto;
}

#path_left {
  float: left;
	color: #990000;
  font-family: courier new, courier;
	font-size: 11px;
  padding-right: 10px;
  width: 800px;
}

#path_right {
  float: right;
  width: 50px;
}

#path a {
	color: #808080;
	font-size: 11px;
  text-decoration: none;
}

#path a:hover {
	color: #990000;
  background-color: #f7ded6;
  text-decoration: none;
}

#sidebar_left {
  	float: left;
	  width: 200px;
	      margin: 0 0 15px 15px;
}

#sidebar_left p{
	font-size: 80%;
}

#sidebar_right {
	  float: left;
	  width: 180px;
	      margin: 0 0 15px 15px;
}

#sidebar_right li{
	font-size: 80%;
}

#textarea {
	      overflow: auto;
  background-color: #FCFCFC;
	      border-bottom: 15px solid #FCFCFC;
	      padding-top:10px;
}


/*----------------*/
/* Formatierungen */
/*----------------*/
h1 {
	background-color: #f7ded6;
	border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
  color: #990000;
      font-size: 135%;
  font-variant: small-caps;
	        margin: 0px 0px 20px 0px;
      line-height: 135%;
  padding-left: 10px;
}

#content_main h3 {
	color: #990000;
  font-size: 100%;
}

div.clear {
	clear: both;
  display: block;
  float: none;
  height: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.ta_center {
	text-align: center;
}
.ta_left {
	text-align: left;
}
.ta_right {
	text-align: right;
}
.ta_block {
	text-align: justify;
}


/*-------*/
/* Links */
/*-------*/
a {
/*	background-color: #f7ded6; */
  color: #C08412;
  text-decoration: underline;
}

a:hover {
  color: #666666;
}


/*---------- */
/* Aufräumen */
/*---------- */
body.fl #content_main,
body.fl #footer_left,
body.fl #footer_right {
	display: none;
}
