
/*
############# CSS fuer die Stick-Design Seite,  Version Tabelle fuer IE ############# 
############# Neue Version mit Rahmen ##############################################
2010 Marcel Schneider
*/

/* Benoetigt 
<!--[if IE]><style type="text/css"> div.content {width: 97%; padding: 0px 0px 20px 10px;} </style><![endif]-->
*/

html,body {
    height:100%;
}

body {
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;
    font-size: 11px;
	  background: #DDD;
}

#Inhalt {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-spacing: 0px;
    position:relative;
    height: auto;
    min-height:100%;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #2c1664;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #900000;
}



img {
   border:0;
}


div.headerImage
{
	width: 100%;
	background:  #DDD url('bilder/banner.jpg');
	border: 1px solid #3c2674;
	max-height: 80px;
}

div.headerImage img
{
	max-height: 80px;
	margin: 0px;
	padding: 0px;
}

#menu {
    clear: both;
    float: left;
    width: 100%; /*f�rs Tabellen-Layout*/
    margin: 3px 0px 3px 0px;
    border: 1px solid #2c1664;/**/
    padding: 0px 0px 2px 0px;
    background: #FFFFFF;

}

#menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu div.title {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    background: url('bilder/menu-hea.png') ;
    line-height: 22px;
    height: 22px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}


#menu ul.sub {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
    list-style: none;
}

#menu li a
{
    display: block;
    background:#eee;
    color: #2c1664;
    border-top: 2px #FFFFFF solid;
    border-bottom: 2px #FFFFFF solid;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
    line-height: 22px;
    height: 22px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

#menu li.item {
    margin-right: 3px;
}

#menu li a:visited {
    color: #2c1664;
}

#menu li a {
    width: auto;
}

#menu ul.sub li.item a {
    line-height: 16px;
    height: 16px;
    font-weight: normal;
    font-size: 12px;
	  border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}
/*li[id $="a.png"] a  unfertig */
#menu li.item a:hover, ul.sub li.item a:hover {
    display: block;
    background: #2c1664 url('bilder/menu-hov.png');
    color: #ffffff;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    text-decoration: none;
}

#menu ul.sub li.item a:hover {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

div.content {
    padding: 0px 20px 40px 10px;
	  /*padding-top:60px; /*CSS*/
    padding-top: 0px; /*Tabellen*/
    margin: 3px 5px 11px 3px;
    font-size: 12px;
    border: 1px solid #2c1664;
    background: #fff;/*#f9f9f9;*/
}

p {
    text-align: justify;
}

h2, h3 {
    border-bottom: 1px #000000 solid;
    clear: right;
    color: #2c1664;
}

h1 {
    color: #2c1664;
	  border-bottom: 1px #000000 solid;
	  font-size:36px;

}
pre {
    border: 1px #999999 solid;
    background: #f6f6f6;
    padding: 4px;
}



#footer {
    width: 100%;
    height:16px;
    font-size: 12px;
    position: fixed;
    bottom:0px;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    background: #E5E7E4;
    color: #000;
    clear: both;
    text-align: center;
    vertical-align: middle;
}


table.Absatz {
    border-collapse:        collapse;
    background:             none;
    font-size: 13px;
}

table.Absatz td {
    vertical-align:         top;
    background:             #fff;
}

table.Absatz[border="1"], table.Absatz[border="1"] td {
    background:             #FBFAFF/*#cac5d8*/;
}


td.header {
    font-weight:            bold;
    background:             #ddd;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

td.navi {
    width: 22%;
    font-weight:            bold;
    background:             #DDD;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

td.haupt {
    background:             #DDD;
}

td.title {
    text-align:             center;
    font-size:              16px;
    font-weight:            bold;
    background:             #ddd;
}





strong {
	font-size:				16px;
	font-weight:			bold;
}


#Inhalt td, #Inhalt tr {
	margin: 0px;
	padding: 3px;
}
