﻿	html { 
		height: 101%;

	}
        
	* {
		margin: 0 auto; 
		padding: 0;
		border: 0;
	}
	
	body {
		font-family: verdana, arial, helvetica, sans-serif;
		color: #000000;
		font-size: small;
		background-image: url(bg.gif); background-repeat:repeat-x;
		background-color:#D9CFD0;
        }


form {

	padding:0px;

	margin:0px;

}

input {

	padding-left: 2px;

	font-family: Verdana,Arial,Helvetica;

	font-size: 11px;

	line-height: 13px;

	border: 1px solid #6D6D6D;

}

/* IE debug Checkbox Radio */

input.cb {

	border: 0px;

}



input.submit {

	background-color:#F2F2F2;

}



	div#header{
		width: 803px;
		height: 85px;
		padding-top: 10px;
		
	}

	div#container{
		
		width: 803px;
		padding-top: 0px;
	}
	
	div#menu{
		
		width: 135px;
		float: left;
	/*	background-color: #D9CFD0; */
	}
	
	div#menu ul{

        	display: block;
        	white-space: nowrap;
 		width: 100%;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	div#menu li{
		height: 18px !important;
		line-height: 18px;
	}
	
	div#menu li a {
	
		display: block;
		width: 100%;
		padding: 0px;
		margin: 0px;
		font-size: 11.5px;
		height: 16px;
		line-height: 16px;
		font-style: normal;
		text-decoration: none;

}

	div#menu li a span {
		
		display: block;
		margin-left: 0px;
		width: 100%;
		font-size: 11.5px;
		height: 18px;
		line-height: 18px;
		font-style: normal;
		text-decoration: none;
		cursor: hand; /* für IE */
		background: url(underline.gif) left bottom repeat-x;

}

	div#menu li a:link, div#menu li a:visited { color: #000000; background-color: transparent; }
	div#menu li a:hover, div#menu li a:active { color: #A94D65; background-color: #F2F2F2; }
	div#menu li.selected a:link, div#menu li.selected a:visited { color: #A94D65; background-color: #F2F2F2; }
	div#menu li.selected a:hover, div#menu li.selected a:active { color: #FF0000; background-color: #F2F2F2;

}

	
	div#content{
		width: 640px;
	/*	background: beige; */
		margin-left: 160px;
	/*	margin-bottom: 2em; */
	/*	padding-top: 2em; */
	/*	margin-right:0px; */
		
	}
	
	/* Ab hier Definitionen für den content */

	div#header h1{
		color:white;
		font-size: 125%;
		font-weight: bold;
		float: right;
		

}
	
	div#content h1{
		color:#A94D65;
		font-size: 120%;
		font-weight: bold;
		margin-bottom: 1.0em;

	}
	
	div#content h2{
		color:#A94D65;
		font-size: 110%;
		font-weight: bold;
	/*	margin-top: 0.5em;
		margin-bottom: 0.35em; */
	}
	
	div#content h3{
		color:#A94D65;
		font-size: 0.75em;
		font-weight: bold;
		margin-top: 0.35em;
		margin-bottom: 0.35em;
	}
	
	div#content p{
		text-align: justify;
		color:#000000;
		font-size: 0.75em;
		margin-bottom: 0.25em;
	}
	
	div#content a{
		 
		color: #A94D65;
	}

	div#content a:hover{
		color: #000000;
		background-color: #FFFFFF;
	}

	div#content a:visited{
		text-decoration: none;
		color: #7B003E;
	}
	
	div#footer{
		width: 800px;
	/*	position: fixed; */
		bottom: 10px;
		clear: both;
		padding-top: 25px;
	
	}
	
	div#footer p{
	/*	text-align: right;
		color: #C3D4F8;
		padding-top: 25px;
		padding-right: 50px;
		font-size: 0.65em; */
	}
	
	div#footer a,a:link,a:visited,a:active{
		text-decoration: none; 
		color: #A94D65;
	}

	div#footer a:hover{
		text-decoration: underline; 
		
	}
	
	div#content fieldset{
		border: 1px solid #CB0461;
		padding-top: 1.5em;
		padding-right: 0.5em;
		padding-left: 0.5em;
		padding-bottom: 0.5em;
		color: #CB0461;
		font-weight: bold;
	}	
	
