/*
Theme Name: berlin-athen
Description: Template für http://berlin-athen.eu
Author: Berlin Athen
Ursprung: 	main-vorlage.css aus typo3-Version
			main.css aus typo3-Version
		
*/

/* ---------- aus Tutorial ----- */
/*
body        {color: #333; background: #e5e5e5;}
 
#wrapper    {width: 850px; margin: auto; text-align: left; background: #fff;}
#header        {height: 160px; padding: 20px; }
#main       {width: 520px; padding: 20px; float: left;}
#sidebar    {width: 270px; padding: 10px; padding-top: 20px; float: left;}
#footer        {clear: both; height: 100px; padding: 20px; }
*/
/* ENDE ----- aus Tutorial ----- */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

body	{
	font-size:10pt;
	line-height:100%;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	background: #e5e5e5;
	background-color: white;
	border: 0px;
	margin: 0px;
	padding:0px;
	list-style-type: none;
	}
	
	
img.alignleft, .alignleft {
	float:left; 
	padding: 10px; 
	padding-left: 0px;
	}
	
img.alignright, .alignright {
	float:right; 
	padding: 10px; 
	padding-right: 0px;
	}
		
img.aligncenter, .aligncenter{
	display: block;
	padding: 10px; 
	margin-left: auto;
    margin-right: auto;
	}
		
img.alignnone, .alignnone {
	}
	
	
table{
	margin: 0px;
	}

td	{
	padding: 0px;
	}

ul	{
	padding-top: 0px;
	border: 0px;
	margin: 0px;
	}
	
a:focus {
	/* verhindert die Punkte um focussierten Link */
	outline: none;
	}

/* ------------ Struktur der Haupttabelle  */
/* Bezeichnungen: */
/* vm:	bezieht sich auf Vorlage Main	*/
/* -t:   formatiert <table> Tag		*/
/* -tr:	formatiert <tr>    Tag		*/
/* -td:  formatiert <td>    Tag		*/
/* _x-:  möglichst sinnvoller Name für den Tabellenteil :)	*/

/* !!! Bei Bildern auf Pfad achten !!! z.B.: "../../design/...	*/ 

/* Äussere Umrandung sowie gesamtabmesseungen der Präsenz	*/
/* !!! Bei Bildern auf Pfad achten !!!	*/
 
.vm_aussen-t	{
		width:100%;
		border-spacing:0px;
		margin:0px;
		border:0px solid blue;
		background-color:#ffffff;
		}

/* Zeile für Banner */
.vm_banner-td	{
		background-color: #ffffff;
		height: 80px;
		text-align:center;
		}


/* Vertikal-Abstand */
.vm_abstand_eee-td {
		background-color: #eeeeee;
		height: 10px;
		}

.vm_abstand_ddd-td {
		background-color: #dddddd;
		height: 10px;
		}
.vm_abstand_fff-td {
		background-color: #ffffff;
		height: 10px;
		}

/* Content-Tabelle	*/

.vm_inner-t	{
		width: 100%;	/* Bestimmt Randbreite rechts, links	*/
		text-align:left;  
		background-color: #ffffff;
		margin-top: 10px;
	
		} 

/* Kopfzeile */
.vm_kopflinks-td {
		height:30px;
		text-align:center; 
		background-image:url(images/bg-kopf-5x30.gif);
		}

.vm_kopfmitte-td {
		height: 30px;
		text-align: center; 
		background-image:url(images/bg-kopf-5x30.gif);
		}
		
.vm_kopfrechts-td {
		height:30px;
		text-align:center; 
		background-image:url(images/bg-kopf-5x30.gif);
		}
		
/* Abstand: Links-Content */
.vm_abstand_li_co-td {
		width:10px; 
/*		width:15px; */
/*		background-image:url(images/ee-f7-10x100.gif); */
		background-image:url(images/ef-ff-ef-10x100.gif); 
/*		background-image:url(images/saeule-15x100.gif); */
		}

/* Abstand: Content-Rechts */
.vm_abstand_co_re-td {
		width: 10px;
/*		width: 15px;  */
		background-image:url(images/ef-ff-ef-10x100.gif);
/*		background-image:url(images/saeule-15x100.gif); */
		}

/* Zeile für print, Top */
.vm_print_top-td {
		height: 30px;
		text-align: right;
		background-color: #ffffff;
		}


