@charset "UTF-8";
/* CSS Document */

/* Global Styles */

html, body{ 
 margin:0; 
 text-align:center; 
} 
 
body {
	margin:0px;
	/*background-image: url(../images/back.jpg);*/
	background-color: #ffffff;
} 
 
#pagewidth{ 
 	width:100%; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
} 

#Menu {
	background-image:url(../images/redstrip2.gif);
	position: absolute;
	top: 150px;
	height: 30px;
	width: 996px;
	left: 0;
}


#picture_800{
	float: left;
	width: 800px;
}

/* Frameset Mainlayer ___________________________________ */

#mainlayer {
	/*background-image: url(../images/transparenz60b.png);*/
	overflow: hidden;
	position: absolute;
	display: block;
	width: 996px;
	height: 71%;
	margin-left: -498px;
	left: 50%;
	top: 180px;
	bottom: 55px;
	z-index: 1;
}

#mainlayer .frame{
    overflow: auto	
}



#header{
	position: relative;
	height: 150px;
	width: 996px;
	margin-left: -498px;
	left: 50%;
	/*background-color: #000000;*/
	background-image: url(../images/transparenz100b.png);
	
	z-index: 5;
} 
 


/*#navilayer {
	margin: auto;
 	width: 220px;
	height: 80%;
	top: 185px;
 	float:left; 
 	position: absolute; 
	background-image: url(../images/transparenz60.png);
	
	z-index: 2;
}*/


 
#twocols{
 	width: 75%; 
 	float: right; 
	position: relative; 
}
 
 
 
/* Frameset News ________________________________________ */

#news {
	/*background-image: url(../images/transparenz60b.png);*/
  	overflow: auto; 
 	width: 235px; 
 	float: right;
 	display: block; 
 	position: absolute;
	height: 100%;
	right: 0;
	z-index: 4;
    
	_bottom: auto;
    _padding: 0 0 5px 0;	
}

#news_main .frame{
     overflow: auto;
    _padding: 0 0 5px 0;	
}

.news_image {
	padding-bottom: 5px;
}

/* Frameset Input __________________________________ */

#input {
	/*background-image: url(../images/transparenz60.png);*/
	float: left;
	overflow: auto;
 	position: absolute;
	left: 0;
 	width: 751px; 
	height: 100%;
	text-align: left;
	z-index: 3;
}

#input_main .frame{

    overflow: auto;
    _padding: 0 0 5px 0;	
}

#iframe_design {
	margin: 0;
}

#test {
	width: 600px;
	height: 400px;
	background-attachment: url(../input/home.html)
}
 
/* Frameset Footer ______________________________________ */

#footer {
	background-image: url(../images/transparenz100b.png);
	/*background-color: #000000;*/
	display: block;
	float: left;
	position: absolute;
	width: 996px;
	height: 50px;
	margin-left: -498px;
	left: 50%;
	bottom: 0;
	
	z-index: 6;
	_zoom: 1;
	_overflow: visible;
	_padding: 0 490px 0 0;
}

.footer_text {
	position: relative;
	width: 100%;
	top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#header_text_impressum {
	font-size: 0.6em;
	position: absolute;
	width: 235px;
	right: 0;
	padding: 10px 0 0 0px;
}



/*
#main-footer .frame{
  overflow: auto;
  _padding: 0 0 0 490px; 
  _zoom: 1;
  
}

#main-footer .frame .frame-bd{
  zoom: 1;
  _margin: 0 0 0 -490px; 
}
*/



/* Frameset Ende ________________________________________ */
	
#navigation a {
	font: 1.1em  Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: .1em;
	text-decoration: none;
}

#logo {
	background-image: url(../images/logo.png);
	width: 235px;
	height: 120px;
	position: absolute;
	display: block;
	right: 0px;
	top: 30px;
}

#tagline {	
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing: .4em;
	line-height: 18px;
}

#monthformat {
	border-bottom: 1px dashed #5C743D;
}
		
#dateformat {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing: .2em;
}
	
#dateformat a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing: .1em;
}



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}






/* Menue ________________________________________________ */

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	/*background-image: url(../images/transparenz70b.png);
	background-color: #999999;*/
	list-style-type: none;
	font-size: 10px;
	line-height: 1.5em;
	z-index: 1020;
	cursor: default;
	width: 160px;
	height: auto;
	position: absolute;
	top: 20px;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	background-color: #999999;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 160px;
	/*background-color: #333333;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
/*ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}*/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.2em 0.75em;
	color: #333333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #f00;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color:#C00;
	color: #fff;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter: alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}



/* Navi links ___________________________________________ */

.impressum {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	text-align: left;
	color: #FFF;
}

a.impressum:hover {
	border-bottom: 1px solid #FFF;
}

a.impressum:active {
	color:#F00;
	border-bottom: 1px solid #FFF;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}


p a{
	text-decoration:none;
}

a {
	color: #FFF;
	text-decoration: none;
}


a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

a .bullet {
	visibility: hidden;
	text-decoration: none;
}

a .item {
	text-decoration: none;
}

a:hover .bullet {
	color:#FFF;
	visibility: visible;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

a:hover .item {
	color:#FFF;
	visibility: visible;
	text-decoration: none;
}

a:active .bullet {
	color:#FFF;
	background-color: #C00;
	visibility: visible;
	text-decoration: none;
}
	
/* Class Styles _________________________________________ */

.grau {
	padding-left: 20px;
	font-size: 0.6em;
	line-height: 20px;
}

.fliesstext {
	color: #FFF;
}


.bodyText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;
	padding: 0 20px 0 20px;
	margin-top: 0px;
}
	

.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
}
	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: .1em;
	text-decoration: none;
}

