/* SUB-MENÜ 1.EBENE */

#subMenue {
	display: block;
	width: 165px;
	height: 1px;
	float: left;
	font-size: 11px;
}

.menu2 a {
	display: block;
	width: 145px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	font-weight: normal;
	text-decoration: none;
	color: #233b68;
	background-color: #DCE7F6;
	border-bottom: 1px solid #FFF;
}

.menu2 a:hover {
	display: block;
	line-height: 21px;
	font-weight: bold !important;
	text-decoration: none;
	color: #FFF !important;
	background-color: #b2bed3;
	border-bottom: 1px solid #FFF;
}

.menu2 a:visited {
	display: block;
	line-height: 21px;
	font-weight: normal;
	text-decoration: none;
	color: #003b67;
	border-bottom: 1px solid #FFF;
}

.menu2Active a {
	display: block;
	width: 145px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	font-weight: bold !important;
	text-decoration: none;
	color: #FFF !important;
	background-color: #b2bed3;
	border-bottom: 1px solid #FFF;
}

.menu2Active a:hover {
	display: block;
	width: 145px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
	font-weight: bold !important;
	text-decoration: none;
	color: #FFF !important;
	background-color: #b2bed3;
	border-bottom: 1px solid #FFF;
}

/* SUB-MENÜ 2.EBENE */

.menu3 a {
	display: block;
	width: 131px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 17px;
	font-weight: normal !important;
	font-size: 10px;
	text-decoration: none;
	color: #3F3F3F !important;
	background-color: #D3D3D3;
	border-bottom: 1px solid #f1f2fe;
}

.menu3 a:hover {
	display: block;
	line-height: 21px;
	font-weight: bold !important;
	font-size: 10px;
	text-decoration: none;
	color: #3F3F3F !important;
	background-color: #D3D3D3;
	border-bottom: 1px solid #f1f2fe;
}

.menu3Active a {
	display: block;
	width: 131px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 17px;
	font-weight: bold !important;
	font-size: 10px;
	text-decoration: none;
	color: #3F3F3F !important;
	background-color: #D3D3D3;
	border-bottom: 1px solid #f1f2fe;
}

/* SUB-MENÜ 3.EBENE */

.menu4 a {
	display: block;
	width: 97px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 34px;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	color: #3F3F3F !important;
	background-color: #D3D3D3;
	border-bottom: 1px solid #f1f2fe;
}

.menu4 a:hover {
	display: block;
	line-height: 21px;
	font-weight: bold !important;
	font-size: 10px;
	text-decoration: none;
	color: #3F3F3F !important;
	background-color: #D3D3D3;
	border-bottom: 1px solid #f1f2fe;
}

.menu4Active a {
	display: block;
	width: 97px !important;
	width: 165px;
	height: 21px;
	line-height: 21px;
	padding: 0 34px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #3F3F3F !important;
	background-color: #D3D3D3;
	border-bottom: 1px solid #f1f2fe;
}


/* CONTENT */

.contentSeparator2 {
	width: 945px;
	height: 5px !important;
	overflow: hidden;
	background-color: #233b68;
}


#contentWrapper {
	width: 945px;
	border-top: 1px solid #FFF;
	background-image: url(../libImages/content/bgContent.gif);
	background-repeat: repeat-y;
}

#content {
	width: 493px !important;
	min-height: 350px !important;
	margin: 44px;
	float: left;
}

#content ul {
	margin: 0 0 0 15px; 
	padding: 0;
}

#content img {
	margin: 0 5px 0 0;
}

#content .hlTrenner {
	height: 1px;
	overflow: hidden;
	background-color: #ccd3e0;
	margin: 5px 0 0;
} 

* html #content table {
	font-size: 12px;
}

/* NEWS */

.newsBox { 
	width: 400px; 
	padding: 15px 15px 5px; 
	background-color: #f4f6f9; 
	margin-bottom: 22px; 
}

.newsBox h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.newsBox .date {
	font-size: 11px;
	font-weight: bold;
}

.newsBox a:link, a:visited, a:active { 
	font-weight: bold;
	text-decoration: none;
}

.newsBox a:hover, a:active { 
	font-weight: bold;
	text-decoration: underline;
}

.newsImg {
	float: left;
	margin: 0 8px 8px 0;
}

/* DOWNLOADS */

.downloadBox {
	width: 483px;
	padding: 0 5px 0 5px;
	margin: 0 0 0 0;
}

* html .downloadBox {
	width: 493px;
}

.downloadIcon {
	float: left;
	width: 50px;
}


.downloadTitle {
	float: left;
	width: 353px;
	line-height: 24px;
}

.downloadTitle a {
	font-weight: bold !important;
	text-decoration: none;
}


.downloadTitle a:hover {
	font-weight: bold !important;
	text-decoration: underline;
}


.downloadSize {
	float: left;
	width: 60px;
	text-align: right;
	font-size: 11px;
	line-height: 24px;
}

