@charset "utf-8";


/* Standard Stylesheet fuer www.peterjockisch.com, Stand: 22. Juli 2010 */
/*------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}

a:link img, a:visited img, a:hover img, a:focus img, a:active img {
	border: 0;
	}



/*-------------------- Initialisierung Hintergrund ------------- */


html {
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	}

body {
	margin-right: 20px;
	padding: 0;

	font-size: 100%;
	font-family: sans-serif;
	}

div {
	margin: 0;
	padding: 0;
	}

/* ------------------------ Textformatierung ------------------------------ */

p {	margin-top: 7px;
	margin-bottom: 7px;
}


h1 {
	font-size: 1.0em;
	font-family: sans-serif;
	}

h2 {
    font-size: 0.9em;
	font-family: sans-serif;
	}

h3 {
    font-size: 0.8em;
	font-family: sans-serif;
	}

.eins-komma-null-em {
	font-size: 1.0em;
}

.null-komma-neun-em {
	font-size: 0.9em;
}

/* ---------------------------------- */
#ueberschrift {
	text-align: center;
	font-size: 1.5em;
	font-family: serif;
	}

.ueberschrift-zwei {
	text-align: center;
	font-size: 1.3em;
	font-family: serif;
}

.ueberschrift-drei {
	font-size: 1.1em;
	font-family: serif;
	
}


.mittig {
	text-align: center;
	}
	
.rechts{
	text-align: right;
	}
	
.links {
	text-align: left;
	}

.blocksatz {
	text-align: justify;
	}
	

.datum {
	font-size: 0.8em;
	}

.werbung {
	font-size: 0.8em;
	font-family: sans-serif;
	color: #ababab;
}

/* -------------------------------------------------------------------------*/
/* 				Seitenbereiche				    */	
/* -------------------------------------------------------------------------*/
	
/*------------------------------ Titelbereich ---------------------------- */

#titelbereich {
	top: 0;
	left: 0;
	z-index: 4;
	
	position: fixed;
	width: 1004px;
	height:128px;
	
	margin:0;
	padding: 0;
	border: 0;

	color: black;
	background-color: white;
	}

/*----------------------------- Titellogo -----------------------------------*/

#titellogo {

	top: 0;
	left: 0;
	z-index: 6;
	
	position: fixed;
	height: 30px;
	width: 980px;
		
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 0;
	
	border: 0;
	text-align: left;
	
	color: black; 	 	
	background-color: white;
	}

/*--------------- grüner Kopf-Navigationsbereich ---------------------------*/
	
#topnavigation {
	
	top: 60px;
	left: 20px;
	position: fixed;
	z-index: 6;	

	width: 984px;
	height: 25px;

	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;

	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	
	color: white;
	background-color: #001593;
	font-size: 0.9em;
	font-family: sans-serif;
	}


#topnavigation ul li { 

	float: left;
	display: inline-table;

	border: 0;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 3px;

/* ---- */

	padding-left: 1em; /*links und rechts 1em Polsterung */
	padding-right: 1em;
	
	color: white;
	background-color: #001593;

	text-decoration: none;
	float: left;
	

/* -- */

	border-left: 1px solid white;

	}


#topnavigation ul li a { 

	padding-left: 1em; /*links und rechts 1em Polsterung */
	padding-right: 1em;
	
	color: white;
	background-color: #001593;

	text-decoration: none;
	float: left;
        }

#topnavigation ul li  + li a { 
	
	}

	
#topnavigation ul li a:hover {  
	text-decoration: underline;
        }


/* --------------------  Seiten-Navigation --------------------------- */


#sidebar-navigation{
	position: fixed; 
	top: 111px;
	left: 0;
	z-index: 8;

	width: 100px;
	
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	
	border-right: 1px solid black;
	
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 40px;

	font-size: 1em;
	line-height: 2em;
	list-style: none;	
	}

#sidebar-navigation li a:link{
	color: black;
	background-color: white;
	font-family: sans-serif;
	text-decoration: none;
	}

#sidebar-navigation li a:hover {
	color: rgb(149,44,147);
	background-color: white;
	text-decoration: none;
	}	

#sidebar-navigation li a:visited {
	color: black;
	background-color: white;
	text-decoration: none;
	}

.menueliste {
	font-size: 0.9em;
	line-height: 2em;
	list-style: none;
	text-decoration: none;
}

/* --------------------- Inhalt ------------------------------ */

