/* commented backslash hides from ie5mac \*/ 
html
{
	height: 100%;
	margin: 0;
	padding: 0
} 
/* end hack */ 

/*  COMMON */
*
{
	margin: 0;
	padding: 0;

}

html,body
{
	padding:0;
	margin:0;
	background-color: #dee0dd;
	font-size: 11pt;
	font-family: "Century Gothic", Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
}

body
{
	font-weight: normal;
	height:100%;
	padding:0;
	margin:0;
}

#outer
{
	background-color: #fff;
	text-align:left;
	position:relative;
	overflow:visible;
}

p a, li a
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a i
{
	display: none;
}

p a:hover, li a:hover
{
	background-color: #ccf;
}

.fleft
{
	float: left;
}

 /* HEADER */

#header
{
	border-bottom-width: 6px;
	display: block;
	width: 100%;
	padding: 5px 0 0 30px;
	overflow: visible;
}

/* FOOTER */
#footer
{
	display: block;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	z-index: 53;
	overflow: hidden;
}

#footer-top
{
	background: transparent url("images/frame-footer-top.png") 0% 0% no-repeat;
	width: 100%;
	height: 5px;
}

#footer-bottom
{
	background: transparent url("images/frame-footer-bottom.png") 0% 0% no-repeat;
	width: 100%;
	height: 10px;
}

#footer-left
{
	float: left;
	width: 240px;
}

#footer-content
{
	background: transparent;
	margin: 0;
	font-size: 13pt;
}
#footer-content strong
{
	font-size: 15pt;
}

#footer a.impressum
{
	display: none;
	text-decoration: none;
	font-size: 12pt;
	color: #000;
	padding: 2px 8px;
	background-color: #eee;;
	margin-left: 20px;
	border: 1px solid #777;
}
#footer a.impressum:hover
{
	color: #900;
	background-color: #fff;
}


h1
{
	display: none;
}

h2, h3, h4, h5
{
	color: #000;
}

h2
{
	font-size: 130%;
}

h3, h4, h5
{
	margin: 10px 0 4px 0;
}

h3
{
	font-size: 115%;
}

h4
{
	font-size: 110%;
}

h5
{
	font-size: 110%;
}



#info
{
	position: absolute;
	top: 2px;
	line-height: 19px;
	color: #666;
}

html>body #info
{
	position: fixed;
}

#info
{
	font-size: 12pt;
	z-index: 59;
}

#info a
{
	text-decoration:none;
	font-weight:bold;
	color:#3c6f00;
	padding: 2px 6px;
}

#info a:hover
{
	color:#fff; background-color:#ff5205;
}

#info a:active
{
	background-color:#fcc;
}

#info strong
{
	font-style: italic;
}

/*  CONTENT  */
#rahmen
{
	font-size: 11pt;
	z-index: 98;
	margin: 0;
}

#content-frame /* Rahmen für den Inhalt */
{
	background: transparent;
	padding: 10pt; /* innerer Abstand */
	margin-left: 0;	/* Platz für linke Menüleiste */
	margin-right: 0; /* Abstand zum rechten Rand */
	padding-top: 100pt; /* Platz für obere Menüleiste */
	padding-bottom: 30pt; /* Platz für obere Fussleiste */
}

#content
{
	font-size: 11pt;
}

#content p
{
	margin-top: 12px;
}

#content p.center
{
	text-align: center;
}

#content p.left
{
	text-align: left;
}

#content p.right
{
	text-align: right;
}


#content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#content li
{
/*	padding-left: 4px;*/
	margin: 0 0 8px 30px;
	display: table;
}

#content li.links
{
	width: 230px;
	text-align: right;
	margin-right: 20px;
	float: left;
}

#content h2, #content h3, #content h4, #content h5
{
	color: #ff5205;
}

#content h2
{
	font-size: 200%;
	color: #f00;
}

#content h3, #content h4, #content h5
{
	margin: 10px 0 4px 0;
}

#content h3
{
	font-size: 140%;
}

#content h4
{
	font-size: 125%;
}

#content h5
{
	font-size: 115%;
}

#content p i
{
	display: none;
}

#content .fleft
{
	float: left;
}

#content .fright
{
	float: right;
}

#content a.partnerlink
{
	float: left;
}
#content img
{
	border: none;
}


#bilderleiste, #downloads
{
	display: none;
}

.adresse
{
	margin: 5px 30px;
	float: left;
}
.clean { clear: both;}