/*	div#content form{
		color:#000000;
		font-size: 0.75em;
		margin-bottom: 1.5em;
	}
		
	div#content label.formleft{
   		float: left;
   		text-align: right;
   		width: 140px;
   		margin-right: 0.5em;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
 	}
 	
/*	div#content input, textarea, select{
   		border: 1px solid #CB0461;
   		margin-bottom: 0.5em;
   		margin-top: 0.5em;
   		width: 300px;
   	}
   	
   	div#content input.formsubmit{
   		background-color: #CB0461;
   		color: white;
   		margin-left: 11.5em !important;
   		margin-left: 9em; /* Kleine Modifikation für IE, da ansonsten der Submit-Button zu weit rechts positioniert wird. */
   		width: auto;
   	} */	
   	
   	div#content p.formfeedback{
   		font-weight: bold;
   		margin-bottom: 2em;
   	}
   	
   	div#content p.formerror{
   		font-weight: bold;
   		color: red;
   		font-size: 0.75em;
   	}                                   */
   
   	div#content li{
   		margin-top: 0.5em;
   		margin-left: 1.5em;
   		margin-bottom: 0.5em;
   		font-size: 0.75em;
   	}
   	
   	div#content li.formerror{
   		font-weight: bold;
   		color: red;
   	}
   	
/*	CSS-Styles für die Büchertabellen im Content */


table.seller {

	width:100%;

/*	height:170px; */

	border-width:0px;

	border-spacing:0px;

	border-collapse:collapse;

	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-size:11.5px;

	line-height:16px;

}
/*
table.seller tr {

	background-color:#D9CFD0;

	border-bottom-width:1px; border-bottom-color:#A94D65; border-bottom-style:solid;
}

table.seller tr.tr0 {

	background-color:#D9CFD0;
	border-bottom-width:1px; border-bottom-color:#A94D65; border-bottom-style:dotted;

}

table.seller tr.tr1 {

	background-color:#D9CFD0;
	border-bottom-width:1px; border-bottom-color:#A94D65; border-bottom-style:dotted;

} 
*/

/* table.seller th {

	background-color:#C8D3D9;

	height:21px; 

	line-height:21px;

	text-indent:10px;

	text-align:left;

} */


table.seller tr, table.seller tr.tr0   {

	background-color:#D9CFD0; 
	border-bottom-width:1px; border-bottom-color:#A94D65; border-bottom-style:dotted;

} 


table.seller td {

	padding-left:0px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	
	text-align:left;

	vertical-align:top;

	border-bottom-width:1px; border-bottom-color:#A94D65; border-bottom-style:dotted;

}

form table.seller td {

	padding:5px;

	padding-left:10px;

	text-align:left;

	vertical-align:top;

}

table.seller td.c {

	text-align:center;

}

table.seller td.more {

	padding-top:0px;

	padding-bottom:4px;

	text-align:right;

	height:15px;

}


/* Tabelle Suchformular */

table.suche {

	width:100%;

	border-width:0px;

	border-spacing:0px;

	border-collapse:collapse;

	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-size:11px;

	line-height:16px;

}

table.suche tr {

	background-color:#D9CFD0;
	border-bottom: 1px

}

table.suche tr.tr0 {

	background-color:#D9CFD0;
	border-bottom: 1px

}

table.suche tr.tr1 {

	background-color:#D9CFD0;
	border-bottom: 1px

} 


table.suche tr, table.suche tr.tr0   {

	background-color:#D9CFD0; 

} 


table.suche td {

	padding:10px;

	text-align:left;

	vertical-align:top;

}

form table.suche td {

	padding:5px;

	padding-left:10px;

	text-align:left;

	vertical-align:top;

}

table.suche td.c {

	text-align:center;

}

table.suche td.more {

	padding-top:0px;

	padding-bottom:4px;

	text-align:right;

	height:15px;

}

/*	CSS-Styles für die Buch(Titel)tabelle im Content */



/* im Footer bzw. unten */

	address {
		text-align: left;  
		font-size: 80%;      
		font-style: normal;  
		letter-spacing: 2px; 
		line-height: 1.5em;  

}

	#footer address {
		text-align: right;  
		font-size: 85%;      
		font-style: normal;  
		letter-spacing: 2px; 
		line-height: 1.5em;
}

/* Allgemeine Klassen und IDs */

	.skiplink { 
	   position: absolute; 
	   left: -3000px; 
	   top: -2000px; 
	   width: 0px; 
	   height: 0px; 
	   overflow: hidden; 
	   display: inline; 
}
	.bildlinks {
	   float:left; 
	   padding: 3px; 
	   border: 5px solid #ccc; 
	   margin-right: 10px; 
	   margin-bottom: 10px; 
}
	.bildrechts {
	   float:right; 
	   padding: 3px; 
 	  border: 5px solid #ccc; 
	   margin-bottom: 10px;
	   margin-left: 10px; 
}
	.clearing { clear: both; }
	
