/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #cccccc;
	background-image: url(../img/bg_grad.jpg);
}

/******* hyperlink and anchor tag styles *******/

/*a:link, a:visited{
	text-decoration: none;
	color: none;
}*/

/*a:hover{
	text-decoration: underline;
}*/

/************** header tag styles **************/

h1{
 font: bold 120% "Lucida Grande", Lucida, Verdana, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
	font: bold 114% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{
}

h4{
 font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

#content_include ul{
 list-style-type: square;
}

/*ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}*/

/********* form and related tag styles *********/

/*form {
	margin: 0;
	padding: 0;
}*/

/*label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}*/
				
input {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 85px;
	width:895px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	margin-left: 5px;
}

#masthead{
	position: absolute;
	width:895px;
	height: 84px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../img/header_verlauf.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	top: 0px;
}

#pageNav {
	width:149px;
	float: left;
}

#content {
	border-left: 1px solid #000000;
	float:left;
	width: 542px;
	background-color: #F5f7f7;
	border-right: 1px solid #000000;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
.klein {
	font-size: 10px;
}

#content_include {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
/*	font-size: 72%;*/
/*	line-height: 15px;*/
}

#content_include p {
	line-height: 15px;
}

#content_include a:hover {
	color: #CC0000;
	/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;*/
}

#content_include a:link, #content_include a:visited {
	color:#000000;

/*	background-image: url(../img/permalink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;*/
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 149px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#pageName h2{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	display: inline;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../img/pagedesc.png);
	background-repeat: no-repeat;
	background-color: #335872;
	margin: 0px;
}

#pagecell1 #content #content_include .panel__content img {
	margin-bottom: 1px;
}


#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


/************** feature styles *****************/

.feature{
	min-height: 650px;
	height: 650px;
}
html>body .feature {
	height: auto;
}

.feature h3{
	color: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 16px;
	margin: 0px;
	
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin-bottom: 10px;
	width: 149px;

}

/************* Infospalte styles **************/

#info_spalte{
	float:right;
	width: 200px;
}

#news a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#service a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#info_spalte a:link, #info_spalte a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

#infobox-body a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#info{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #406D8D;
	color: #FFFFFF;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px;
}
/*#info a {
	color: #FFFFFF;
}

#info a:link {
	text-decoration: underline;
	}*/

.blick {
	background-color: #102841;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
}
.infospalte {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 13px;
}
.infospalte_tabelle {
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 90%;
	margin-left: 13px;
}

/************* Anmeldung styles **************/

#Anmeldung {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
	width: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
}

#Anmeldung a {
	color: #346799;
	font-weight: bold;
	text-decoration: none;
}

.schriftweiss {
	color: #FFFFFF;
}

/**************** advert styles *****************/

#advert{
	background-color: #E9EAEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	width: 139px;
	font-size: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}


#advert img{
	display: block;
}

#advert a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

#advert a:link, #advert a:visited {
	color:#000000;
	text-decoration: none;
}
/********************* end **********************/

#weitere ul {
	margin-left: 16px;
	padding-left: 8px;
}
.weitere_k {
	font-style: italic;
}


#weitere li {
	list-style-image: url(../img/strichaufz.gif);
	padding: 1px;
	list-style-type: none;
}

#hoehe {
	height: 20px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.aktTitel {
	font-weight: bold;
}
.aktInfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.aktText {
	padding-bottom: 10px;
}
.textrahmen {
	background-color: #FCFCFC;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	background-image: url(../img/content_back_o.png);
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.aktuellesObjekt {
	background-color: #FFFBFB;
	padding-left: 5px;
	border: 1px solid #E9EAEE;
	padding-top: 5px;
	margin-bottom: 5px;
}
.aktnr {color: #999999}

#i_start {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	background-color: #335872;
}

/*#i_start a:link, #i_start a:visited {
	color:#FFFFFF;
}

#i_start a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}*/

#i_service {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	background-color: #335872;
}

#i_service a:link, #i_service a:visited {
	color:#FFFFFF;
}

#i_service a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

