@charset "utf-8";

body {
	margin:0;
}


#header {
	top: 0px;
	height:auto;
	width: auto;
    background-color: #ffffff;
	border-top-color: #660099;
	border-top-style: solid;
	
}  

#menu_bar {
	margin-top: 30px ;
	height: 28px;
	border-color:#6D1F88;
	border-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	background: #9642AE;
	
}

#menuitems {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 11pt;
	color:white;
	height:28px;
	line-height:28px;
	
	left:50%;

	
}

#menuitems_experimentell {
	margin-left:260px;
	padding:0;

	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 11pt;
	color:white;
	height:28px;
	line-height:28px;
	
	left:50%;
	
}

.spruch {
	font-style:italic;
	font-size: 12pt;
	color: #9642AE;
}
	
.spruch_autor {
	font-style:italic;
	font-size: 10pt;
	color: #9642AE;
}

h1 {	
	font-size: 12pt; 
}

h2 {	
	font-size: 11pt; 
	color: #9642AE;
	font-weight: bold;
}

.menu_active {
	background:#6D1F88;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	height:28px;
	text-decoration:none;
}

.menu_active_dt {
	background:#6D1F88;
	margin-left: 40px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	height:28px;
	text-decoration:none;
}

.menu_inactive {
	padding-left: 14px;
	padding-right: 14px;
}
.menu_inactive_dt {
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 40px;
}


#butterfly { /* 137x132 */
	position:absolute;
	top: 133px;
	left:50%;
	margin-left:-380px;
	width:137px;
}

.spacer{height:30px;}

.content {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 1.5;
	
   /* margin-top:1200px; */
}  

#maintable
{
    
    max-width: none;
    width: auto;
    min-width: none;
}

td.block_links {
	vertical-align: top;
	padding-top:156px;
	padding-right:50px;
	width: 180px;
    background-color: #ffFFFF;
	color: #666666;
	font-size: 10pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 1.5;
}  

td.block_mitte {
	width: 402px;
    background-color: #ffffff;
	color: #333333;
	font-size: 11pt;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	line-height: 1.5;
	padding-bottom:120px;
	padding-left:30px;
}  

td.block_rechts {
	vertical-align: top;
	padding-top:166px;
	padding-left:50px;
	width: 200px;
    background-color: #FFFFFF;
	color: #666666;
	font-size: 10pt;
}  

#footer {
	position: fixed; 
	bottom: 0px;
	height:150;
	width: 100%;
	margin-left: 0 ;
    margin-right: 0 ;
    background-color: #cccccc;
	color: #666666;
	font-size: 10pt;
	border-top-color: #660099;
	border-top-style: solid;
}  

p.foot {
	margin-bottom: 16px;
	margin-top: 16px;
}

a:link { color: #660099; }
a:hover { color: #660099; }
a:visited { color: #660099; }
a:active { color: #660099; }

a.foot:link { color: #666666; }
a.foot:hover { color: #666666; }
a.foot:visited { color: #666666; }
a.foot:active { color: #666666; }

a.dummy:link    { text-decoration: none; color:white;}
a.dummy:hover   { text-decoration: none; color:white; }
a.dummy:visited { text-decoration: none; color:white; }
a.dummy:active  { text-decoration: none; color:white; }

.menuitem {
	color : white;
	
}



