@charset "utf-8";
/*
// +----------------------------------------------------------------------+
// | Project:  die Fotoreportage                                          |
// | URL:      http://www.schmidtalfred.de                                |
// | File:     css/1.css                                                  |
// +----------------------------------------------------------------------+
// | Haupt-Style-Sheet der Seite                                          |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt schmidtalfredo@web.de                       |
// | Date:     23.12.2009                                                 |
// +----------------------------------------------------------------------+
*/

body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #999999;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../img/leiste_241209.jpg);
	background-repeat: repeat-x;
	background-position: top;
    }

 #container {
	width: 99%;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px none #000000;
	text-align: left;

    }



 #mainContent {
	position: absolute;
	z-index: 1;
	width: 55%;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	left: 21%;
	top: 125px;
	font-size: 0.85em;

    }
 #news {
	position: absolute;
	width: 20%;
	top: 102px;
	right: 2px;
	height: 87%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
 #naviL {
	position: absolute;
	width: 20%;
	top: 102px;
	left: 2px;
	height: 87%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
 a.text {
	color: #5273B3;
	text-decoration: none;
}
 a.text:hover {
	color: #CCCCCC;
}
h1 {color: #CCCCCC;}
h1.title {
	color: #CCCCCC;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 0.6em;
}
#oben {
	position: absolute;
	height: 100px;
	width: 99%;
	background-image: url(../img/fotoreportage.png);
	background-repeat: no-repeat;
	background-position: top;
}
#footer  {
	position: absolute;
	z-index: 5;
	height: 150px;
	width: 99%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-align: center;
	bottom: 1px;
	vertical-align: baseline;
}
.kleiner_text {
	font-size: 9px;
	line-height: 15px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
/*news anfang*/
.titel_new {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}
.tbl_text {
	font-size: 0.85em;
}
.new_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #5273B3;
	text-decoration: none;
}
.new_link:hover{
	color: #2852A6;
}
/*news ende*/
/*ANFANG NAVI LINKS*/
#links ul  {
	position: absolute;
	list-style-type: none;
	z-index: 8;
	width: 200px;
	left: 5px;
	top: 108px;
}
ul li {
	width: 120px;
	list-style-type: none;
}
ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
	color: #5273B3;
	display: block;
	text-decoration: none;
	/*font-style: bold;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-right-style: none;
}
ul li a:hover {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
ul li:first-child{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/*ENDE NAVI LINKS*/
/*WELCHE SEITE AKTIV*/
#start .a1, #spruch .a6, #privat .a2, #landschaft .a3, #tagebuch .a4, #service .a5, #impressum .a7, #fotos .a8 {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-color: #5273B3;
	width: 150px;
	
}
