body {
	background-color: #000000;
    background-image: url(pictures/basics/background.jpg);
	background-repeat: repeat;
	border: none; border-width: 0px; border-color: #FFFFFF; 
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

/* BOX Body - Hauptbox */
.BodyBox {
    background-color: #FFFFFF;	
	border: groove; border-width: 2px; border-color: #FFFFFF; 
	width: 970px;
	height: 435px;
	margin: auto; 
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

/*******************************************************************************/
/* BOX Header und Menu
/*******************************************************************************/

.HeaderBox {
	background-image: url(pictures/basics/header.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 180px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.HeaderBoxIntern {
	background-image: url(pictures/basics/header_intern.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 180px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

/* Box Header-Menu - für Home, Für Presse, Für Handel, Für Autoren */
.HeaderBoxMenu {
    border-bottom: solid; border-width: 0px; border-color: none; 
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-size: 10px;
}
/* Box Header-Menu - TMENU - für Home, Für Presse, Für Handel, Für Autoren */
.HeaderBoxMenu0 {
  	padding-left: 380px;
	padding-top: 25px;
	font-size: 10px;
}
/* Box Header-Menu - MMENU */
.HeaderBoxMenu1 {
  	padding-left: 380px;
	padding-top: 50px;
	font-size: 13px;
}
/* Box Header-Menu - Welcome */
.HeaderBoxWelcome {
    border-bottom: solid; border-width: 0px; border-color: none; 
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	font-size: 10px;
}
/* Box Header-Menu - Welcome */
.HeaderBoxWelcome0 {
  	padding-left: 424px;
	padding-top: 5px;
	font-size: 12px;
	color: #E75112;
}
/* Einzel-Menu von MenuBoxTop */
.HeaderMenu {	
	padding-left: 11px;
	padding-right: 11px;
}
.HeaderMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu0 {	
	padding-left: 22px;
	padding-right: 22px;
}
.HeaderMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu0 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu0 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu0 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenu0 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderMenuHL {
    color: #E75112;
	padding-left: 11px;
	padding-right: 11px;
	font-weight: bold;
}
.HeaderMenuHL a:link {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL a:visited {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL a:hover {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL a:active {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL0 {
    color: #E75112;
	padding-left: 22px;
	padding-right: 22px;
	font-weight: bold;
}
.HeaderMenuHL0 a:link {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL0 a:visited {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL0 a:hover {
	color: #E75112;
	text-decoration: none;
}
.HeaderMenuHL0 a:active {
	color: #E75112;
	text-decoration: none;
}

/*******************************************************************************/
/* BOX Start-Flash auf index.php */
/*******************************************************************************/

.Starter {
    background-color: #FFFFFF;
	text-align: left;
	border: solid; border-width: 0px; border-color: #E75112; 
	width: 970px;
	height: 300px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}

/*******************************************************************************/
/* BOX Footer
/*******************************************************************************/

.Text_Stimmen {
    background: #F7F2E8;
    border: solid; border-width: 0px; border-color: #BE9E55; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 10px;
	text-decoration: none;
	text-align: justify;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}

.FooterBox {
    background-image: url(pictures/basics/footer.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

.FooterInfoBox {
	background: #F7F2E8;
	margin-top: 40px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.Footer {    
	color: #FFFFFF;
}
.Footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*******************************************************************************/
/* BOX MENU - CMENU
/*******************************************************************************/

.MenuStartBox {
    width: 230px;
	padding-top: 10px;
}
.MenuBoxTitel {
    background: #BE9E55;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-top: 10px;
	margin-left: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}
.MenuBoxPicture {
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-top: 10px;
	margin-left: 25px;
}
.MenuBoxEmpfehlung {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-top: 1px;
	margin-left: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}
.MenuBoxDown {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-left: 25px;
	margin-top: 1px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}
.MenuBoxWarenkorb {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-left: 25px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}
.MenuBox {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-top: 10px;
	padding-top: 20px;
	margin-left: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}

/* BOX Menü - Diverses */
.MenuBoxDivers {
	width: 120px;
	margin-top: 5px;
	padding-left: 5px;	
}
.MenuBoxChoiceA {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 160px;
	margin-top: 1px;
	margin-left: 25px;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	line-height: 20px;
	color: #000000;
}
.MenuBoxChoiceI {
    background: #F7F2E8;
	width: 120px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.MenuBoxDiversTitel {
	width: 120px;
	padding-left: 5px;	
}
.MenuDiversCategory {
	background: #BE9E55;
	border-bottom: solid; border-width: 1px; border-color: #000000; 	
	color: #FFFFFF;	
}
.MenuDivers {
	border-bottom: solid; border-width: 1px; border-color: #000000; 
}
.MenuDiversHL {
	border-bottom: solid; border-width: 1px; border-color: #000000; 
	font-weight: bold;
	color: #E75112;
}
.MenuBookHL {
    background: #FFFFFF;
	border-bottom: solid; border-width: 1px; border-color: #000000; 
	font-weight: bold;
	color: #E75112;
}
.MenuDiversTitel {
	font-weight: bold;
	vertical-align: center;
	text-align: center;
}
.MenuBoxTwitter {
    background: #FFFFFF;
	width: 160px;
	margin-left: 25px;
	margin-top: 20px;
}
.MenuBoxTwitterMakingOf {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #83765D; 
	width: 160px;
	margin-left: 25px;
	margin-top: 20px;
}

/*******************************************************************************/
/* BOX Main 
/*******************************************************************************/

.TitelBox {
	background: #F7F2E8;
	padding-top: 20px;
	padding-left: 225px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.TextStartBox {
    background: #FFFFFF;
    width: 745px;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 0px; 
	color: #000000;	
	font-size: 11px;
	line-height: 14px;
	vertical-align: top;
	text-align: justify;	
}

.TextBoxInput {
    background: #FFFFFF;
    width: 100%;
	color: #000000;	
	font-size: 11px;
}

/*******************************************************************************/
/* BOX Index.php
/*******************************************************************************/

/* Box Mittelteil */
.TextStartBoxIndex {
    background: #FFFFFF;
    border: none; border-width: 1px; border-color: #83765D; 
    width: 490px; 
	text-align: justify;	
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	color: #000000;	
	font-size: 11px;
	line-height: 14px;
}

/* BOX Schlagzeilen */
.TextHeaderBoxTotal {
	background: #F7F2E8;
	border: solid; border-width: 1px; border-color: #BE9E55;
	width: 180px;
	vertical-align: top;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #000000;
}
/* Schlagzeilen-Text */
.TextHeaderBox {	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 11px;
	line-height: 17px;
}
.TextHeaderBox a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.TextHeaderBox a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.TextHeaderBox a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.TextHeaderBox a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.TextHeaderBoxPicture{	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000000;
}
.TextHeaderBoxPicture a:link {
	color: #F7F2E8;
}
.TextHeaderBoxPicture a:visited {
	color: #F7F2E8;
}
.TextHeaderBoxPicture a:hover {
	color: #F7F2E8;
}
.TextHeaderBoxPicture a:active {
	color: #F7F2E8;
}

/*******************************************************************************/
/* BOX News.php
/*******************************************************************************/

.IndexBoxNews {
	background: #F7F2E8;
	width: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}
.TextBoxNews {
	background: #FFFFFF;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	vertical-align: top;
}

/*******************************************************************************/
/* BOX Verlag.php
/*******************************************************************************/

.TextBoxVerlag {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
}

/*******************************************************************************/
/* BOX Retail.php
/*******************************************************************************/

.IndexBoxRetail {
	background: #F7F2E8;
	width: 250px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align:top;
	line-height: 16px;
}
.TextBoxRetail {
	background: #FFFFFF;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	vertical-align: top;
}

/*******************************************************************************/
/* BOX Lesungen.php | Messen.php
/*******************************************************************************/

.IndexBoxLesungen {
	background: #F7F2E8;
	background: #FFFFFF;
	width: 70px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}
.TextBoxLesungen {
	background: #FFFFFF;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	vertical-align: top;
}

/*******************************************************************************/
/* BOX Freunde.php
/*******************************************************************************/

.IndexBoxFriends {
	background: #F7F2E8;
	width: 160px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 11px;
/*	font-weight: bold; */
	color: #000000;
	text-align: left;
	vertical-align:top;
	line-height: 16px;
}
.TextBoxFriends {
	background: #FFFFFF;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	vertical-align: top;
}

/*******************************************************************************/
/* BOX Handel.php | Presse.php
/*******************************************************************************/

.TextBoxHandelLinks {
    background: #FFFFFF;
    border: none; border-width: 1px; border-color: #83765D; 
    width: 500px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	color: #000000;	
	font-size: 11px;
	line-height: 17px;
	vertical-align:top;
	text-align: justify;	
}
.TextBoxHandelRechts {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #83765D; 
    width: 150px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #000000;	
	font-size: 11px;
	line-height: 17px;
	vertical-align:top;
	text-align: left;	
}

.TextBoxVorschauLinks {
    background: #FFFFFF;
    border: none; border-width: 1px; border-color: #83765D; 
    width: 350px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	color: #000000;	
	font-size: 11px;
	line-height: 17px;
	vertical-align:top;
	text-align: justify;	
}
.TextBoxVorschauRechts {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #83765D; 
    width: 200px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #000000;	
	font-size: 11px;
	line-height: 17px;
	vertical-align:top;
	text-align: left;	
}

/*******************************************************************************/
/* BOX Buecher.php 
/*******************************************************************************/

.IndexBoxBooks {
	background: #FFFFFF;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 00px;
	padding-bottom: 0px;
	vertical-align: top;
	text-align:right;
}
.TextBoxBooks {
	background: #FFFFFF;
	width: 545px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: top;
}
.TextBoxBooksLI {
	background: #FFFFFF;
	width: 545px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 9px;
}
.TextBoxBooksSmall {
	background: #FFFFFF;
	width: 545px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: top;
	font-size: 9px;
}
.TextBoxBooksRaster {
	background: #FFFFFF;
	border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 220px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}
.TextBoxGiftsRaster {
	background: #FFFFFF;
	border: solid; border-width: 1px; border-color: #BE9E55; 
	width: 100px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}

/*******************************************************************************/
/* BOX Projekte autoren.php
/*******************************************************************************/
.ProjekteBoxTitel {
  background: #BE9E55;
  border: solid; border-width: 1px; border-color: #BE9E55; 
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}
.ProjekteBox {
  background: #F7F2E8;
  border: solid; border-width: 1px; border-color: #BE9E55; 
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #000000;
}
/*******************************************************************************/
/* Text-Formate 
/*******************************************************************************/
.HeaderBoxPage {
    background: #F7F2E8;
    border: solid; border-width: 1px; border-color: #BE9E55; 
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	width: 100%;
}
.ListBoxPage {
    border: solid; border-width: 1px; border-color: #BE9E55; 
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 100%;
}
.PictureBoxBundles {
    border: solid; border-width: 1px; border-color: #BE9E55; 
	margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 90%;
	text-align: center;
}
/*******************************************************************************/
/* Text-Formate 
/*******************************************************************************/
.TitelSmall {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
}
/* Jahreszahl */
.TitelSmallYear {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
}
/* Datum */
.TitelSmallDate {
	width: 100px;
	height: 20px;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
	padding-left: 0px;
	padding-right: 20px;
	vertical-align: top;
}
/* 2. Untertitel */
.TitelVerySmall {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #000000;
}
/* Standard-Text */
.Text {
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}
/* Standard-Text */
.TextSong {
	font-size: 11px;
	line-height: 19px;
	color: #E75112;
	text-align: justify;
	vertical-align: top;
}
/*******************************************************************************/
/* Farblich hervorgehobener Text 
/*******************************************************************************/
.TextHL {
	font-size: 11px;
	line-height: 17px;
	color: #E75112;
	text-align: justify;
}
.TextHLBig {
	font-size: 13px;
	line-height: 17px;
	color: #E75112;
	text-align: justify;
}
.TextSmall {
	font-size: 9px;
	line-height: 17px;
	color: #000000;
	text-align: justify;
}
.TextSmallHL {
	font-size: 9px;
	line-height: 1.5;
	color: #E75112;
}
.TextInput {
	font-size: 11px;
	line-height: 1.5;
	color: #000000;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TextShow {
	font-size: 11px;
	color: #E75112;
	vertical-align: top;
}
.TextShowBlack {
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}
.TextFooter {
	font-size: 8px;
	line-height: 17px;
	color: #999999;
	vertical-align: middle;
}
/* Listen */
.TextListe {
	font-size: 9px;
	line-height: 17px;
	color: #000000;
}
/* Listen */
.TextListeTitel {
	font-size: 9px;
	line-height: 17px;
	color: #000000;
	font-weight: bold;
}
.Picture a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Picture a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Picture a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.Picture a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* LINKS wenn nicht anders definiert */
a:link {
	color: #E75112;
	text-decoration: none;
}
a:visited {
	color: #E75112;
	text-decoration: none;
}
a:hover {
	color: #E75112;
	text-decoration: underline;
}
a:active {
	color: #E75112;
	text-decoration: none;
}

