/* Benutzerdefinierte Stile bitte nur in dieser Datei unterbringen.
   Die Datei main.css ist nur für das Grundlayout bestimmt und sollte nicht verändert werden!!! */

#content .blocksatz {
   	text-align: justify;
}

.ordner {
    list-style-type: none;
}

.unterverzeichnis {
	list-style-type: disc;
	list-style-position: inside;
}

a.sitemap:link {
    color: #303030;
}

a.sitemap:active {
    color: #303030;
}

a.sitemap:visited {
    color: #303030;
}

a.sitemap:hover {
    color: Red;
}

.td_special {
    vertical-align: top;
	padding-left: 25px;
	background-color: #F5F5F5;
}

.spalte_links {
    vertical-align: top;
	padding-left: 25px;
	background-color: #F5F5F5;
    width: 220px;
}

.spalte_rechts {
    vertical-align: top;
	padding-left: 25px;
	background-color: #F5F5F5;
    width: 410px;
}

.buch_preis {
    vertical-align: bottom;
	padding-left: 25px;
	background-color: #F5F5F5;
    width: 50px;
}

img {
    border: 0px;
}

.presse_datum {
    vertical-align: top;
	padding-left: 25px;
	background-color: #F5F5F5;
    width: 150px;
}

.presse_nachricht {
    vertical-align: top;
	padding-left: 25px;
	background-color: #F5F5F5;
    width: 480px;
}

/*FORMMAILER*/

#formmailer {
    background-color: #B0C4DE;
	border: 1px solid #000000;
	width: 30%;
}

hr {
    border-top: 1px solid #000000;
	border-bottom: 1px solid #B0C4DE;
	border-right: 1px solid #B0C4DE;
	border-left: 1px solid #B0C4DE;
}

table {
    border: 0px;
}

td {
    border: 0px;
}