/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Standards
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 
body {
	background-color: #E7E7EF;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
table, td {
	font-size: 12px;
}
body, p, h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:Black;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
}
H1
{
	font-weight: bold;
	font-size: 13px;
}
a, a:link
{
	color: #CC3300;
	text-decoration:underline;
}
a:visited 
{
	color: #551A8B;
	text-decoration:underline;
}
a:hover, a:active, a:focus 
{
	color: #CC3300;
	text-decoration:underline;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elemente (DIV)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.haupttabelle 
{
	width:715px;
	height:100%;
	margin:0px auto;
	background-color:White;
}
.linketabelle 
{
	width:300px;
	height:100%
}
.rechtetabelle 
{
	width:415px;
	height:100%;
}
.logo 
{
	width:300px;
	height:225px;
	vertical-align:top;
}
.logo .button 
{
	margin:30px 0 0 35px;
}
.ausgabe 
{
	width:300px;
	height:50px;
	vertical-align:top;
}
.ausgabe p 
{
	font-weight:bold;
	font-size:13px;
	margin:0 0 0 35px;
}
.navi 
{
	width:300px;
	height:100%;
	vertical-align:bottom;
}
.navi .button 
{
	margin:0 0 22px 35px;
}
.kopf 
{
	width:415px;
	height:80px;
	vertical-align:top;
}
.kopf .button 
{
	margin:30px 0 0 0;
}
.inhalt 
{
	width:390px;
	padding:0 25px 0 0;
	height:100%;
	vertical-align:top;
	background-image:url(bg_me.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.fuss 
{
	width:715px;
	height:26px;
	vertical-align:bottom;
	text-align:center;
	background-color:#487FC2;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Formulare
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 

.formtable 
{
	width: 100%;
	text-align: left;
}
.formtable td
{
	padding:0 0 10px 0;
}
.formlabel 
{
	margin:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.formlabelreq
{
	margin:0 0 0 0;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.formtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.formbutton
{

}
.formerror
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:Red;
}
.formrequired 
{
	text-align:left !important;
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DNN genutzt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 
.contentpane
{
}

.rightpane {
}

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Control Panel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.flowcontrolpanel {
	position: absolute;
	width: 100px;
	top: 10px;
	left: 10px;
	z-index: 1000;
}
.controlpanel
{
    background-color:White;
}
.controlpanelScript
{
    width: 0px;
    height: 0px;
    background: url(background.jpg) fixed left top;
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    clip: rect(0px 0px 0px 0px);
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sonstiges
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 
.Head {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}





/*       A good page for studying styling Son of Sucker Fish menu can be: http://www.htmldog.com/ptg/archives/000050.php
	http://www.csscreator.com/node/19621
 */
#menu {
	margin: 0; /* all lists */
	float: left;
	font-family:Verdana, Sans-Serif;
	font-size:11px;		
}

#menu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#menu li {
	margin: 0 30px 0 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}

#menu li ul {
	width: 150px;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
}

#menu li ul ul {
	margin: -1.5em 0 0 150px; /* third-and-above-level lists */
}

#menu li li {
	padding: 0 0 0 0;
	margin: 0;
	width: 150px;
}

#menu ul a {
	width: 150px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul,
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul,
#menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
#menu li ul {
	border: 1px solid #265CB4;
	background-color: #D4D4D6;
	width: 150px;
}

#menu li ul li {
	/*border-top: 1px solid white;*/
}

#menu li ul a {
	border-right: none;
	padding: 2px 0px 2px 5px;
	border-top: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	width: 145px;
}

#menu li ul a:hover,
#menu li ul a:active,
#menu li ul a:focus {
	color: #265CB4;
}

#menu li a {
	margin: 0;
	padding: 2px 7px 2px 7px;
	display: block;
	color: #265CB4;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
}

#menu li a.active {
	background: white;
}

#menu li a.active:hover,
#menu li a.active:active,
#menu li a.active:focus {
}

#menu li li a.active {
	border-top: none;
	background: none;
	color: #326496;
	font-weight: normal;
}

#menu li.havechild {
}

#menu li.levelhavechild {
	/*background: 94% 50%;*/
}
#menu li.levelhavechild:hover {
	/*background: 94% 50%;*/
}
#menu li:hover ,
#menu li.sfhover {
	background: white;
}

#menu ul li:hover, #menu ul ul li:hover,
#menu ul li.sfhover, #menu ul ul li.sfhover {
	background: white;
}







@media print 
{
body {
	background-color: white;
	font-size: 11pt;
	padding: 0;
	margin: 0;
	overflow:visible;
}
table, td {
	font-size: 11pt;
}
body, p, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:Black;
	margin: 0;
	padding: 0;
}
p {
	font-size: 11pt;
	font-weight: normal;
	line-height:15pt;
}
H1
{
	font-weight: bold;
	font-size: 13pt;
	margin-bottom:10pt;
}
H2
{
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	margin-bottom:5pt;
}
H3
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	text-decoration: none;
}
H4, H5, H6
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	text-decoration: none;
}
a, a:link, a:visited 
{
	color: black;
	text-decoration:underline;
}
a:hover, a:active, a:focus 
{
	color: black;
	text-decoration:underline;
}
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Elemente (DIV)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.pixel 
{
	position: relative;
	top: 0;
	left: 0;
	width: 99%;
	height: 100%; 
	overflow:visible;
} 
.site {
	position: relative;
	top: 0;
	left: 0;
	width: 99%;
	height: 100%;
	overflow:visible;
}
.kopf {
display:none;
}
.menu_oben {
display:none;
}
.datum {
display:none;
}
.pfad {
display:none;
}
.inhalt {
	position: relative;
	top: 0;
	left: 0;
		width: 99%;
	height: 100%;
	overflow:visible;
}
.inhalt ul, ol, li 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
.inhalt ul, ol 
{
	margin: 5pt 0 5pt 20pt;
}
.verwaltung {
display:none;
}
.artikelhome {
	position: relative;
	top: 0;
	left: 0;
		width: 99%;
	height: 100%;
		border:0;
	margin:0;
	padding:0;
	overflow:visible;
}
.artikel {
	position: relative;
	top: 0;
	left: 0;
		width: 99%;
	height: 100%;
	border:0;
	margin:0;
	padding:0;
	overflow:visible;
}
.news {
display:none;
}
.login {
display:none;
}
.fuss {
display:none;
}
.sprache {
display:none;
}
.copyright {
display:none;
}
.menu_unten {
display:none;
}
}
