body {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 12pt;
	background-color: #000; 
	color: #000;
}

/***************************
	Verweist Darstellung
****************************/
a:link    {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:hover   {color:#000000; text-decoration: underline;}


/***************** 
	Grundgerüst
******************/
#Container {
	background-image: url(../Grafik/Hintergrund.jpg);
	background-repeat: repeat-x;	
	background-color: #444444;
}
#links, #rechts, #mitte {
	width: auto;
	height: auto;
	vertical-align: top;
}
#mitte {
	width: 752px;
	border-right:2px solid #000;		
	border-left:2px solid #000;		
}
#Header{
	background-image: url(../Grafik/Header.jpg); 
/*	background-image: url(../Grafik/Header_weihnacht.jpg); */
	background-repeat: no-repeat;
	width: 752px;
	height: 215px;
	position: relative; 
/*	border: 1px solid green;	*/
}
#Inhalt, #Menu1, #Menu2 { width: 728px; }
* html #Inhalt, #Menu2 { width: 752px; }

#Fussnote {
	position: relative;
	background-image: url(../Grafik/Fussnote.jpg); 
	background-repeat: no-repeat;
	display: block;
	color: #000;
	font-size: 8pt;
	text-align: center;
	line-height: 18px;
	padding-bottom: 10px;
}
#googleAds {
	padding: 0 10px 2px 10px;
	max-weight: 728px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}
.platzhalter {
	width: auto;
	height: 150px;
}
#Header .Kontakt {
	z-index: 2;
	position: absolute;
	bottom: 3px;
	left: 12px;
}
#Header .Kontakt a{
	padding:0 10px 0 10px;
}



/******************* 
	Spalte inhalt
********************/
#Inhalt {
	position: relative;
	vertical-align: top;	
	background-color: #fff;
	color: #000;
	min-height: 100px;
	text-align: center;
	padding: 20px 12px 30px 12px;
}


/************* 
	Language / Suche / facebook, google etc...
**************/
.comunity {
	font-size: 12pt;
	border: none;	
}


#lang-panel {
	position: relative;
	height: 20px;
	text-align: left;
	display: block;
}
#lang-panel .text {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 10pt;
	padding: 3px 0 0 5px;
}
#lang-panel .flags {
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}
#lang-panel .flags img {
	border: none;
	width: 16px;
	height: 16px;
	margin: 2px 3px 3px 3px;
}
#lang-panel .flags img:hover {
	width: 20px;
	height: 20px;
	margin: 0 1px 1px 1px;
}


#suche{
	display: block;
	padding: 10px 0 0 0;
	height: 30px;
	white-space:nowrap;
}
* html #suche { height: 40px; }
#suche img {
	position: relative;
	margin-right: 2px;
	border: none;
}
#suche input[type=text] {
	border: 1px solid #666;
	position: relative;
	top: -5px;
	width: 140px; 
	height: 18px;
	text-align: left;
	color: grey;
	padding: 0 5px 0 2px;
}


#booksButtons{
	font-family: 'Times New Roman', Arial, sans-serif;
	color: #444444;
	font-size: 14pt;
	margin-top: 0;
	overflow: hidden;
}


/*************
	Login
*************/
#Login {
	position: relative;
	display: block;
	font-size: 12pt;
	text-align: center;	
}
#Login input[type=text] {
	width: 107px;
	height: 18px;
	border: 1px solid #666;
	text-align: left;
	color: grey;
	padding: 0 5px 0 2px;
}
#Login input[type=button] {
	color: #444444;
	width: 50px;
	height: 50px;
}
#Login #auflistung {
	font-size: 8pt;
	padding: 10px 0 0 0;
}

/************* 
	Menü 1 oben
**************/
#Menu1 {
	position: relative;
	bottom: 3px;
	overflow: hidden;
/*	font-family: Arial, Helvetica, Geneva, sans-serif;  */
	font-family: 'Times New Roman', Arial, sans-serif;
	color: #dddddd;
	font-size: 10pt;
	border: none;	
}
#Menu1 li {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 30px;
}
#Menu1 a {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 10pt;
	color: #dddddd;
	text-decoration: none;
}
#Menu1 a:hover, #Menu1 a:active, #Menu1 .active {
	text-decoration: underline;
}


/************* 
	Menü 2 oben
**************/
#Menu2 {
	background-color: #fff;
	max-width: 758px;
	overflow: hidden;
	padding: 0;
	margin:  0;
}
.Menu2 {
	padding: 0;
	margin:  0 12px;
}


/***************** 
	Menü 3 links
******************/
.Menu3 {
	display: block;
	text-align: left;
	font-family: 'Times New Roman', Arial, sans-serif;
	color: #444444;
	padding: 10px 5px 5px 5px;
}
.Menu3 div {
	font-family: 'Times New Roman', Arial, sans-serif;
	text-align: right;
}
.Menu3 .title {
	margin: -5px 0 10px 0;
	text-align: center;
	font-weight: bold;
	font-size:14pt;
}


/********************
	VideoClips
*********************/
.VideoTitle, #Vorschau .title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size:12pt; 
	font-weight:bold; 
	color: #000000;
	text-align: center;
	padding:3px; 
}
#Vorschau a {
	text-decoration: none; 
	color:red; 
	font-weight:bold; 
	font-size:8pt;
}
#Vorschau a:hover {
	text-decoration: underline;
}
.VideoTitle {
	font-size:16pt; 
	padding: 5px 0 10px 10px;
}
.VideoClip {
	width: auto;
	padding:20px 0 20px 0;
}
.VideoDescription {
	padding: 15px 5px 0 5px;
	font-size: 10pt;
	text-align: justify;
	line-height: 20px;
}



/********************
	Spalte Werbung
*********************/
.banner {
	text-align: center;
	z-index: 1;
}
.verweis {
	height: auto;
	position: relative;
}
.verweisUeberschrift {
/*	background-image: url(../Grafik/r_MenuPunkt.jpg); */
	background-repeat: no-repeat;
	background-position: right;
	width: 149px;
	line-height: 22px;	
	text-align: center;
	font-size: 8pt;
/*	color: #ffffff;*/
	font-weight: bold;
}