#inhalt { 
	
	position: static;
	width: 900px;
	text-align: justify;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 20px;

	border: 0;

	padding-top: 145px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 0;
	}

#inhalt-2 { 
	
	position: static;
	width: 900px;
	text-align: justify;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 20px;

	border: 0;

	padding-top: 130px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 0;
	}	

#inhalt-mit-werbung { /* historisch, 2 Seitenquadrate */
	position: static;
	width: 575px;
	z-index: 3;
	text-align: justify;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

	border: 0;

	padding-top: 145px;
	padding-bottom: 50px;
	padding-left: 205px;
	padding-right: 0;
	}


/* ---------------------------------- Werbekästen---------------------*/

#werbung-oben-rechts {
	
	position: fixed;
	width: 160px;
	height: 160px;

	z-index: 12;
	top: 170px; /*140px*/
	left:817px;

	margin: 0;
	padding: 0;

	border: 1px solid black;	
	}

#werbung-unten-rechts {
	position: fixed;
	width: 160px;
	height: 160px;

	z-index: 12;
	top: 360px;
	left:817px;

	margin: 0;
	padding: 0;

	background-color: white;

	border: 1px solid black;
	}

#werbung-mitte-oben  {
	position: static;
	width: 570px;
	height: 270px;

	margin: 0;
	padding: 0;

	border: 1px solid black;
}

#werbung-mitte-oben-extrabreit {
	position: static;
	width: 750px;
	height: 270px;

	margin: 0;
	padding: 0;

	border: 1px solid black;

}

#werbung-mitte-unten {
	position: static;
	width: 570px;
	height: 270px;

	margin: 0;
	padding: 0;

	border: 1px solid black;

}

#werbung-mitte-unten-extrabreit {
position: static;
	width: 750px;
	height: 270px;

	margin: 0;
	padding: 0;

	border: 1px solid black;

}

/*----------------------------------------- Fußbereich ----------------- */


#footer {
	float:	left;
	width: 570px;


	text-align: center;
	font-size: 0.8em;

	border-top: 1px solid black;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	}
	
#footer-ohne-werbung {
	float:	left;
	width: 900px;


	text-align: center;
	font-size: 0.8em;

	border-top: 1px solid black;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;

}


/* ---------------------------------------- Sonstiges ------------------- */


table {	
	 margin-left:auto;
	 margin-right:auto;
     /*fuer die Zentrierung ginge auch: margin: auto; */
	 
	 text-align:center;
	 border: 0px;
	 padding-left: 0;
	 padding-right: 0;
}

caption {
	margin-bottom: 0.6em;
}

td, th {
	padding: 0.3em 1em;
}

tr {
	border-bottom: 1px solid black;
}



.navigations-tabelle a {
	text-decoration: none;
}

.navigations-tabelle a:hover {
	text-decoration: underline;
}

/* ---------------------------------- */
.navigations-tabelle-en a {
	text-decoration: none;
	font-size: 0.95em;
}

.navigations-tabelle-en a:hover {
	text-decoration: underline;
}

/* ------------------------------------ */


.streifen-tabelle table {
	margin-left:auto;
	margin-right:auto;
	border: 0px;
	}

.streifen-tabelle table.zwei {
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	}	
	
.streifen-tabelle th {
	color: white;
	background: black;
}

.streifen-tabelle tr.ungerade td {
	color: black;
	background: white;
	}

.streifen-tabelle tr.gerade td {
	color: black;
	background: #e0e0e0;
	}
	
.streifen-tabelle tr.hellstesGrau td {
	color: black;
	background: #f1f1f1;
	}

.streifen-tabelle a {
	text-decoration: none;
	}

.streifen-tabelle a:hover {
	text-decoration: underline;
	}

/* ------------------------------------------- */

.kalender-tabelle table{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	/* background: #d5eaff; */
	}
	
.kalender-tabelle tr {
	border-collapse: collapse;
	/* background: #d5eaff; */
}

.kalender-tabelle td {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 4px;
	background-color: #d5eaff;
}

.kalender-tabelle td.hellblau {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 4px;
	background: #d5eaff;
}

.kalender-tabelle td.hellgruen {
	border-collapse: collapse;
	border: 1px solid black;
	padding: 4px;
	background: #d2ffda;
}


/* ------------------------------------------- */

.ruecksprung a {
	text-align: justify;
	text-decoration: none;	
	}