/* Äußerer Rahmen - ANFANG */
.vm_nordwest-td	{
		width:10px;
		height:10px;
		background-image:url(images/nord-west-10x10.gif);
		}

/*	In nord keine Spaltenbreite angeben, da flexibel	*/
.vm_nord-td	{
		background-image:url(images/nord-100x10.gif);		
		}

.vm_nordost-td	{
		width:10px;
		background-image:url(images/nord-ost-10x10.gif);		
		}

.vm_west-td	{
		background-image:url(images/ef-ff-ef-10x100.gif); 
/*		background-image:url(images/saeule-15x100.gif); */	
		}

.vm_ost-td	{
		width:10px;
		background-image:url(images/ef-ff-ef-10x100.gif);		
		}

.vm_suedwest-td	{
		height:10px;
		background-image:url(images/sued-west-10x10.gif);		
		}

.vm_sued-td	{
		background-image:url(images/sued-100x10.gif);		
		}


.vm_suedost-td	{
		background-image:url(images/sued-ost-10x10.gif);		
		}
/* Äußerer Rahmen - ENDE */



	
A	{
	color: #0000ff;
	
	}
/*************************/
/* Überschriften, normal */
/*************************/

H1      {
	color: #333333;
	font-size:15pt;
	font-weight:normal;

	padding: 7px;			/* Abstand drumrum	 (background)  */  
	border: 0px solid #f00;	
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	background-color:#eee;		/* Überschrift Hintergrund	*/
	margin:0px;
	margin-top:10px;
	margin-bottom:2px;		/* Abstand unter Überschrift*/
	}

H2	{ 
	color: #333333;
   	font-size:12pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
   	margin-top:10px;
   	margin-bottom:2px;			/* Abstand unter Überschrift*/
	padding: 4px;			    /* Abstand drumrum	 (background)  */  
   	border:0px solid #888;	
   	border-bottom:1px solid #aaa;
   	border-right:1px solid #aaa;
   	background-color:#eee;		/* Überschrift Hintergrund	*/
	}

H3, H5	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
   	font-size:10pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
   	margin-top:5px;
   	margin-bottom:5px;			/* Abstand unter Überschrift*/
	padding:3px;			/* Abstand drumrum	 (background)  */  
   	border:0px solid #888;	
   	border-bottom:1px solid #aaa;
   	border-right:1px solid #aaa;
   	background-color:#eee;		/* Überschrift Hintergrund	*/
	}

H5       {
	font-weight:normal;
	}
H4      { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size:10pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
   	margin-top:10px;
   	margin-bottom:2px;		/* Abstand unter Überschrift*/
	padding:3px;			/* Abstand drumrum	 (background)  */  
	padding-left:0px;
   	border:0px solid #888;	
   	border-bottom:0px solid #888;
   	border-right:0px solid #888;
   	background-color:#;		/* Überschrift Hintergrund	*/
        }

H6      { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size:10pt;
   	font-weight:bold;
   	margin: 0px 0px 0px 0px;
	padding:0px;			/* Abstand drumrum	 (background)  */  
	padding-left:0px;
   	border:0px solid #888;	
   	border-bottom:0px solid #888;
   	border-right:0px solid #888;
   	background-color:;		/* Überschrift Hintergrund	*/
    }


/* Überschriften mit link */
H1 A, H2 A, H3 A, H4 A, H5 A { 
	color: #333333; 
	text-decoration: none; }

H5 A {
	text-decoration: underline; }

H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover	{ 
	text-decoration: underline;
	}

.screen-reader-text {
     position: absolute;
     left: -1000px;
}	
	
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, 
   .news-single-item HR.clearer, 
   .news-latest-container HR.clearer{
   	clear:right;	
   	height:1px;	
   	border:1px solid #EEEEEE;
   	}

.news-latest-container HR.clearer {
	clear:left;
	}
		
/* Linke Spalte (Menü) */
/* Menu-Links (Rubriken) ) aus: main.css container-ml-xxx */
/* Überschreibt (hoffentlich) Wordpress Einstellungen */

.children {
	border: 0px solid red;
	margin: 0px;
	}
	
.container-ml-link,	
.container-ml-link a,
.cat-item a	{
	color: #333333;
	text-decoration:none;
	font-size: 9pt;
	font-weight: normal;
	line-height:115%; 
	}
	
