body, a {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					70% /*0.95em*/;
   /*line-height:				1.4em;*/
	font-weight: 				normal;
   	vertical-align:			top;
}

body.GLOBALS_titan {
	margin: 						0px;
	padding: 					0px;
	color: 						#000000;
}

input {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					100%;
   	font-weight: 				normal;
}

/* wird momenta nicht benötigt:
div.GLOBALS_sitePositioner {
	width: 						100%;
   text-align: 				center;
   vertical-align:			top;
}  */

div.GLOBALS_fullScreen {
   /*background-image: 		url(../img_all/bg/bg_top01.gif);
	background-repeat:		no-repeat;*/
	margin-top:					10px;
	margin-bottom: -29px;
   margin-left:				auto;
   margin-right:				auto;
   width:						800px;
	height: 						600px;
	border:						1px solid #999999;
   background-image:			url(../img_all/bg/bg_bottom01.gif);
   background-repeat:		no-repeat;
   background-position:		bottom;
   vertical-align:			top;
	z-index:						1;
}

div.GLOBALS_newsticker {
	font-family: 				Arial, Helvetica, sans-serif;
   vertical-align:			top;
	color:						#9D9DA1;
	height:						25px;
	border:						0px solid red;
   z-index:						12;
   position:					relative;
   /*top: 							-25px;*/
   top: 5px;
   width: 						800px;
	margin-left:				auto;
   margin-right:				auto;
}

input.GLOBALS_newsticker {
	border:						0px solid black;
	/*height:					25px;*/
	color:						#9D9DA1;
	font-size:					98%;
   font-weight: 				normal;
   font-family:				courier;
	margin-left: 				5px;
}

div.GLOBALS_readTicker {
   position:               relative;
   top:                 	150px;
   left:                   0px;
   height:						36px;
	width:						135px;
	text-align:					left;
	border:						0px solid black;
	vertical-align: 			center;
}

#GLOBALS_logoTitan {
   text-align:             right;
   border:						0px solid crimson;
}

#GLOBALS_logoAurum {
   height:                 47px;
   width:                  135px;
   border:                 0px solid blue;
/*   position:					absolute;
   left:							auto;
   top: 							auto; */
}

#GLOBALS_ImageAurum {
	 position:					absolute;
    top:							12px;
    left:						auto;
}

.GLOBALS_leftColumn {
	float:						left;
	width:               	150px;   /* eigentlich 135px ohne Rahmen */
	height:              	575px;
	border:						0px solid red;
   text-align:					left;
   vertical-align:			top;
}

.GLOBALS_rightColumn {
	float:						right;
	width:						645px;
	height: 						575px;
	border:						0px solid blue;
   text-align:					right;
   vertical-align:			top;
}

.GLOBALS_containerNavigation {
	padding: 					0px;
	margin: 						0px;
	margin-left:				15px;
	height:						253px;
	width:						135px;
	vertical-align:			top;
	border:						0px solid yellowgreen;
   text-align:					left;
}

.GLOBALS_mainNavigation {
	padding-top:				7px;
	padding-bottom:			7px;
	padding-left:				0px;
	padding-right:				0px;
	width:						132px;
	border:						0px solid black;
}


/************************************************************************************************/
/************************************************************************************************/
.GLOBALS_contentContainer {
	border:						0px solid #CC0000;
   margin-top:					19px;
   width:						645px;
   height:						340px;
   vertical-align:			top;
}

.GLOBALS_contentContainerLeftText {
	border:						0px solid black;
	width:						240px;
	float:						left;
	margin-right:				10px;
	color:						#666A71;
	vertical-align:			top;
	text-align:					left;
}

.GLOBALS_contentContainerRightText {
	border:						0px solid black;
   width:						365px;
   float:						right;
   color:				  		#666A71;
   vertical-align:			top;
   text-align:					left;
}

.GLOBALS_contentContainerRightMedia {
	border:						0px solid black;
   width:						365px;
   padding-right:				5px;
   float:						right;
   color:						#666A71;
   vertical-align:			top;
   text-align:					left;
}

.GLOBALS_contentContainerText260 {
	width:						250px;
   text-align:					left;
   text-align:					left;
   vertical-align:			top;
}

.GLOBALS_contentTextContainerFull {
	border:						0px solid black;
   width:						625px;
   color:						#666A71;
   text-align:					left;
}

.GLOBALS_contentContainerLeftHeadline {
	width:						260px;
	margin-bottom:	 			6px;
}

.GLOBALS_metaNavigationContainer {
	border:						0px solid black;
   width:						635px;
   height:						60px;
   text-align: 				left;
   padding-left: 				10px;
}

.GLOBALS_boxesImagesContainer {
   border:						0px solid orange;
  	width: 						645px;
   height:						104px;
   text-align: 				right;
}

input.submit {
	background: 				#FFFFFF;
   border:						1px solid #7D7D81;
}



/********* HYPERLINKS *********************************************************/
/* NORMALER LINK - START
sollte so nicht im Fliesstext verwendet werden, weil nicht skalierbar !!!! */
a {
	font-size:					100%;
}
a:link, a:hover, a:active, a:visited {
   font-size:					100%;
	font-family: Arial;               }
a:hover {
   font-size:					100%;
	cursor:						pointer;	 }
a:link {
	text-decoration:			underline;
}
/* NORMALER LINK - ENDE */


/* GLOBALS_linkMainNavigation für HAUPTNAVIGATION - START */
a:link.GLOBALS_linkMainNavigation, a:hover.GLOBALS_linkMainNavigation,
a:active.GLOBALS_linkMainNavigation, a:visited.GLOBALS_linkMainNavigation {
	font-size:					100%;
	font-weight: 				bold;
	color:						#999999;
	text-decoration:			underline;
}
a:hover.GLOBALS_linkMainNavigation {
   color:                  #E8C06E;
	cursor:						pointer; }
a:active.GLOBALS_linkMainNavigation {
   color: 						#000000; }
a:link.GLOBALS_linkMainNavigationACTIVE {
   color:						#000000;
}
/* GLOBALS_linkMainNavigation für HAUPTNAVIGATION - ENDE */


/* GLOBALS_hyperlink - allgemein nutzbarer Hyperlink GRAU - START*/
a:link.GLOBALS_hyperlink, a:hover.GLOBALS_hyperlink,
a:active.GLOBALS_hyperlink, a:visited.GLOBALS_hyperlink
{
	font-size:					100%;
   /*line-height:				2.2em;*/
   font-weight: 				bold;
	color:						#999999;
   text-decoration:        underline;
   border:						0px solid gold;
}
a:link.GLOBALS_hyperlink, a:active.GLOBALS_hyperlink, a:visited.GLOBALS_hyperlink {
   text-decoration:        underline;
}
a:hover.GLOBALS_hyperlink {
   text-decoration:        underline;
   cursor:                 pointer;
	color:						#E8C06E;
}
a:active.GLOBALS_hyperlink {
	color: 						#000000;
}
/* GLOBALS_hyperlink - allgemein nutzbarer Hyperlink GRAU - ENDE */

a.GLOBALS_hyperlinkFliess {
	font-size:					100%;
   /*line-height:          150%;*/
   font-weight: 				bold;
	color:						#999999;
   border:						0px solid gold;
   vertical-align: 			bottom;
}

a.GLOBALS_imageLink {
   vertical-align: 			bottom;
   margin:						0px;
   padding: 					0px;
   padding-bottom: 			5px;
}










/*******************************************************************************************************/

.menu {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				11px;
	color: 					#999999;
}

