a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #ABD0EF;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #314DC6;
}

h3{
	font-size: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h4{
	font-size: 12px;
	font-weight: normal;
	color: #314DC6;
	font-family: Arial;
}

h5{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	font-weight: normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: none;
	width: 755px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #314DC6;
	border-right-style: none;
	background-color: #ABD0EF;
	height: 100%;
	float: left;
	z-index: 200;
	visibility: visible;
	border-right-width: 1px;
	border-right-color: #314DC6;
	border-top-width: 1px;
	border-top-color: #314DC6;
}

#navBar{
	margin: 0;
	padding: 0px;
	z-index: 100;
	background-color: #529EDE;
	width: 165px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #314DC6;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #314DC6;
}

#content{
	background-color: #FFFFFF;
	clip:                         rect(auto auto auto auto);
	float: right;
	z-index: 1;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	width: 550px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	background-color: #ABD0EF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 94%;
	text-align: right;
	font-family: Arial;
	font-size: 8pt;
	padding-left: 0px;
	margin-left: 3%;
	padding-right: 10px;
	margin-right: 3%;
}


/************* #globalNav styles **************/

#globalNav{
	color: #000000;
	padding: 0px 0px 5px 10px;
	white-space: nowrap;
	background-color: #ADD3EF;
	font-family: Arial, Helvetica, sans-serif;
	width: 746px;
	height: 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #314DC6;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 70%;
	padding: 0px 4px 0px 0px;
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 12pt;
	font-family: Arial;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {}

/* fix for browsers that don't need the hack */
html>body #navBar li {}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bolder;
}

#sectionLinks h3{
	padding: 2px;
	background-color: #529EDE;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

#sectionLinks a:link{
	padding: 0px 0px 0px 10px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	background-color: #529EDE;
}

#sectionLinks a:visited{
	padding: 0px 0px 0px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	background-color: #529EDE;
}

#sectionLinks a:hover{
	background-color: #ABD0EF;
	padding: 0px 0px 0px 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	cursor: hand;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#kopf {

	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#titel_links {
	height: 100px;
	width: 272px;
	margin-left: 10px;
	right: 0px;
}
.menue_liste {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #314DC6;
	border-right: 0px none #314DC6;
	border-bottom: 0px none #314DC6;
	border-left: 0px none #314DC6;
	line-height: normal;
	padding: 5px 0px 5px 5px;
	background-color: #ABD0EF;
	z-index: 100;
}
.menue_hyperlink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	cursor: hand;
}
.hinweise_ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #EFEFEF;
	background-color: #666666;
	font-weight: bolder;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.Text_blau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314DC6;
	font-weight: bold;
}
.rechter_blauer_rand {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #314DC6;
}
.karteireiter_rand {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #314DC6;
	border-left-color: #314DC6;
}
.kopftabelle_rand {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #314DC6;
	border-left-color: #314DC6;
	border-top-color: #314DC6;
}
.karteireiter_aktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #341DC6;
	background-color: #add3ef;
	text-align: center;
	height: 20px;
	width: 50px;
	float: left;
	clear: none;
	position: relative;
}
.karteireiter_inaktiv {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3333CC;
	background-color: #CFD3DE;
	float: left;
	height: 20px;
	clear: none;
	width: 50px;
	position: relative;
}
.blaue_line_unten {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #314DC6;
	border-right-color: #314DC6;
	border-bottom-color: #314DC6;
	border-left-color: #314DC6;
}
.schatten_mitte {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.linker_blauer_rand {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #314DC6;
	border-right-color: #314DC6;
	border-bottom-color: #314DC6;
	border-left-color: #314DC6;
}
.o_r_blauer_rand {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #314DC6;
	border-right-color: #314DC6;
	border-bottom-color: #314DC6;
	border-left-color: #314DC6;
	border-left-style: none;
}
.text_fett {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.ueberschrift_schwarz {

	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	border-top: 0px none #314DC6;
	border-right: 0px none #314DC6;
	border-bottom: 1px solid #314DC6;
	border-left: 0px none #314DC6;
	line-height: normal;
	padding: 5px 0px 15px;
}
.text_mit_hintergrund {
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #3366CC;
	background-color: #FFCC99;
}
.o_l_blauer_rand {

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #314DC6;
	border-right-color: #314DC6;
	border-bottom-color: #314DC6;
	border-left-color: #314DC6;
	border-left-style: solid;
}
.Text_blau_groesser {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #314DC6;
	font-weight: bold;
}
.Text_blau_nochgroesser {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #314DC6;
	font-weight: bold;
}
.text_schwarz_gross {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.normaler_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.rechter_strich_schw {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#luecke {
	padding-bottom: 300px;
	background-color: #529EDE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #314DC6;
}
.ende {
	padding: 3px 0px 3px 10px;
	font-size: 8px;
	font-family: Arial;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #ABD0EF;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.liste {
	font-size: 12px;
	font-family: Arial;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 120px;
	margin-left: 10px;
	padding-right: 0px;
}
.Ueberschrift {
	font-family: "Arial Black";
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-style: oblique;
}
.Text {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: justify;
	font-style: oblique;
}
.anschrift {

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
}
.klein {

	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
}
.kleine_ueberschrift {


	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: left;
	font-style: normal;
}
.weisse_line_unten {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.visiten_ueberschrift {

	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	text-align: center;
	font-style: oblique;
}
.visiten_tel_fax {


	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
	text-align: right;
	font-style: normal;
}
.visiten_menue {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	padding: 5px 0px 5px 5px;
	background-color: #CCCCCC;
	z-index: 100;
	border: 1px solid #333333;
}
.visiten_name {


	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	text-align: right;
	font-style: oblique;
}
.visiten_text {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	overflow: scroll;
}
#textbox {
	padding: 5px 5px 5px 10px;
	z-index: 200;
	visibility: visible;
	border: 1px solid #333333;
	overflow: auto;
	height: 250px;
	width: 500px;
	background-color: #FFFFFF;
}
#content_1 {

	background-color: #FFFFFF;
	clip:                           rect(auto auto auto auto);
	float: right;
	z-index: 1;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px;
	width: 700px;
}
#masthead_1 {

	margin: 0;
	padding: 0px;
	border-bottom: none;
	width: 900px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #314DC6;
	border-right-style: none;
	background-color: #ABD0EF;
	height: 100%;
	float: left;
	z-index: 200;
	visibility: visible;
	border-right-width: 1px;
	border-right-color: #314DC6;
	border-top-width: 1px;
	border-top-color: #314DC6;
}
.unterk_ueberschr {

	font-family: "Arial Black";
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	font-style: oblique;
}
.unterk_menue {

	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	padding: 5px 0px 5px 5px;
	background-color: #ADD3EF;
	z-index: 100;
	border: 1px solid #333333;
}
.kalender {

	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	overflow: scroll;
}
