﻿@charset "UTF-8";

/* Formatierungen HTML-Elemente */
body {
	margin:			1px 8px;
	padding:		0;
	overflow-y: 	scroll;
}

a {
	text-decoration:none;
}

a  img {
	border:			0;
}

h1 {
	font-family: 	'Times New Roman';
	font-size:		14px;
	line-height:	18px;
	color:			#000000;
	font-weight: 	bold;
}

p {
	font-family:	'Times New Roman';
	font-size:		14px;
	line-height:	18px;
	color:			#000000;
	margin: 		10px 0;
}

a {
	font-family: 	'Times New Roman';
	font-size:		14px;
	line-height:	18px;
	color:			rgb(153, 51, 51);
}

fieldset {
	border:			0;
	margin:			0;
	padding:		0;
}

input[type="text"],
input[type="password"] {
	width:			250px;
	border:			1px solid #525252;
}

input[type="submit"] {
	margin-top:		10px;
}

label {
	margin-left:	25px;
	font-family:	'Times New Roman';
	font-size:		16px;
	line-height:	38px;
	color:			#000000;
}
/* ===================================================== */

/* Formatierungen HTML-Elemente mit ID's */
div#main-screen {
	min-width: 		980px; 
	margin: 		10px;
}

div#logo {
	float:			right;
}

div#logo img{

}

ul#main-navigation {
	width: 			526px;
}

ul#extra-navigation {
	width: 			200px;
}

ul#main-navigation,
ul#extra-navigation {
	height:			21px;
	margin:			0;
	padding:		0;
	position:		fixed;
}

ul#main-navigation li,
ul#extra-navigation li {
	float: 			left;
	list-style:		none;
	margin: 		0 10px 0 0;
	padding:		0;
}

div#content-navigation div.column-2 img {
	position:		fixed;
	right:			20px;
	top: 			10px;
}

div#content-navigation {
	height:			120px;
}
/* ===================================================== */

/* Formatierungen HTML-Elemente mit Klassen */
ul.sub-navigation {
	margin:			0;
	padding:		0;
	display: 		none;
	position:		fixed;
	left: 			18px;
	top:			31px;
	width:			820px;
}

li.menu a {
	font-family: 	'Arial';
	font-size:		14px;
	color:			#000000;
}

li.sub-menu a {
	font-family: 	'Arial';
	font-size:		14px;
	color:			rgb(153, 51, 51);
}

a:hover,
a:active,
a.active,
li.menu a.active,
li.menu a:active,
li.menu a:hover,
li.sub-menu a.active,
li.sub-menu a:active,
li.sub-menu a:hover {
	color:			rgb(255, 0, 51);
}

div.column-1,
div.column-2 {
	min-width: 		410px;
	width:			42%;
}

div#content-detail div.column-1 {
	min-width: 		526px;
	width:			42%;
}

div#content-navigation div.column-2 img {
	float: 			right;
}

div.column-1 {
	float: 			left;
}

div.column-2 {
	float: 			right;
}

div.seperator {
	margin-bottom:	60px;
}

div.clear-both-float {
	clear: 			both;
}
 
p.caption {
	font-family:	'Courier New';
	font-size:		11px;
	line-height:	17px;
	color:			#000000;
	margin:			4px 0 0;
}

img.preview {
	margin-top:		20px;
	margin-bottom:	0px;
}

img.picture {
	margin-top:		30px;
	margin-bottom:	2px;
}

ul.content-list {
	margin: 		0;
	padding: 		0;	
}

ul.content-list li {
	margin: 		0;
	padding: 		0;
	list-style: 	none;
	font-family:	'Times New Roman';
	font-size:		14px;
	line-height:	18px;
}

ul.content-list li span {
	color:			rgb(153, 51, 51);
}

ul.errors {
	margin:			0;
	padding:		0;	
}

ul.errors li {
	margin:			0;
	padding:		0;
	list-style:		none;
	color:			red;
}

div.more {
	margin-top:		30px;
}
/* ===================================================== */

/* Spezielle Formatierungen HTML-Elemente für Kategorien */
div#category-aktuell-1 h1,
div#category-current-1 h1,
div#content-detail div.column-1 h1 {
	font-family: 	'Times New Roman';
	font-size: 		18px;
	line-height:	21px;
	color:			#000000;
	font-weight:	bold;
}

div#category-aktuell-1 p, 
div#category-current-1 p,
div#content-detail div.column-1 p {
	font-family:	'Times New Roman';
	font-size:		18px;
	line-height:	21px;
	color:			#000000;		
}

div#category-aktuell-1 p.caption,
div#category-current-1 p.caption,
div#content-detail div.column-1 p.caption {
	font-family:	'Courier New';
	font-size:		12px;
	line-height:	18px;
	margin-bottom:	40px;
}

div#category-aktuell-1 a, 
div#category-current-1 a,
div#content-detail  div.column-1 a{
	font-family:	'Times New Roman';
	font-size:		18px;
	line-height:	21px;	
}

div.editions-books img.preview  {
    margin-top: 0px;
	margin-bottom: 16px;
}

div.editions-books img.picture  {
    margin-top: 20px;
	margin-bottom: 15px;
}
/* ===================================================== */