* {
	margin: 0;
	padding: 0;
}
a {
  color:           #005187;
	text-decoration: none;
	font-weight:     bold;
	font-size:       13px;
}
a:hover,#mainNavigation li a.active,#mainNavigation li a:active {
	color:       #000;
	font-weight: bold;
}
a img {
	border: 0;
}
#bannerFrame a, #bannerFrame a:hover, #bannerFrame a:active {
  font-weight: normal;
}
body {
  color:       #004183;
  background:  #9EDAED url('./../../images/bodyBg.png') repeat-x top;
}
#bannerFrame {
  float:  left;
  width:  504px;
  height: 196px;
  margin: 10px 0 0 0;
  background: transparent url("./../../images/headerBg.png") no-repeat;
}
.clearingItem {
	clear: both;
	float: none;
}
#cmsNewsletterForm {
  float: none;
  clear: both;
}
#cmsNewsletterForm p {
  float: none;
  width: 100%;
}
#cmsNewsletterForm .buttonRow button {
	height:     18px;
	width:      150px;
	margin:     20px 0 0 0;
	display:    block;
	float:      left;
}
.companyLine {
  margin:    38px 0 0 115px;
  font-size: 24px;

  color:   #004183;
}
#contentFrame {
	float:      left;
	width:      828px;
	background: transparent url("./../../images/contentFrameBg.png") repeat-y top;
	padding:    15px 0;
	margin:     0 0 0 100px;
	text-align: justify;
}
#contentFrame .contentContainer ,#contentFrame #loginForm {
  margin:      0 0 0 64px;
  width:       700px;
}
#contentFrame #loginForm {
  padding-left: 64px;
}
#contentBottomFrame {
  float:      left;
  width:      828px;
  height:     20px;
  background: transparent url("./../../images/contentBottomBg.png") no-repeat top;
  margin:     0 0 0 100px;
}
#contentTopFrame {
  float:      left;
  width:      828px;
  height:     19px;
  background: transparent url("./../../images/contentTopBg.png") no-repeat;
  margin:     0 0 0 100px;
}
#contentFrame .contentColumn {

}
#contentFrame .fullRow {

}
#contentFrame #middleColumn,#contentFrame #rightColumn {

}
#contentNewsFrame {
  float:  left;
  width:  304px;
  height: 146px;
  margin: 10px 0 0 100px;
  padding:50px 0 0 20px;
  background: transparent url("./../../images/newsBg.png") no-repeat;
}
#errorContainer {
  width:            400px;
  margin:           auto;
  margin-top:       10px;
  border:           1px solid #004183;
  background-color: #EEE;
  text-align:       center;
}
#errorContainer h1 {
  line-height: 25px;
  margin:      10px 0;
  background:  #FFF;
  color:       #004183;
  text-align:  center;
}
#errorContainer #footerError {
  margin:    15px;
  font-size: small;
  color:     #004183;
}
.error {
  color:       #004183;
  margin:      15px;
  font-weight: bold;
  font-size:   small;
}
.errorText {
  color:       #C41029;
  font-weight: bold;
}
.error {
	margin: 15px 0 0 15px;
}

.Error {
  margin: 0 0 0 50px;
  width:  700px;
	color: red;
	font-weight: bold;
}

#footer {
  font-size:       10px;
	width:           768px;
	height:          15px;
	padding:         5px  0 0 60px;
	margin:          0 0 0 100px;
	list-style-type: none;
	overflow:        hidden;
	float:           left;
	background: 		 transparent url("./../../images/footerBg.png") no-repeat;
}
#frameContainer {

	width:      1024px;
	height:     100%;
	min-height: 800px;
	margin:     auto;
}

h1, h2, h3, h4, h5, h6 {
  color:      #004183;
  font-size:  16px;
}
#hiddenNewsletterRow {
  display: none!important;
}
.infoLine {
  margin: 77px 0 0 25px;
}
.Introduction {
  margin: 15px 0;
  width:  400px;
}
.leftContainer {
	float: left;
}
#loginForm .formRow {
	margin-bottom: 5px;
}
#loginForm label {
	float: left;
	width: 150px;
}
#loginForm label input {
	float: right;
}
.newsFooterLine {
  margin:     5px auto 10px auto;
  background: transparent url(./../../images/newsFooterLine.png) no-repeat;
}
.newsContainer {
  border-bottom: 1px solid #E1E1E1;
  width:         700px;
  margin:        15px 0 40px 50px;
  padding:       0 0 5px 0;
}
.newsContainer h2 {
  margin:      0 0 10px 0;
  text-align:  left;
}
.newsContentText {
  margin:  20px 0 15px 0;
}
.opener:hover {
  cursor: pointer;
}
#rightFrame img {
  margin: 0 0 0 34px;
}
.startPageNewsContainer {
font-size: 12px;
width:  280px;
float:  left;
margin: 10px 0 15px 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #E1E1E1;
}

.startPageNewsContainer .moreLink {
  width: 280px;
  float: right;
}
.titleLine {
  font-weight: bold;
}

#topFrame {
	float:      none;
	width:      1024px;
	margin:     auto;
}
/*Formularobjekte*/
#cmsContactForm {
	width: 350px;
	padding: 0 0 0 50px;
}
#cmsContactForm .Error {
  margin: 10px 0;
}
#cmsContactForm textarea {
	height:     150px;
	width:      300px;
	margin:     0 5px 10px 0;
	border:     1px solid #c0d4de;
	background: transparent url(./../../images/text_feld.png);
	display:    block;
}

#cmsContactForm label {
	margin: 0px 5px 5px 20px;
	display: block;
	width: 300px;
}

#cmsContactForm input {
	height:     18px;
	width:      300px;
	margin:     0 5px 10px 0;
	border:     1px solid #c0d4de;
	background-color: #FFF;
}
#cmsContactForm .buttonRow input, #cmsContactForm .buttonRow button {
	height:     18px;
	width:      120px;
	margin:     0 5px 10px 0;
	border:     1px solid #c0d4de;
	background-color: #FFF;
}

.buttonRow {
	height:        20px;
	margin-bottom: 50px;
}

#textRow {
	float: left;
	width: 500px;
}
#translationsBox {
  width:      533px;
  height:     46px;
  float:      left;
  text-align: right;
  padding:    0 0 0 0;
}
.width_1 {
  width: 700px;
}
.width_2.rightColumn {
  float: left;
  width: 200px;
}
.ofRow {
    text-align: center;
	height: 25px;
	background-image: url(http://www.online-forum.net/of_bann_img/menuklei2.gif);
	background-repeat: repeat-x;
	background-position: top;
}