html, body, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body, html{
	/*
	height:100%;*/
	color:#333333;
	font: 100.1% Arial, Verdana, Helvetica, sans-serif;
	/*text-align: center;  korrektur für IE 5.x */
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat;
}

td {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

/* transparent PNG-fix für IE 6 // see www.twinhelix.com 
img, div, a, input { behavior: url(/css/iepngfix.htc) }
div { behavior: url(/css/iepngfix.htc) }*/

/* ############## DIV/LAYER Formatierungen ################## */

#spyder {
	position:absolute;
	width:975px;
	/*height:47px;*/
	visibility: hidden;
}

.layout {   	

}

.layout #container{
width: 974px;
height: 580px;
position: relative;
/*background-color: #F3F3F3;*/
background-image: url(../images/buch.png);
background-repeat: no-repeat;
text-align:left;/**/
overflow: hidden;
visibility: visible;
z-index:0;
}

.layout #bild {
    	float: left;
    	margin-left:12px;
		margin-top: 7px;
		width:217px;
		height:542px;
    	/*background-color: #99FF00;*/
		padding: 0px 0px 0px 0px;		
    }

.layout #logo {
	position:absolute;
	left:720px;
	top:500px;
	/*width:84px;
	height:19px;*/
	z-index:9;		
    }


.layout #content {
	float: right;
	width:380px;
	height:450px;
	margin: 40px 50px 0px 0px;
	/*background-color: #6633FF;*/
	padding: 0px 0px 0px 0px;
	overflow: auto;
	font-size: 75%;
    }
	
.layout #navi { 
    	/*margin: 0 200px;*/    	  
		margin: 45px 220px 0px 240px;
		width:220px;
		/*height:100px;
		background-color: #1E2369;*/
		padding: 0px 0px 0px 0px;
    } 


#inframe{
	position:absolute;
	left:788px;
	top:217px;
	width:212px;
	height:360px;
	padding: 0px;
	z-index:20;
	background-color: #a5a5a5;
	overflow: hide;
}

.layout #fusszeile {
	padding: 0px 0px 0px 0px;
	margin: 5px 25px 0px 0px;
	height: 27px;
	text-align: right;
	font: 60% Arial, Verdana, Helvetica, sans-serif;
    } 
	
/* ######################### */

.fltright { 
    float: right;
    margin-left: 8px;
}
.fltleft {
    float: left;
    margin-right: 8px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
	line-height: 0px;
}



/* ##########   TEXT-/LINKFORMATIERUNGEN  ############### */

h1 {
	font-size: 200%;
	color: 990000;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.inhalt {
	font-size: 150%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}

.titel {
	font-size:18px;
	color:#E50003;
	font-weight: bold;
	line-height: 30px;
}




.mainlink {
	font-family:Arial;
	font-size:14px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	line-height: 25px;
}
.openedmainlink {
	font-family:Arial;
	font-size:14px;
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	line-height: 25px;
}

.sublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	padding-left: 10px;
	line-height: 150%;
}
.openedsublink {
	font-family:Arial;
	color:#990000;
	text-decoration:none;
	font-size:12px;
	padding-left: 10px;
	line-height: 150%;
}

.subsublink {
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-size:11px;
	padding-left: 22px;
	line-height: 150%;
}
.openedsubsublink {
	font-family:Arial;
	color:#990000;
	text-decoration:none;
	font-size:11px;
	padding-left: 22px;
	line-height: 150%;
}


.link {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.openedlink {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


a {
	font-weight:normal;
	color:#990000;/**/
	text-decoration: none;
}

a:hover {
	color:#990000;
}

.klein {
	font-family:Arial;
	font-size:9px;
	color:#000000;
}

.rot {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: none;
	color:#990000;
}

.rotgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color:#990000;
}

.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E7E7E7;
	border: 1px solid #666666;
	margin:2px;
	padding: 0 4px 0 4px;
}
.search {
	/*background-color: #F8F2FA;*/
	font-size: 11px;
}

.footernav {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}