.ruecksprung a:hover {
	text-align: justify;
	text-decoration: underline;
	}

.ruecksprung a:visited {
	color: blue;
	}



.verweis-ohne-unterstrich a {
	/*text-align: justify;*/
	text-decoration: none;	
	}	

.verweis-ohne-unterstrich a:hover {
	/*text-align: justify;*/
	text-decoration: underline;
	}

.verweis-ohne-unterstrich a:visited {
	color: blue;
	}


.verweis-ohne-unterstrich-zwei a {
	/*text-align: justify;*/
	color: black;
	text-decoration: none;	
	}	

.verweis-ohne-unterstrich-zwei a:hover {
	/*text-align: justify;*/
	text-decoration: underline;
	color: blue
	}

.verweis-ohne-unterstrich-zwei a:visited {
	color: black;
	}	
	
.verweis-mit-unterstrich-schwarz a {
	/*text-align: justify;*/
	color: black;
	text-decoration: underline;	
	}	

.verweis-mit-unterstrich-schwarz a:hover {
	/*text-align: justify;*/
	text-decoration: underline;
	color: blue
	}

.verweis-mit-unterstrich-schwarz a:visited {
	color: black;
	}	
	


.mehr-einrueckung {

	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	}

.mehr-einrueckung-40px {
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
	border: 0;
}

.kapitaelchen {
	font-variant: small-caps;
	}

.hellgruen {
	color: #baff88;
	}


/* --------------------- */

.hr{
	border: 0px;
	border-top: solid 1px black;
	border-bottom: transparent;
	}

	
.h1-2 {
	font-size: 1.2em;
	font-family: serif;
	}

	
	
.kasten-extrabreit-750 {
	position: static;
	width: 750px;
	height: 310px;

	margin: 0;
	padding: 0;

	border: 0px;
	}

.kasten-extrabreit-750-2 {
	position: static;
	width: 750px;
	height: 315px;

	margin: 0;
	padding: 0;

	border: 0px;
	}
	
.kasten-extrabreit-750-3 {
	position: static;
	width: 750px;
	height: 300px;

	margin: 0;
	padding: 0;

	border: 0px;
	}
	
.kasten-extrabreit-750-eingerahmt {
	position: static;
	width: 750px;
	height: 270px;

	margin: 0;
	padding: 0;

	border: 1px solid black;
	}	

.kasten-extrabreit-750-rss-gruener-hintergrund {
	position: static;
	width: 750px;
	height: 60px;
	background-color: #deffdf; /* #beffbc */

	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	border: 0px solid black;

}

.kasten-extrabreit-750-rss-lila-hintergrund {
	position: static;
	width: 750px;
	height: 60px;
	background-color: #efd4f4;  /* (#eccaf7 #f9d5ff)*/

	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	border: 0px solid #935c9d;

}

.kasten-extrabreit-750-rss-neutral-hintergrund {
	position: static;
	width: 750px;
	height: 60px;

	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	border: 0;

}

.kasten-extrabreit-750-RSS {
	position: static;
	width: 750px;
	height: 45px;

	margin-top: 7px;
	padding: 0;

	border: 0px solid black;
	}

	
.RSS-Ikone-Umgebung {

	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	border: 0px solid black;

}
	
	
.RSS-Ikone-Umgebung-2 {

	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	border: 0px solid black;

}

p.abstand-oben-5px {
	padding-top: 5px;
}
	

.quadrat-268 {
	float: left;
	width: 268px;
	height: 268px;
	
	margin: 0;
	padding: 0;
	border: 0px;
	}

.quadrat-268-neu {
	position: static;
	width: 268px;
	height: 268px;
	
	margin: 0;
	padding: 0;
	border: 0px;
	}

.kasten-268-550 {
	float: left;
	width: 268px;
	height: 550px;
	
	margin: 0;
	padding: 0;
	border: 0px solid blue;
	}


.text-kasten-450 {
	float: right;
	
	width: 450px;
	height: 268px;
	border: 0px;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 10px;
}


.text-kasten-450-550 {
	float: right;
	width: 450px;
	height: 550px;
	border: 0px solid green;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
}


.kasten-750-mal-580 {
	position: static;
	width: 750px;
	height: 580px;

	margin: 0;
	padding: 0;

	border: 0px solid red;
}

.kasten-750-mal-600 {
	position: static;
	width: 750px;
	height: 600px;

	margin: 0;
	padding: 0;

	border: 0px solid red;
}

