/* CSS Document */

/* --- Colors --- */
/*--

-- Hintergrund --
Hintergrund Body:
Hintergrund Links Unten:	background-color:#5C7E6D;
Hintergrund Rechts Unten:	background-color:#5C7E6D;

-- Schrift --


--*/

BODY {
	BACKGROUND: #F0EDEB;
	MARGIN: 0px;
	
}
/*
A:link		{  text-decoration: none; }
A:visited	{  text-decoration: none; }
A:active	{ 
	color: #FFF;
	font-weight: normal;
	
	text-decoration: none; 
}
A:hover		{
	
	text-decoration: none;
} */

/*
A:link		{ color: #AF0000; font-weight: normal; text-decoration: none; }
A:visited	{ color: #AF0000; font-weight: normal; text-decoration: none; }
A:active	{ color: #AF0000; font-weight: normal; text-decoration: none; }
A:hover		{ color: #AF0000; font-weight: normal; text-decoration: none; }
*/


/* ------------------- Hintergrundsfarben --------------*/
.bgr_left{
	background-color:#5C7E6D;
	text-align:right;
	vertical-align: top;
	/*	text-align: right;*/
	color: #FFF;
}
.bgr_right{
	background-color:#6C8B7B;
	vertical-align: top;
}



/* ------------------- Links in verschiedener Farbe - Test --------------*/
/* definitionen für die farbigen links */


/* --- Link im Textbereich (Body) ---*/
.body_link {
	color: #A8A8A8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;	
}
.body_link a:link {}
.body_link a:visited {}
.body_link a:active {}
.body_link a:hover {}

.body_link_inaktiv {
	color: #5C7E6D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.body_link_inaktiv a:link {}
.body_link_inaktiv a:visited {}
.body_link_inaktiv a:active {}
.body_link_inaktiv a:hover {}




/* --- Link im Navigationsbereich (Navi) ---*/
.nav_link {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0px;
}
.nav_link a:link {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.nav_link a:visited {}
.nav_link a:active {}
.nav_link a:hover {}



/* link2 */
.link2 a:link {
	color: green;
	font-weight: bold;
	text-decoration: none;
}

.link2 a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.link3 a:link {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}
.link3 a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.link4 a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
.link4 a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}





/* ------ ENDE ------------- Links in verschiedener Farbe - Test --------------*/


#container {
	MARGIN-LEFT: auto;
	WIDTH: 720px;
	MARGIN-RIGHT: auto;
	POSITION: relative;
	z-index: 1;
	height: 50px;
	margin-top: 20px;
}

#container #content #gctl {
	height: 15px;
	width: 15px;
	border: 0;
}

#container #content #gctm {
	height: 15px;
	width: 200px;
	border: 0;
}

#container #content #gcmt {
	height: 15px;
	width: 600px;
	border: 0;
} 

#container #content #gctmr {
	height: 15px;
	width: 111px;
	border: 0;
}

#container #content #gctr {
	height: 15px;
	width: 15px;
	border: 0;
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: 89px;
	left: 492px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	background-color: #FFF;
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	max-width: 720px;
}

#masthead{
	position: absolute;
	top: 51px;
	left: 0px;
	right: 2%;
	width:auto;
	height: 31px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: -51px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
/*	min-width: 640px;*/
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 2px;
	left:2px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 8px;
	/*min-width: 640px;*/
	padding: 0px;
	margin: 0px;
	left: 3px;
	z-index: 100;
	width: 101%;
}


a.glink, a.glink:visited{
	/*	position: relative;*/
  	top: 0px;
	font-family: Arial,sans-serif;
	line-height: 1.166;
  	font-size: small;
	color: #E0E4FF;
	font-weight: bold;
	text-decoration: none;
	margin: -2px;
	margin-top: 10px;
	/*padding: 2px 5px 4px 5px;*/
	padding: 0px 25px 4px 25px;
	border-right: 1px solid #C2C9FF;
	/*vertical-align: middle;*/
	/*border-left: 1px solid #C2C9FF;*/
}

a.glink:hover{
  	/* background-image: url(../images/glblnav_selected.gif); */
	/*background-image: url(images/glblnav_selected.gif);*/
	/*color: #FFFFFF;*/
	text-decoration: none;
}