.downloadTrenner {
	height: 1px;
	overflow: hidden;
	width: 100%;
	background: #98a7c0;
	margin: 10px 0;
}


/* TEASER CONTENTSEITE */

#teaser {
	width: 177px;
	margin: 22px 0 0 0;			/* muss evtl. angepasst werden */
	font-size: 11px;
	float: right;
}

#teaser li {
	list-style-type: none;
	background: url(/libImages/icons/iconLiHome.png) no-repeat;
	padding: 0 0 3px 15px;
}

* html #teaser li {
	list-style-type: none;
	background: url(/libImages/icons/iconLi_ie6.gif) no-repeat;
	padding: 0 0 3px 15px;
}


#teaser li a {
	color: #98a7c0;
	font-weight: bold;
	text-decoration: none;
}

#teaser li a:hover {
	color: #98a7c0;
	font-weight: bold;
	text-decoration: underline;
}

#teaser p {
	margin: 10px 0;
}

#teaser .tel {
	background: url(/libImages/content/iconTelefon.gif) no-repeat;			/* muss evtl. angepasst werden */
	padding: 0 0 0 22px;
	margin: 4px 0;
	height: 16px;
}

#teaser .email {
	background: url(/libImages/content/iconEmail.gif) no-repeat;
	padding: 0 0 0 22px;
	height: 16px;
}

#teaser .email a {
	color: #98a7c0;
	text-decoration: none;
	font-weight: bold;
}

#teaser .email a:hover {
	text-decoration: underline;
}

#teaser .boxHl {
	width: 155px !important;
	width: 177px;
	text-transform: uppercase;
	padding: 4px 10px 3px 10px;
	font-weight: bold;
	color: #FFF;
	background: #98a7c0;			/* muss evtl. angepasst werden */
	border-top: 1px solid #98a7c0;
	border-right: 1px solid #98a7c0;
	border-bottom: 1px solid #98a7c0;
	border-left: 1px solid #98a7c0;
}

#teaser .boxText {
	padding: 8px 10px 8px 10px;
	background: #f4f6f9;			/* muss evtl. angepasst werden */
}

#teaser .box {
	background-color: #fdfcef;		/* muss evtl. angepasst werden */
	border: 1px solid #98a7c0;		/* muss evtl. angepasst werden */
	margin-bottom: 25px;
}

#teaser .trenner {
	width: 153px;
	margin: 8px 0;
	height: 1px;
	background: #e4e5e6;
	overflow: hidden;
}

#teaser h1 {
	color: #990000;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#teaser .newsletterDownload a{
	height: 12px;
	float: right;
}

#teaser .newsletterDownload a{
	font-weight: bold;
}

#teaser .IEbox {
	float: left; 
	width: 155px;
}

/* KONTAKTFORMULAR */

.form {
	width: 450px;
	margin: 0 0 10px;
	padding: 10px 0 0;
	background-color: #f4f6f9; 
}

.formHead {
	width: 430px;
	clear: both; 
	margin-top: 20px;
	padding: 3px 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #26a826;
	border: 1px solid #26a826;
}

* html .formHead {
	width: 450px;
}

.formDescr {
	clear: both; 
	float: left; 
	width: 120px !important;
	width: 145px;
	padding: 0 15px 0 10px;
	height: 25px;
}

.formDescrCheck {
	float: left; 
	width: 5px !important;
	width: 30px;
	padding: 0 15px 0 10px;
}

.formDescr2 {
	clear: both; 
	padding: 0 15px 0 10px;
}

.formField {
	float: left; 
	width: 270px !important;
	width: 300px;
	padding: 0 15px;
	margin-bottom: 2px;
	height: 25px;
	line-height: 25px;
}

.formField input {
	width: 100%;
	height: 15px !important;
	height: 17px;
	border: 1px solid #b2bbd2;
}

.formFieldText {
	float: left; 
	width: 270px !important;
	width: 300px;
	padding: 0 15px;
	margin-bottom: 2px;
}

.formFieldText textarea {
	width: 100%;
	height: 90px;
	border: 1px solid #26a826;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
}


.formFieldText select {
	border: 1px solid #26a826;
	margin: 10px 0 5px;
}

.formFieldZip {
	float: left; 
	width: 30px !important;
	width: 50px;
	padding: 0 15px;
	height: 25px;
}

.formFieldZip input {
	width: 50px;
	height: 15px !important;
	height: 17px;
	border: 1px solid #26a826;
}

.formFieldCity {
	float: left; 
	width: 210px !important;
	width: 220px;
	padding-left: 15px !important;
	padding-left: 0;
	padding-right: 15px;
	height: 25px;
}

.formFieldCity input {
	width: 100%;
	height: 15px !important;
	height: 17px;
	border: 1px solid #26a826;
}

.formSend {
	text-align: right;
	width: 452px !important;
	width: 450px;
}

.formSend input {
	padding: 2px 15px;
	border: 1px solid #b2bbd2;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

.formRequiredField {
	margin: 10px 0;
	font-size: 9px;
	color: #c7c7c7;
}