.text-kasten-350-mal-530 {
	float: left;
	width: 350px;
	height: 530px;

	margin: 0;
	padding: 11px;
	border: 0px solid red;
}

.kasten-350-mal-570-mit-rechtem-rand {
	float: left;
	width: 350px;
	height: 570px;

	margin: 0;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 11px;
	border-right: 1px solid black;
}

.text-kasten-450-mal-550 {
	float: left;
	width: 450px;
	height: 550px;
	border: 0px;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 10px;
}

.text-kasten-420 {

	float: right;
    
	width: 420px;
	height: 268px;
	border: 0px;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 10px;
	
}

.text-kasten-420-2 {

	float: right;
    
	width: 420px;
	height: 260px;
	border: 0px;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 10px;
	
}

.text-kasten-420-LM{

	float: right;
    
	width: 420px;
	height: 260px;
	border: 0px;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	
}



.text-kasten-386 {

	float: right;
	width: 386px;
	height: 315px;
	border: 0px;
	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 10px;

}

/* ------------------------------- */

.checksums-kasten-extrabreit-750 {
	position: static;
	width: 750px;
	height: 230px;

	margin: 0;
	padding: 0;

	border: 0px;
	}
	

.checksums-quadrat-268 {
	float: left;
	width: 268px;
	height: 230px;
	
	margin: 0;
	padding-left: 5px;
	border: 0px;
	}

.checksums-text-kasten-450 {
	float: right;
	width: 450px;
	height: 243px;
	border: 0px;
	
	margin-top: -9px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 10px;
	
}


.netzstandards-verweise-schilder {
	position: static;
	width: 505px;
	height: 43px;

	margin: auto;
	padding: 0;

	border: 0;

}

.netzstandard-einzelschild-blue-ribbon {
	float: left;
	width: 160px;
	height: 43px;

	margin: 0px;
	padding: 0px;

	border: 0;
}

.netzstandard-einzelschild-valid-xhtml {
	float: right;
	width: 120px;
	height: 35px;

	margin: 0px;
	padding-top: 3px;

	border: 0;
}


.netzstandard-einzelschild-valid-css {
	float: right;
	width: 120px;
	height: 35px;

	margin: 0px;
	padding-top: 3px;

	border: 0;
}

.netzstandard-einzelschild-valid-rss {
	float: right;
	width: 88px;
	height: 31px;

	margin: 0px;
	padding-top: 3px;
	padding-left: 6px;

	border: 0;
}


/* ---------------------------------- */

.gruener-kasten {

	margin: 0;
	padding: 10px;
	padding-top: 18px;

	border: 2px solid #00831d;

}


/* -------------------------------------------------------------------------
 *                            Anzeigenformate
 * ------------------------------------------------------------------------- */
 
 
 .rechteck-300-mal-250 {
 
	float: left;
	width: 300px;
	height: 250px;
	
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid black;
 
 }
 
 .rechteck-300-mal-250-2 {
 
	float: left;
	width: 300px;
	height: 250px;
	
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid black;
 
 }
 
 
 
 
 .werbung-300-mal-250 {
 
    float: left;
	clear: left;
	width: 300px;
	height: 30px;
	
	margin: 0;
	padding: 0;
	border: 0px;
	
	font-size: 0.8em;
	font-family: sans-serif;
	color: #ababab;
 
 }
 
/* ---------------------- */
 

 .rechteck-336-mal-280 {
 
	float: left;
	width: 336px;
	height: 280px;
	
	margin-top: 4px;
	padding: 0;
	border: 1px solid black;
	
 }
 
.werbung-336-mal-280 {
 
    float: left;
	clear: left;
	width: 336px;
	height: 25px;
	
	margin: 0;
	padding: 0;
	border: 0px solid black;
	
	font-size: 0.8em;
	font-family: sans-serif;
	color: #ababab;
	
 }
 
 
 /* ---------------------- */
 
 
.rechteck-728-mal-90 {
 
	position: static;
	width: 728px;
	height: 90px;
	
	margin: auto;
	padding: 0;
	border: 1px solid black;
	
 }

 /* --------------------------------------------------------------------- */
 
 .einrueckung-ein-em {
	padding-left: 1em;
 }
 
 .einrueckung-ein-em_fuer-liste ul{
	padding-left: 1em;
	list-style-type: circle;
 }
 
 /* -------------------------------------------------------------------- */
 
 .sitemap-liste ul {
	padding-left: 40px;
	list-style: none;
	text-decoration: none;
	line-height: 1.5em;
 }
 
 .sitemap-liste ul li a:link{
	color: blue;
	background-color: white;
	font-family: sans-serif;
	list-style: none;
	text-decoration: none;
	}