.skipLinks {display: none;}
#container #masthead {
}

#content {
	position:absolute;
	left:1px;
	top: 100px;
	width:941px;
	height:100%;
	/*layer-background-image:url(image/hintergrund.JPG);*/
	border:0px none #000000;
	z-index:2;
	overflow: visible;
	visibility:visible;
	/*background-image: url(images/hintergrund.gif);*/
	
}
#gctl{
	top: -4px;
}



#globalNavInfo{
	position:relative;
	left:0px;
	top:80px;
}

.nav-text-bld{
	color:#A8A8A8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: underline;
}
.nav-text-bld_sel{
	color:#5C7E6D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 5px;
}

/************* text styles */
.txt-bgr-xsmall{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #6C8B7B;
}

.txt-bgr-xsmall-link{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.txt_h1 {
	color:#8E857A;
	font-family:"Goudy Old Style";
	font-size:24px;
	font-weight:normal;
	letter-spacing: 5px;
	padding-bottom: 0px;
}

.txt-ueberschrift-1-color {
	color:#A00000;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
}

.txt_h2 {
	background-color: #5C7E6D;
	color: #FFF;
	font-family: "Goudy Old Style";
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top: 20px;
}
.txt_h2 a:link {}
.txt_h2 a:visited {}
.txt_h2 a:active {}
.txt_h2 a:hover {}



.txt_h3 {
	color:#8E857A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing: 1.5px;
	margin-top: 0px;
}

.txt-ueberschrift-2-color {
	color:#A00000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.txt_bottom_align_right{
	color:#A8A8A8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: bottom;
	text-align: right;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.txt-text-bld{
	color:#A8A8A8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: bottom;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.txt-no_margin{
	color:#A8A8A8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: bottom;
	text-align: left;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.txt-std{
	color:#A8A8A8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: bottom;
	text-align: left;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}
.txt-std-bld{
	color:#5C7E6D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}
.txt-std-bld_right{
	color:#5C7E6D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.txt-text-color{
	color:#A00000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
#tbl_hight62 {
	height: 62px;
	border-width: 62px;
}
#tbl_bgr {
	background: #FFF;

}



bgclr090 {
	background-color: #6C8B7B;
}
.txt_nav1 {
	background-color: #6C8B7B;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-bottom: 1px;
	margin-top: 0px;
	
	text-decoration: none;
	vertical-align: top;
}
.txt_nav1 p {
	margin:0px;
	padding:0px;
}
.txt_nav1 a:link {}
.txt_nav1 a:visited {}
.txt_nav1 a:active {}
.txt_nav1 a:hover {
	font-family: Verdana, Geneva, sans-serif;
}

.txt_nav1_sel {
	background-color: #6C8B7B;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;	
	margin-bottom: 1px;
	margin-top: 0px;
	vertical-align: top;
	text-decoration: none;
}
.txt_nav1_sel p {
	margin:0px;
	padding:0px;
}

.txt_nav2 {
	background-color: #6C8B7B;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	font-weight: normal;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 1px;
	text-decoration: none;
}
.txt_nav2 p {
	margin:0px;
	padding:0px;
}

.txt_nav2_sel {
	background-color: #6C8B7B;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-left: 0px;	
	text-decoration: none;
	vertical-align: top;
}
.txt_nav2_sel p {
	margin:0px;
	padding:0px;
}

.txt_h4 {
	background-color: #5C7E6D;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1.5px;
	margin-top: 0px;
	text-decoration: none;
}
.txt_h4 a:link {}
.txt_h4 a:visited {}
.txt_h4 a:active {}
.txt_h4 a:hover {}

/*
.txt_h2 {
	background-color: #5C7E6D;
	color: #FFF;
	font-family: "Goudy Old Style";
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-top: 20px;
}
*/

.tbl_txt_align_bottom {
	vertical-align: bottom;
}
.tbl_bgr {
	background-color: #FFF;
}
.congenios_red {
	color: #8A181A;
	font-weight: bold;
}
.congenios_black {
	color: #000000;
}
