/*  This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   
*/


/* allgemeines */

a:link, a:visited
{
	color: #800517;
	text-decoration: none;
}

a:hover, a:active
{
	color: #803C46;
}

div#content img
{
	margin: 10px 0;
}

h2
{
	font-weight: normal;
}

img.wp-smiley
{
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

blockquote
{
	border-left:4px solid #DCDCDC;
	margin-left:10px;
	padding-left:10px;
}

a img
{
border: none;
}

pre
{
	font-family: monaco, 'courier new';
	font-size: 8pt;
	margin: 10px 0px;
	overflow: auto;
}

.strike
{
	text-decoration: line-through;
}

/* layout */

body
{
	background-attachment: fixed;
	background-image: url('images/hintergrund.gif');
	color: #43352c;
	font-family: georgia, 'trebuchet ms', 'times new roman';
	font-size: 9pt;
	line-height: 2.2em;
	margin: 0;
	padding: 0;
}

div#wrapper_mit_dem_hintergrund
{
	background: url('images/schatten.png') repeat-y top right;
	width: 780px;
}

div#wrapper
{
	background-color: #F5F5F5;
	padding: 40px 20px;
	width: 700px;
}

div#header
{
	border-bottom: 1px solid #DCDCDC;
	width: 100%;
	padding-bottom: 40px;
}

div#header h1
{
	text-align: center;
}

div#header a
{
	color: #988478;
	font-size: 15pt;
	font-weight: normal;
}

div#content
{
	float: left;
	padding: 40px 0 20px 0;
	width: 512px;
}

div#beschreibung
{
	font-weight: bold;
	text-align: center;
}

div.feedback
{
	border: 1px solid #DBC097;
	border-left-width: 0;
	border-right-width: 0;
	font-size: 8pt;
	padding: 6px;
}

div#menu
{
	float: right;
	padding: 40px 0;
	width: 120px;
}

div#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#menu ul li
{

}

div#menu ul li ul
{
	list-style-type: none;
/*	margin-left: 10px;*/
}

div#menu ul li h2
{
	font-size: 9pt;
	letter-spacing: 2px;
	text-transform: uppercase;
}

br#klaerer
{
	clear: both;
}

div#footer
{
	border-top: 1px solid #DCDCDC;
	padding-top: 40px;
}

/* pagebar-zeuch (http://elektroelch.de/hacks/wp/pagebar/) */

.pagebar 
	{ 
		font-size: 12pt;
		padding-top: 20px; 
		margin: 0;
		
		text-align: center;
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
			padding: 2px 6px; 
			border: none; 
			background: #fff; 
			text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		vertical-align: top; 
		background: #fff;

		border:1px solid #f5f5f5;
	}

.pagebar a:hover 
	{
		border-color: #aaa; 
	}
