/* CSS Document */

a img {
	border: 0;
}

#pageAreaHeader {
  float: left;
  width: 800px;
  height: 118px;
  background-image: url(/fileadmin/images/header.jpg);
  background-repeat: no-repeat;
}

#logo {
  float: left;
  height: 50px;
  width: 532px;
  margin-left: 218px;
  margin-top: 36px;
}

#headerNavi {
  float: left;
  height: 20px;
  width: 350px;
  margin-left: 210px;
  margin-top: 6px;
}

#suche {
  float: right;
  height: 20px;
  width: auto;
  margin-right: 50px;
  margin-top: 8px;
}

.headline {
  float: left;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
}

.field {
  float: left;
  width: 75px;
  heigth: 14px;
  border: 1px solid #FF7500;
  margin-left: 10px;
  margin-top: -4px;
}

.button {
  float: left;
  width: 17px;
  heigth: 12px;
  border: 1px solid #FF7500;
  border-left: 0px solid #FF7500;
  margin-top: -4px;
  background-color: #860009;
  color: #FFF;
  font-weight: bold;
}

#pageAreaContent {
  float: left;
  width: 800px;
  height: auto;
  background-color: #E1E1E1;
}

#pageAreaContentText {
	float: left;
	width: 647px;
	height: auto;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	min-height: 440px;
}

#pageAreaMenu {
  float: left;
  width: 153px;
  height: 100%;
  background-color: #E1E1E1;
  padding-bottom: 70px;
}

#menu {
  float: left;
  width: 153px;
  height: 250px;
  background-color: #F6F6F6;
  margin-top: 70px;
  padding-top: 15px;
  padding-bottom: 30px;
}

#footer {
  float: left;
  width: 800px;
  height: 65px;
  background-color: #E1E1E1;
}

#footerRedLeft {
  float: left;
  width: 153px;
  height: 12px;
  background-image: url(/fileadmin/images/hg_verlauf.gif);
  background-repeat: repeat-x;
}

#footerRedRight {
  float: right;
  width: 647px;
  background-color: #B9122B;
  height: 12px;
}

#footerGreyLeft {
  float: left;
  width: 135px;
  height: 41px;
  background-color: #E1E1E1;
  padding-left: 18px;
  padding-top: 12px;
}

#footerGreyRight {
  float: right;
  width: 647px;
  height: 53px;
  background-color: #FFF;
}


/**
*	Content
**/

#content {
	float: left;
	width: 594px;
	height: auto;
	margin-left: 25px;
	margin-top: 50px;
	background-color: #FFFFFF;
}

#content a {	
	color: #262626;
	font-weight: bold;
}

#content h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #BB1A2C;
	text-decoration: none;
}

#content h2 {
	color: #262626;
}

#content p,
.csc-uploads-fileSize
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
}

#content ul {
  	padding: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	list-style-type: disc;
  	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
}

#content ul li {
  	list-style-type: disc;
  	list-style-position: inside;
}

#content ul ul {
  	padding: 0px;
  	margin-left: 20px;
  	margin-right: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	list-style-type: disc;
  	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
}

#content ul ul li {
  	list-style-type: circle;
  	list-style-position: inside;
}


#content ol {
  	padding: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	list-style-position: inside;
}

#content ol li {
 	padding-left: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
}


/**
*	Suche
**/

.sword {
	float: left;
	width: 200px;
	height: 16px;
	line-height: 11px;
	font-size: 11px;
	border: 1px solid #262626;
}

.submit {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 16px;
	font-size: 11px;
	border: 1px solid #262626;
	background-color: #AC1728;
	color: #FFF;
	text-align: center;
	margin-left: 20px;
}
