body {
	background-image: url(../img/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow: hidden;
}



    .AccordionContainer
    {
        border-top: solid 0px #C1C1C1; /*changeble*/
        border-bottom: solid 0px #C1C1C1; /*changeble*/
        border-left: solid 0px #C1C1C1; /*changeble*/
        border-right: solid 0px #C1C1C1; /*changeble*/
    }




    .AccordionTitle, .AccordionContent, .AccordionContainer
    {
	position: relative;
	height: 486px;
	width: 170px; /*changeble*/
	border:0px;
	background-color:#FFFFFF;
    }
	
    .AccordionTitle
    {
        height: 20px; /*changeble*/
        overflow: hidden;
        cursor: pointer;
        font-family: Verdana; /*changeble*/
        font-size: 12px; /*changeble*/
        font-weight: normal; /*changeble*/
        vertical-align: middle; /*changeble*/
        text-align: left; /*changeble*/
        display: table-cell;
        -moz-user-select: none;
        border-top: none; /*changeble*/
        border-bottom: none; /*changeble*/
        border-left: none; /*changeble*/
        border-right: none; /*changeble*/
    }
    .AccordionContent
    {
        height: 0px;
        overflow: hidden; /*display: none;  */
    }
    .AccordionContent_
    {
        height: auto;
    }

    .ContentTable
    {
        width: 100%;
        text-align: center;
        color: White;
    }
    .ContentCell
    {
        background-color: #666666;
    }
    .ContentTable a:link, a:visited
    {
        color: White;
        text-decoration: none;
    }
    .ContentTable a:hover
    {
        color: Yellow;
        text-decoration: none;
    }






#vorn {
	z-index:100;
}








#footer {
	position:absolute;
	left:320px;
	top:490px;
	margin: 10px auto;
	padding: 0px 0;
	width: 100%;
	border-bottom: 0px;
	text-align: center;
	z-index:100;
}

#footer a{
text-decoration:none;
}



#subnavi_1 {
	visibility:hidden;
	text-align:left;
}


#subnavi_2 {
	visibility:hidden;
	text-align:left;
}

#subnavi_3 {
	
	text-align:left;
}

#subnavi_4 {
	visibility:hidden;
	text-align:left;
}


#subnavi_5 {
	visibility:hidden;
	text-align:left;
}

#subnavi_6 {
	visibility:hidden;
	text-align:left;
}


#subnavi_7 {
	visibility:hidden;
	text-align:left;
}

#subnavi_10 {
	visibility:hidden;
	text-align:left;
}



td {
vertical-align:top;
	text-align:left;
}


xxxxxxxxxxa img:hover {
	border:5px;
	-moz-opacity:0.35;
}


/*    

a img:hover {
	opacity: 0.5 ;
	filter:alpha(opacity=30);  für IE6 + 
  filter:mask(color:blue) ; 
}


fuer ie{
	filter:alpha(opacity=30, finishopacity=30, style=2);
}

*/




#wrapper {
	background: #fff;
	padding: 0px 0;
}

#container {
	width: 811px;
	margin: 0 auto;
}

#list {
	width: 155px;
	float: left;
	border-right: 1px solid #ddd;
}

#list li a {
	display: block;
	padding: 2px 8px;
	background: #f9f9f9;
	color: #555;
	text-decoration: none;
	margin: 2px 0;
	font-size: 10px;
}

#list li a:hover {
	background: #f5f5f5;
	color: #7389ae;
}

#list li a.selected {
	background: #ddd;
	color: #D15227;
}

#list li.home a {
	background: #e98f9d;
	color: #802a38;
	text-align: center;
}

#list li.home a:hover {
	background: #d77c8a;
	color: #f8cfd6;
}

#list li.home a.selected {
	background: #bc5f6d;
	color: #fbdde2;
}

#content {
	width: 844px;
	padding-left: 0px;
	float: left;
}

span.clr {
	display: block;
	clear: both;
}

a:link, a:visited {
	color: #3d4d5b;
}

a:hover, a:active {
	color: #D15227;
}

/* @group Start Page */

p.img {
	margin: 20px 0pt;
	text-align: center;
}

ul.start li {
	list-style-type: decimal;
	margin-left: 2em;
}
span.title {
	color: #e6335d;
	font-weight: bold;
}

/* @group Demo Info */

h2 {
	color: #78ba91;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h4 {
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}


td {
text-align:left;
}




p#info {
	color: #656b83;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}

p#sourcelinks {
	text-align: right;
	font-size: 10px;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	margin-bottom: 10px;
}

a#docscode {
	float: left;
}
/* @end */

h3 {
	font-size: 15px;
	color: #7389ae;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

div.code {
	font-size: 11px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 5px 10px 15px;
	margin-bottom: 10px;
	overflow: auto;
}


div.code pre {
	font-family: Monaco, Andale Mono, Monospace;
	padding: 5px 0 15px;
}

div#docs ol {
	list-style: decimal;
	margin: 2px 30px;
}

/* @group geshi */

.kw1 {
	color: #1b609a;
}

.kw2 {
	color: #9a6f1b;
}

.me1 {
	color: #666;
}

.kw3, .re0, .sc1 {
	color: #784e0c;
}

.br0 {
	color: #444;
}

.st0 {
	color: #489a1b;
}

.co1, .coMULTI {
	color: #888;
}

.nu0 {
	color: #70483d;
}

a img{
border:0px;
}






/* @end */
