/* Flex Webpage CSS File        */
/* (c) Flex - Peter Rowell 2006 */
/* ---------------------------- */

/* all body elements */
body
{
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ededed;
	margin: 0px;
	/*overflow: hidden;*/
	height: 100%;
}

/* link elements */
/* red text navigation */
A.red:link {
		  color: #555555;
        text-decoration : none;
}

A.red:visited { 
		  color: #555555;
          text-decoration : none;
              }

A.red:active {
		  color: #555555;
	      text-decoration : none;
}

A.red:hover  {
	color: #be321b;
	text-decoration : none;
}

/*red top decoration*/

A.redtop:link {
		  color: #c1c1c1;
        text-decoration : none;
}

A.redtop:visited { 
		  color: #c1c1c1;
          text-decoration : none;
              }

A.redtop:active {
		  color: #c1c1c1;
	      text-decoration : none;
}

A.redtop:hover  {
	color: #be321b;
	text-decoration: overline;
}

/* standard text */
#text
{
	font-size: 0.8em;
}

/* small text */
#smalltext
{
	font-size: 0.6em;
}

/* three elements box */

#flexElements
{
	position: absolute;
	overflow: hidden;
	height: 99%;
	width: 100%;
	

}

#flexTop /* top container */
{
	position: relative;
	height: 25%;
}

#flexMiddle /* middle container */
{
   position: relative;
	height: 50%;
}

#flexBottom
{
	position: relative;
	border: 0px solid #0000ff;
	height: 22%;
}

/* center image pos */
#flexImg
{
	z-index: 99;
	width: 100%;
   height: 100%;
}

#flexHead /* top div for positioning */
{
	position: relative;
	width: 100%;
	height: 30%;
}

#flexLogo /* logo top right */
{
	background-image: url(../images/01_menu_flex.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 76px;
}

#fontMenuR1
{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
   margin-left: 90px;
	margin-right: 60px;
	color: #c1c1c1;
	border: 0px solid;
}

#fontMenuR2
{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
   margin-left: 180px;
	color: #c1c1c1;
	border: 0px solid;
}

#fontMenuR22
{
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
   margin-left: 160px;
	color: #c1c1c1;
	border: 0px solid;
}
#fontBlackLine
{
	position: relative;
	background-color: #000000;
	height: 20px;
	top: -12px;
}

#NavSeparator
{
	position: relative;
	background-color: #be321b;
	line-height: 4px;
	top: -10px;
	margin-left: 50px;
	margin-right: 50px;
}

#lightbox
{
	position: absolute;
	top: 130px;
	left: 250px;
	width: 630px;
	height: 340px;
	max-height: 360px;
	background-color: #eee;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
   padding-right: 10px;
	padding-bottom: 14px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 21px;
   border-bottom: 1px solid #666;
   border-right: 1px solid #666;
   filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

#inlaybox
{
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 93%;
	background-color: #ffffff;
	color: #000000;
	padding: 4px;
	font-weight: normal;
	font-size: 0.7em;
	overflow: scroll;
}

.date
{
	font-size: 0.7em;
   color: #be321b; 
}

.newsHead
{
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1em;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
}

.newsText
{
	margin: 5px 5px 10px 10px;
}



/* highslide classes */
/* NICHT ÄNDERN!!!*/
.myThumb{
 background-color: #000000;
}

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	cursor: poiner; /* opera */
	cursor: url(../highslide/graphics/zoomout.cur), pointer;
    border: 2px solid white;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
	 opacity: 0.00;
	 filter: alpha(opacity=0);
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.50; /* w3c */
	filter: alpha(opacity=50); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
