/*
------------------------
antiquariat-schwarzfischer.de stylesheet
Autor: angelica steinkopff
------------------------
basics.css
*/


/* Wichtige Farben
grau = #ECEBE6
gelb = #FFFDEE
*/


html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	color: #555;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

body {
margin-top: 5%;
   background: #ECEBE6 url(../gfx/body_bg.jpg);
   font-size: 101%;
}



/* Allgemeine Formatierungen */

.strong {
   font-weight: bold;
   color: #555; 
}

em {
	font-style: italic;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

img {
   border: 0;
}

.small {
   font-size: 0.7em;
}

a {
	color: #855B46;
	text-decoration: underline;
}

a:hover {
	color: #555;
}

.eng {
color:#855B46;
}


/* Layout */

#container {
	background: #FFF url(../gfx/bg_content.jpg) repeat-y;
	text-align: center;
	width: 724px;
	margin: 0 auto;
	padding: 0px;
}


/* Seitenkopf */

#top {
	width: 724px;
	height: 140px;
	background-color: #ECEBE6;
}

#logo a {
	background: url(../gfx/top_bg.jpg) no-repeat left center;
	display: block;
	margin: 0 0 0 0;
	height: 140px;
	text-decoration: none;
	text-indent: -10000px;
}


/* Menü */

#navi {
	background: #855B46 url(../gfx/navi_bg.jpg) no-repeat left center;
	display: block;
	margin: 0 0 0 0;
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#navi ul li { display: inline; }

#navi ul li a {
	padding-top: 4px;
	padding-left: 47px;
	padding-right: 11px;
	color: #FFFDEE;
	text-decoration: none;
	float: left;
}

#navi a:hover {
	color: #000;
}


/* Inhalt */

#contenttop {
	background: url(../gfx/bg_content.jpg) no-repeat left center;
	display: block;
	margin: 0 0 0 0;
	height: 25px;
}

#content {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	float: left;
	width: 674px;
	padding: 25px 25px 35px 25px;
	padding-top: 15px;
}

#content p {
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #855B46;
	line-height: 1.5em;
	padding: 0; 
}

#content h2 {
	letter-spacing: -0.005em;
	margin: 0 0 1.0em 0;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #555;
	line-height: 1.5em;
	padding: 0px; 
}

h4 {
	font-size: 1.05em;
	font-weight: bold;
	color: #555;
	padding: 0px;
	margin: 0px;
}

#content h3 {
	margin: 2.0em 0 1.0em 0;
}

ul.votes {
	list-style-type: none;
}




/* Footer */

#footer {
	clear: both;
	text-align: center;
	padding: 8px 0px 8px 0px;
	margin: 0; 
	width: 724px;
	background-image:url(../gfx/footer.jpg);

}

.klein {
  font-size: 0.7em;
  color: #FFFDEE;
}

.klein a {
	color: #FFFDEE;
	text-decoration: none;
}

.klein a:hover {
	color: #000;
}


/* code is poetry */