.i_textrahmen {
	background-image: url(../img/i_back.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4C6D83;
	background-color: #335872;
	padding-top: 15px;
}

.i_textrahmen_gr {
	background-image: url(../img/i_back_gruen.png);
	background-repeat: repeat-x;
	background-color: #436D66;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #436D66;
}

.i_news {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 24px;
}

/*#30J {
	margin-left: 35px;
	margin-top: 1px;
}*/
#angemeldet {
	background-image: url(../img/kundenportal.png);
	position: absolute;
	height: 84px;
	width: 545px;
	left: 6px;
	top: 0px;
	background-repeat: no-repeat;
}
#header_def {
	height: 84px;
	width: 895px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/vewa_header.png);
	background-repeat: no-repeat;
}
#header_portal {
	height: 84px;
	width: 895px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/kundenportal.png);
}
#start_ulo {
	float: left;
	width: 271px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#start_uro {
	float: left;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#start_ulu {
	float: left;
	width: 271px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#start_uro2 {
	float: left;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#start_ulu2 {
	float: left;
	width: 271px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1px;
}
.roter_balken {
	background-image: url(../img/roter_strich.png);
	background-repeat: repeat-y;
	clear: both;
	color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 1px;
	float: none;
	height: 15px;
}
.start_balken {
	clear: both;
	color:#FFFFFF;
	margin-bottom: 1px;
	float: none;
	background-color: #335872;
	height: 18px;
}
#start_uru {
	float: left;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#start_uru2 {
	float: left;
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1px;
}
.textrahmen_start {
	background-color: #FCFCFC;
	padding-left: 30px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	background-image: url(../img/content_back_o.png);
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.textrahmen_start_cube {
	background-color: #FCFCFC;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(../img/content_back_o.png);
	background-repeat: repeat-x;
	margin-right: 1px;
	margin-top: 1px;
}
.textrahmen_start_cube_r {
	background-color: #FCFCFC;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-image: url(../img/content_back_o.png);
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-left: 1px;
}
.textrahmen_n {
	background-color: #FCFCFC;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url(../img/content_back_o.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1px;
}
.textrahmen_edit {
	background-color: #FCFCFC;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(../img/content_back_o.png);
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.klein_n {
	font-size: 10px;
	color: #FFFFFF;
}
.textrahmen_rot {
	background-color: #FCFCFC;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url(../img/content_back_rot.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 1px;
	clear: both;
}
.i_text {
	font-size: 10px;
	color: #FFFFFF;
	padding: 15px;
}

.input_formatiert {
}

.input_formatiert input, .input_formatiert textarea { background: #fff; border: 1px solid #999999; padding: 0.2em; }

/*.input_formatiert input:hover, .input_formatiert textarea:hover, .input_formatiert select:hover, .input_formatiert input:focus, .input_formatiert textarea:focus, .input_formatiert select:focus {
	border: 1px solid #990000;
}*/
.balken_l {
	float: left;
	width: 250px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-image: url(../img/pagedesc.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	}

.balken_r{
	float: left;
	padding-left: 20px;
	width: 249px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin-left: 1px;
	background-image: url(../img/pagedesc.png);
	background-repeat: no-repeat;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#i_start li {
	margin-bottom: 10px;
}

#i_start ul {
	margin: 0px;
/*	list-style-image: url(../img/arrow.gif);*/
	list-style-type: none;
	padding: 0px;
}
.rating {
	font-size: 9px;
	float: right;
	padding-top: 2px;
	margin-top: -20px;
	width: 80px;
}
/* Clear Class */
.c {
	clear: both;
}
/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}
#bewertung a:hover {
	text-decoration: none;
}
#DynCSSMenu3 a:hover {
	background-color: #102841;
	background-image: none;
}
.newdoc {
	background-image: url(../img/icons/page_add.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}
.docedit {
	background-image: url(../img/icons/page_edit.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 16px;
}
.rahmen {
	border: 1px dotted #000;
}
#erstanmeldung {
	font-size: 10px;
}
#loginPunkte {
	list-style-position: inside;
	list-style-image: url(../img/icons/bullet_go.png);
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#loginPunkte li {

}
#verband {
	background-color: #FCFCFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#siteInfo a {
	color: #CCCCCC;
}
#AdobeReader img {
	padding-right: 5px;
}
.i_newsRSS {

	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
}
#RSS .i_newsRSS a:hover {
	text-decoration: none;
}
#EMailListe {
	left: 151px;
	top: 157px;
	position: absolute;
	width: 482px;
	visibility: hidden;
}
.tenpxbottom {
	margin-bottom: 10px;
}
#panelkopf {
	display: block;
	background-color: #102841;
	background-position: 5px 10px;
	width: 100%;
	}
#panelkopf h4 {
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-right: 5px;

}
