@charset "utf-8";
/***********************************************/
/* Basic Stylesheet-Definitions useable for    */
/* all Browsers - also Generation 4 Browsers   */
/***********************************************/

body, table, div, td, th, p, a, input, textarea, option, select, h1, h2, h3, h4, h5, h6, span, em {
	font-size: 12px;
}

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* LINK-LAYOUT */
a{
	color: #00659e;
}
a:visited{
	color: #00659e;
}
a:hover{
	color:black;
	text-decoration: none;
}
a img {
	border: 0px;
}

a.linkMailto, .linkInt a, a.linkExt, .prevLink a, a.prevLink, .moreLink a, a.moreLink, .phone, .closeLink a, a.closeLink, .fax, span.phone, span.fax, span.mobile {padding-left:17px;background-position:left center;background-repeat:no-repeat;}
a.linkInt, .linkInt a, a.moreLink, .moreLink a {background-image:url('../images/icon-arrow.gif');}
a.linkExt, .linkExt a {background-image:url('../images/icon-external.gif');}
a.prevLink, .prevLink a {background-image:url('../images/icon-back.gif');}
a.closeLink, .closeLink a {background-image:url('../images/icon-close.gif');}
a.linkMailto {background-image:url('../images/icon-mail.gif');}
.phone {background-image:url('../images/icon-phone.gif');}
.fax {background-image:url('../images/icon-print.gif');}
.mobile {background-image:url('../images/icon-mobile.gif');}

a.infoLink {background-color:#00659e;color:white;font-weight:bold;padding:0 3px !important;text-decoration:none;}
a.infoLink:hover {background-color:#FFCC00;}

/* HTMLAREA */
.htmlarea-content-body, .htmlarea-content-body p  {
	font-size: 11px;
	color: #000000;
}
.htmlarea-content-body a {
	color: #5c6f93 !important;
}
.htmlarea-content-body hr {border-color:#00659e !important;}



h1{
	font-size:1.6em;
	color:#00659e;
	padding:0px;
	line-height:1em !important;
	margin:0px 0px 1em 0px;
	text-align:center;
	clear:both;
}

h2 {
	font-size: 1.4em;
	margin: 3em 0px 0.5em 0px;
	color:#000000;
}

h3{
	margin-bottom: 0.3em;
	margin-top: 1em;
	font-size: 1.2em;
	color:#00659e;
	border-bottom:2px solid white;
}

h4 {
	font-size: 1.2em;
	margin:1em 0px 0.5em 0px;
}

h5, h6 {
	font-weight: normal;
	color: #8B604F;
	font-size: 1em;
	margin-bottom: 2px;
	padding-bottom: 0;
}


p {
	margin: 0.4em 0px 1em 0px;
}




hr {
	border: 0px;
	border-top: 2px solid white;
	color: white;
	height: 0px;
}
* html hr {
	height: 2px;
}




input {
	color: #000000;
}

address, label {
	font-style: normal;
}
address {
	margin: 0px;
	padding: 0px;
	line-height:1.3em;
}
sub {
	line-height: 0.8em;
}
blockquote {
	margin: 2em 0px;
	padding-left: 2em;
	display: block;
}
pre {
	overflow: auto;
	padding: 4px;
	border: 1px solid #8A8A89;
}



.invsbl {
	display: none !important;
	visibility: hidden !important;
}
.showhide {
	display: block;
}


dfn,abbr {
	font-style: normal;
	border-bottom: 1px dotted #8A8A89;
}


/* Listen */
ul{
	list-style-type: disc;
	padding-left: 3em;
	margin-left: 0px;
}
ul li {
	margin-bottom: 0.3em;
}


li, form {
	padding: 0px;
	margin: 0px;
}

#content ul,
ul.list1,
ul.list2 {
	list-style-image: url('../images/list-bullet.gif');
}

#content ul li,
ul.list1 li,
ul.list2 li {
	line-height: 1.3em;
}
ul.list2 li {
	list-style-image: url("../images/list-check.gif");

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


/***********************************************/
/* HTML-AREA Components                        */
/***********************************************/
p.blocksatz 	{	text-align: justify;}
.fett, 
p.fett			{	font-weight: bold; }
.normal, 
p.normal 		{ 	font-weight: normal;}
p.center,
p.zentriert 		{	display: block;	text-align: center !important;}
.small, p.small			{	font-size: 0.9em; }
.markup, .searchmarkup { background-color: #CCDDEA;}
.bildunterschrift,
.caption 		{display: block; margin: 0px; padding:2px 4px;font-size:0.9em;}


/*********** FORMULARE *************/
input, textarea, option, select {
	color: #000000;
}