.sitemap-liste ul li a:hover {
    /*color: ... */
	background-color: white;
	list-style: none;
	text-decoration: underline;
	}	

.sitemap-liste ul li a:visited {
	color: blue;
	background-color: white;
	list-style: none;
	text-decoration: none;
	}
/* ---------------------- */


 .sitemap-liste-zwanzig ul {
	padding-left: 20px;
	list-style: none;
	text-decoration: none;
	line-height: 1.5em;
 }
 
 .sitemap-liste-zwanzig ul li a:link{
	color: blue;
	background-color: white;
	font-family: sans-serif;
	list-style: none;
	text-decoration: none;
	}

.sitemap-liste-zwanzig ul li a:hover {
    /*color: ... */
	background-color: white;
	list-style: none;
	text-decoration: underline;
	}	

.sitemap-liste-zwanzig ul li a:visited {
	color: blue;
	background-color: white;
	list-style: none;
	text-decoration: none;
	}


/* ---------------------- */

.sitemap-liste-mehr-einrueckung ul {
	padding-left: 70px;
	list-style: none;
	text-decoration: none;
	line-height: 1.5em;
 }
 
 .sitemap-liste-mehr-einrueckung ul li a:link{
	color: blue;
	background-color: white;
	font-family: sans-serif;
	list-style: none;
	text-decoration: none;
	}

.sitemap-liste-mehr-einrueckung ul li a:hover {
    /*color: ... */
	background-color: white;
	list-style: none;
	text-decoration: underline;
	}	

.sitemap-liste-mehr-einrueckung ul li a:visited {
	color: blue;
	background-color: white;
	list-style: none;
	text-decoration: none;
	}
	
	
/* ------------------------------------------------ */

.sans-serif_eins-komma-eins {
	font-family: sans-serif;
	font-size: 1.0em;
}

/* -------------------------------------------------- */

.hellblau {
	background-color: #d5eaff;
}

.warnrot {
	color: #c32222;
}

/* ------------------------ */

.Vertikal-Abstand-20px {
	margin-top: 15x;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

/* ------------------------ */


.einfachtabelle {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

.einfachtabelle th {
	border-bottom: 1px solid black;
}

/*------------------------ Karikatur-Bereich ------------------------- */


.werbekasten {
	position: fixed;
	z-index: 4;
	top: 140px;
	left: 205px;
	width: 336px;
	height: 280px;
	
	margin-top: 4px;
	padding: 0;
	border: 1px solid black;
}


.werbehinweis {
	position: fixed;
	z-index: 4;
	top: 430px;
	left: 205px;
	width: 336px;
	height: 25px;
	
	margin: 0;
	padding: 0;
	border: 0px solid black;
	
	font-size: 0.8em;
	font-family: sans-serif;
	color: #ababab;
	
}

.einrueckung-370-pixel {
	margin: 0;
	padding-left: 370px;
	border: 0;
}

#footer-ohne-werbung-padding-top-10px {
	float:	left;
	width: 750px;

	text-align: center;
	font-size: 0.8em;

	border-top: 1px solid black;

	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;

}


/* -------------------------------------- */

/* ---------------------------------------------------- */
/* ------------ checksums_de_title -------------------- */

.kasten-extrabreit-900-mal-320 {
	position: static;
	width: 900px;
	height: 320px;

	margin: 0;
	padding: 0;

	border: 0px solid black;
	}


.rechteck-300-mal-280 {
 
	float: left;
	width: 300px;
	height: 280px;
	
	margin-top: 0px;
        margin-right: 27px;
	padding: 0;
	border: 0px solid black;
	
 }


 .werbung-300-mal-30 {
 
        float: left;
	clear: left;
	width: 300px;
	height: 30px;
	
	margin: 0;
	padding: 0;
	border: 0px solid black;
	
	font-size: 0.8em;
	font-family: sans-serif;
	color: #ababab;
 
 }
 
.rechteck-300-mal-280 {
 
	float: left;
	width: 300px;
	height: 280px;
	
	margin-top: 0px;
        margin-right: 27px;
	padding: 0;
	border: 0px solid black;
	
 }



/* ----------------------------------------------------- */