body {
	font: 100.1% "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: -229px -258px;

    background: #84cff6;
    background: -moz-linear-gradient(top,  #84cff6 0%, #2989d8 50%, #7db9e8 100%);
    background: -webkit-linear-gradient(top,  #84cff6 0%,#2989d8 50%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #84cff6 0%,#2989d8 50%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84cff6', endColorstr='#7db9e8',GradientType=0 );

}
#content {
	padding: 0 0 40px 25px;
	width: 755px;
	color: #333333;
	font-size: 0.9em;
}
#content a { color: #76026D; }
#content a:hover { text-decoration: none; }
#content li { margin: 2em 0 0 0; }
#content ul { 
	margin: 0 0 0 0; 
	padding: 0 0 0 1em;
}
#content p { margin: 20px 0 0 0; }
#content_container {
	background-color: #FFFFFF;
}
h1 {
	margin: 20px 0 0 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 20px 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
}
h3 {
	font-size: 1em;
}


#header {
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #D6D6D6;
}
#header #buecher {
	clear: both;
	height: 178px;
	color: #333333;
	background-color: #E1E1E1;
	font-size: 0.8em;
}



.background-theme {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('/nav/Gaudlitz_Feder.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    z-index: -1;
}

.buecher {
    color: #333333;
    background-color: #E1E1E1;
    clear: both;
    overflow: hidden;
}

.buch {
    position: relative;
    display: block;
    float: left;
    width: 320px;
    margin: 25px;
} 

.buch > * {
    display: block;
    float: left;
    height: 100%;
}

.buch .cover {
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    min-height: 250px;
}

.buch .cover img {
    max-height: 254px;
    height: 100%;
    position: relative;
    margin-right: 20px;
}

.buch .text {
    width: 45%;
    padding-left: 5%;
}

.buch .text img {
    display: none;
}

.buch a {
	color: #993399;
}

.buecher.home .buch.gross {
    height: 460px;
    width: 640px;
}


.buecher.home .buch.gross .text img {
    display: block;
    border: none;
    max-width: 100%;
    margin: 2em 0;
}



#header #buecher a:hover, #header #buecher a.here {
	text-decoration: none;
	font-weight: bold;
}
#header #buecher #buch_links {
	padding: 20px 0 20px 25px;
	float: left;
	width: 395px;
}
#header #buecher #buch_links a {
	color: #993399;
}
#header #buecher #buch_links img {
	margin: 0 10px 0 0;
	float: left;
}
#header #buecher #buch_rechts {
	margin-left: 420px;
	padding: 20px 0 20px 0;
	width: 360px;
	text-align: right;
}
#header #buecher #buch_rechts a {
	color: #990000;
}
#header #buecher #buch_rechts img {
	margin: 0 0 0 10px;
	float: right;
}
#header #logo {
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	padding: 20px 0 30px 25px;
}
#header #nav {
	padding: 0;
	height: 30px;
}
#header #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header #nav ul li {
	float: left;
}
#header #nav ul a {
	display: block;
	padding: 7px 25px 8px 25px;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
#header #nav ul a:hover, #header #nav ul a.here {
	color: #333333;
	text-decoration: none; 
	background-color: #E1E1E1;
}
#header_container {
	background-repeat: repeat-x;
}

img {
	border: 1px solid #999999;
}