.container-ml-link a:hover,
.cat-item a:hover, 
.current-cat a:hover {
	color: #ff0000;
	text-decoration:underline;
	}

/* Menu-Links CUR (Current, Angezeigte Seite) - Farbe auf weinrot setzen */

.container-ml-cur a,
.current-cat a	{
/*	color: #990000;	*/
	color: #cc0000;
	font-weight: bold;
	}


/* Menu-Links ACT (Angezeigte Seite und Elternrubrik) - Farben setzen */

.container-ml-act1 a { color: #990000; }
.container-ml-act2 a { color: #FF0000; }


/* Menu-Links SPC (Abstand) - Farbe auf Hintergrundfarbe setzen       */
/*                            damit der Link versteckt wird           */
/* Hinweis: SPC wird als normaler Text, also NICHT als Link angezeigt */
/*          deshalb Fontgrösse etc. an Linkaussehen anpassen          */

.container-ml-spc {
	color: #ffffff;
	line-height:60%; 
	font-weight: bold;
	text-decoration: none;
	}

/* --------------------------------------------------------------------*/           

/* Rechte Spalte (Werbung/Etc.) */
.rechts-text	{
	font-size: 8pt;
	font-weight: normal;
	line-height:115%;
	
	}

/* Einstellungen für Kopfleiste	*/
.kopfleiste {
	font-size: 9pt;
	font-weight: normal;
	}

.kopfleiste A {
	color: #333333;
	text-decoration: none;
	}

.kopfleiste A:hover	{
	color: #ff0000;
	text-decoration:underline;
	}


.kopfleiste-mitte {
	font-size: 9pt; }


/* Einstellungen für Fussleiste */
.fussleiste {
	color: #FFFFFF;
	font-size:8pt;
	font-weight:bold;
	}

.fussleiste A {
	color: #FFFFFF;
	font-size:8pt;
	font-weight:bold;}

.fussleiste a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.search_form-td	{
	background-color: #dddddd;
	text-align: center;
	padding: 5px 5px 5px 5px;
	
}

/* spezielle Formatierungen */
/* Der More Link */
.moretext	{
	text-align: right;
	font-size: 8pt;
	}
	
.moretext a	{
	color: #0000ff;
	text-decoration:none;	
	}
.moretext a:hover	{
	color: #ff0000;
	}

/*-----------------------------------  news LATEST view  -----------------------------------*/


.news-latest-container {
	background-color:#ffffff;
	border:0px solid #000;
	}


/* .news-latest-container H3 A {
	color:#333;  
	text-decoration:none;
	} */
	
.news-latest-container H3 A:LINK,
  .news-latest-container H3 A:VISITED,
  .news-latest-container H3 A:HOVER {	
	color:#333;
	}

.news-latest-autor-top	{
	font-size: 10pt;
	font-style:italic;
   	/* font-weight: bold; */
	color: #000;
	border:0px solid #88f;
	margin-bottom: 2px;
}

.news-latest-item {	
	padding:3px;
	padding-bottom:10px;		/* Innenabstand 	*/
	min-height:110px;    

	border:0px solid #0F0;
	border-bottom: 0px solid #888;
	margin:0px;
	margin-bottom:10px;
	background-color:#fff;
	}
	
.news-latest-item strong	{	
	font-weight: normal;
}

.news-latest-item A {
	border:0px solid #0f0;
	}

.news-latest-content	{
	padding: 0px;
	border:0px solid #ff0;
	margin: 0px;
	}

.news-latest-content p	{
	border:0px solid #0f0;
	margin:0px;
	}

/* .news-latest-re {
	border:0px solid #00f;
	} */

/* --------------------- Eigene Zusätze für News-Latest-Bildformatierung etc. ------------ */


.news-latest-newsimg {
/*	float:left; */
/*	height:100px;  */
/*	margin-top:10px; */
	border:0px solid #ff0;
	}

.news-latest-newsimg A {
	/* Das ist für Firefox und Opera */
	font-size:0pt;
	border:0px solid #88f;
	}


/* Bildformatierung */
.news-latest-container IMG {
	float: left;		/* Bildposition: left, right	*/
	
	border:0px solid #66f;	
	border-bottom: 1px solid #888;
	border-right:  1px solid #888;

	margin-top:10px;
	margin-bottom:5px;		/* keine Auswirkung in IE		*/
				/* nur bei grossen Werten:		*/
				/* Katastrophe bei Firefox		*/
	
	margin-right:5px;		/* Abstand Bild -> Text		*/	
	margin-left:5px;		/* Abstand Rand -> Bild		*/
	}


.news-latest-morelink  {
	font-size: 8pt;	
	margin-top:6px;
	margin-right:5px;   
/*	margin-bottom: 3px; */
	
	float:right;
	/* ohne padding kein underline beim IE */
	padding-bottom:1px;
	border: 0px solid green; 
		}

.news-latest-morelink A {
	font-size: 8pt;	
 	/* text-decoration:underline; */
	text-decoration:none;
	}
	
.news-latest-category {
	font-size: 7pt;	
        margin-top: 6px;
        margin-right: 5px;
        margin-left: 10px;
	float: right;
	/* ohne padding kein underline beim IE */
	padding-bottom: 1px;
	border: 0px solid green;
	}

.news-latest-category A {
	font-size: 7pt;
	text-decoration:underline;	
	}
/* ENDE --------------------- Eigene Zusätze für News-Latest-Bildformatierung etc. ------------ */
/* ENDE -----------------------------------  news LATEST view  -----------------------------------*/

/*--------------------------------- News LIST view  -----------------------------------*/
/*------------ verwendet für ----------------*/

.news-list-container {
		
	border:0px solid #888;	/* border: umrandet den gesamten Newscontent. incl. Newsbrowser	*/
	background-color:#fff;	/* background: Hintergrundfarbe für den gesamten Newscontent	*/
				/*   nur zu sehen, als margin von .news-list-item		*/
	}


/* Überschrift */

/* .news-list-container H3 A {
	color:#333;  
	text-decoration:none;
	} */
	
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {	
	color:#333;
	padding-left:2px;
	}

.news-list-autor-top	{
	font-size: 10pt;
	font-style:italic;
   	/* font-weight: bold; */
	color: #000;
	border:0px solid #88f;
	margin-bottom: 2px;
}


.news-list-container P {
	padding-left:3px;}		/* Abstand Text vom Linken Rand		*/
				/* kommt nur zum tragen, wenn Bild rechts	*/

.news-list-container li a	{
	color: #333333;
	}


.news-list-date {
	float: right;
	color: #ddd;
	width: 180px;
	text-align: right;
	height: 18px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #ddd;	
	}

/*  Container für einzelne News */

.news-list-item	{	

	padding:3px;		/* Innenabstand 	*/
	padding-bottom:10px;
	margin: 3px;		/* Aussenabstand: Zeigt bg-color 	*/
				/* .news-list-container 		*/
	background-color: #fff;	/* Hintergrundfarbe Einzelnews	*/ 
	min-height:115px; 

	border:0px solid #6f6;	/* Rand um Einzelnews		*/
	border-bottom:0px solid #888;
	margin-bottom:15px;
	}

.news-list-item strong	{	
	font-weight: normal;
}
	
.news-list-content	{
	padding: 0px;
	border:0px solid #ff0;
	margin: 0px;
	}

.news-list-content p	{
	border:0px solid #0f0;
	margin:0px;
	}

/* --------------------- Eigene Zusätze für News-Bildformatierung ------------ */

.news-list-newsimg {
	border:0px solid #0ff; 
	}


.news-list-newsimg A {
	/* Das ist für Firefox und Opera	*/
	font-size:0pt;
/*	line-height:1%;   */
	border:0px solid #f00;
	}

/* ------------------------------------------------- */

/* Bildüberschrift  */
.news-list-imgcaption { 
	float: left;
	padding-top:5px;	
	padding-right:3px;	
	font-size: 9px;	
	}

/* Bildformatierung */
.news-list-container IMG {
/* .news-list-newsimg IMG {  */
	float: left;		/* Bildposition: left, right	*/
	
	border:0px solid #66f;	
	border-bottom: 1px solid #888;
	border-right:  1px solid #888;

	margin-top:10px;
	margin-bottom:5px;		/* keine Auswirkung in IE		*/
				/* nur bei grossen Werten:		*/
				/* Katastrophe bei Firefox		*/
	
	margin-right:5px;		/* Abstand Bild -> Text		*/	
	margin-left:5px;		/* Abstand Rand -> Bild		*/
	}

.news-list-category IMG {	
	float: none;	
	border:none;	
	margin:0px;
	}


.news-list-morelink  {
	font-size: 8pt;	
	margin-top:6px;
	margin-right:5px;
/*	margin-bottom: 3px; */
	
	float:right;
	/* ohne padding kein underline beim IE */
	padding-bottom:1px;
	border: 0px solid green;
		}

.news-list-morelink A {
	font-size: 8pt;	
	text-decoration:none;
	}
	

.news-list-re {
	border:1px solid #00f;
	}

/* ENDE ---------------------------- News LIST view  ----------------------------------- */



/* --------------------------------- News SINGLE view ---------------------------------- */
.news-single-container {
		
	border:0px solid #888;	/* border: umrandet den gesamten Newscontent. incl. Newsbrowser	*/
	background-color:#fff;	/* background: Hintergrundfarbe für den gesamten Newscontent	*/
				/*   nur zu sehen, als margin von .news-list-item		*/
	}

/* Platzhalter fuers Drucken */

.news-single-print-news {
	text-align:right;
	}

.news-single-item {
	padding:5px;	
	margin-bottom:5px;
	border:0px solid #888;	/* Rand um alles */
	background-color:#fff;	/* Gesamt - Hintergrund */
	}


.news-single-item H4 {	
	margin-bottom: 15px; 
	}

.news-single-newsimg {		
	float: right;	
	margin-left:5px;
	border-bottom: 2px solid #888;
	border-right:  2px solid #888;  
	
	
	}
.news-single-newsimg A	{
	text-decoration: none;	
}	

.news-single-imgcaption {	
	font-size: 8pt;
	padding:3px;	
	clear:both;
	
	}
.news-single-imgcaption A	{
	color: #333;
	text-decoration: none;	
	/* font-style:italic; */
	font-weight: bold
}	

.news-single-autor-top	{
	font-size: 10pt;
	font-style:italic;
   	/* font-weight: bold; */	
}
.news-single-timedata, 
    .news-single-autor-bottom	{
	float: left;
	font-size: 10pt;
	}

.news-single-rubrik {
	
	font-size: 10pt;	
	float: left;
	}

.news-single-rubrik a {
	text-decoration: none;	
	}

.news-single-rubrik a:hover	{
	color: #ff0000;
	text-decoration:underline;
	}

.news-single-backlink, 
    .news-single-backlink a {
    	
    	font-weight: bold;
    	text-decoration: underline;	
    	font-size: 8pt;	
    	margin-bottom: 15px;
    	margin-top: 10px;}


.news-single-item HR.clearer	{
   	clear:right;	
   	height:1px;	
   	border:1px solid #EEEEEE;
   	}


.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;	
	padding:3px;	
	padding-bottom:0px;
	}

.news-single-related,
   .news-single-files,
   .news-single-links  {
   	border: 1px solid #666;	
   	margin:0px;	
   	margin-bottom: 3px;	
   	padding:3px;	
   	background-color:#F9FFE5;}

.news-single-related DD, 
    .news-single-links DD, 
    .news-single-files DD {	
	margin-left:20px;
	}

.news-single-related DT, 
    .news-single-links DT, 
    .news-single-files DT {
	font-weight: bold;
	font-size: 8pt;
	margin-left:5px;
	width:90%;}

/* ENDE ---------------------------- News SINGLE view ---------------------------------- */

/* -------------------------------- Comments ---------------------------------*/
li.comment 	{
	padding-bottom: 20px;
}

/* Für Liste Adressen Deutschland/Griechenland Link-Menue oben */
.link-liste-menue {
	font-weight:bold;
	line-height:150%;  
	background-color:#fff;
	list-style-image:url(images/down-333-8x9.gif);
	}
.link-liste {
	line-height:150%;  
	background-color:#fff;
	}

.link-liste-menue a,
.link-liste a	{
	color: #333;
	}
	
/* Für dn Pfeil zum nach oben scrollen */	
#to-top	{
    display:none;
    position:fixed;
    bottom:20px;
    right:20px;
    width:31px;
    height:31px;
    background-image: url(images/up-31x31.gif);
	}
	
#wp-admin-bar-search	{
	display:none;
	}