/*=======================================================================
Style für Thomas Specht - Kroatisch-Deutscher-Verein für Grundbesitzer  neu ab 2008
==========================================================================*/

/*===================================================================================================
Anpassung der wichtigsten Abstände:
==========================================*/
*{                                             /*Setzt alle Abstände in der Seite erst mal auf 0*/
	padding: 0; margin: 0;
}
h2, h3, p, ul, ol{                                 /*Abstand nach unten definieren*/
	margin-bottom: 1em;
}
ul ul{                                         /*Verschachtelte Listen ohne Abstand*/
	margin-bottom: 0;
}
li, ol{                                         /*Abstand von links*/
	margin-left: 1em;
	margin-bottom: 1em;
}
/*======================================================================================================
   Allgemeine Selektoren:
 ==========================================*/

html{
	height: 101%;                          	/*Erzwingt Scrollbar im Firefox, die sonst ein springendes Design verursachen*/
}
body{
	color:#000066;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	                      /*schriftgroeße im Body*/
}
h1{
	font-size: 150%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 110%;
}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
address{
	text-align: left;                   	/*Ausrichtung - hier links*/
	font-size: 80%;                       	/*schrift etwas kleiner*/
	font-style: normal;                   	/*normale Schrift, nicht kursiv*/
	letter-spacing: 2px;                  	/*Abstand zwischen den Buchstaben*/
	line-height: 1.5em;                   	/*Zeilenabstand*/
}
ul li{                                     	/*Erreicht, dass die Aufzählungszeichen einer ungeordneten Liste quadratisch sind*/
	list-style-type: square;
	margin-bottom: 10px;
}
/*============================================================================================
  Hyperlinks allgemein:
===============================================*/
a{	                                      	/*Unterstreichung entfernen*/
	text-decoration: none;
	outline: none;
}
a:link{				                      	/*Links bearbeiten*/
	color:#000066;
}
a:visited{
	color: #663333;
}
a:hover, 
a:focus{
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
}
a:active{                                  /*bei klick werden Hg- und Schriftfarbe gewechselt*/
	color: white;
	background-color:#cccccc;				/*Farbe beim anklicken eines LInks - im Hintergrund*/
}
/*======================================================================================================
   Allgemeine Klassen und ID:
 ======================================================*/
.skiplink{                                 	/*Damit wird der Skiplink ausgeblendet*/
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.hinweisbox {                             	/*Class für die Dekoration*/
	color: black;
	background-color:#FFCC66;
	border-color: #ecf7dd;
	border-width: 3px;
	border-top-style: solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
}
#oben{                                     	/*legt eine Hintergrundfarbe fest, wenn ein gif im Logo-Bereich erscheint*/
	color: black;
	background-color: white;               	/*Logo oben wird mit Rahmen versehen*/
	padding: 3px;
	border: 3px solid #cc0000;
}
.bildlinks{									/*floaten von Bildern*/
	float:left;
	padding: 3px;
	border: 2px solid #ccc;
	margin-right: 30px;
	margin-bottom: 10px;
}
.bildrechts{
	float:right;
	padding: 3px;
	border: 2px solid #ccc;
	margin-left: 50px;
	margin-right: 40px;
	margin-bottom: 10px;
}
.clearing{
	clear:both;
}
#zweiteliste{
	list-style-type:circle;
	margin-top: 10px;
	}
.mittig{
	position:absolute;
	width: 80%;
	top: 100px;
}
/*=================================================================================================
  Styles für Layoutbereiche:
====================================================================*/
#wrapper{
	color: black;
	background-color: white;
	width: 950px;                       	/*Breite des Inhaltsbereichs*/
	margin-top: 20px;
	margin-right: auto;                 	/*Abstand rechts automatisch*/
	margin-bottom: 20px;
	margin-left: auto;                  	/*Abstand links automatisch*/ 
}
#kopfbereich{
	position: relative;						/*positioniert, aber bleibt im fluss*/
	color: #000066;
	padding-top: 10px;                   	/*Innenabstand definieren*/
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-position:top	left;
	background-color: #000066;
	background-image: url(images/hg_oben2.jpg);
	/*background-repeat:repeat-x;           	Anordnung der Hintergrundgrafik nur horizontal*/
}
	#kopfbereich p{
	position:absolute;
	top: 52px;
	right: 50px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
	left: 477px;
	}
	#kopfbereich h1{
		margin-bottom: 10px;
	}
#navibereich{
	background-color:#ffffff;				/*Hintergrundfarbe des Navigationsbereiches*/
	text-align: left;
	color: #ffffff;
	background-image: url(xxsonstiges/images/hg.jpg);
	background-repeat:repeat-x;
	background-position:top	left;
	padding-top: 5px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	/*border-bottom: 1px solid #8c8c8c;*/
	border-left-color:#cc0000;
	border-left-width:3px;
	border-left-style:solid;
	border-right-color:#cc0000;
	border-right-width:3px;
	border-right-style:solid;
}
	#navibereich li{
		display: inline;					/*Liste nebeneinander anzeigen*/
		list-style-type: none;				/*ohne Aufzählungspunkte*/
		margin: 0;							/**/
	}
	#navibereich ul{
		margin-bottom: 0;					/*unterer Abstand des Navibereiches */
	}
	#navibereich a{
		color: #ffffff;						/*Eigenschaften der Hyperlinks in der Navi*/
		background-color: #000066;
		padding: 4px 8px 4px 8px;
		
	}
	#navibereich a:hover,
	#navibereich a:focus,					/*Die Eigenschaften der Links im navibereich werden geändert*/
	#eingang #navi01 a,
	#mitgliedschaft #navi02 a,
	#informationen #navi03 a,
	#aktuelles #navi04 a,
	#kontakt #navi05 a,
	#login #navi06 a
	{
		color: white;						/*die spezifität ist höher als bei z. B. a:focus*/
		background-color: black;
		border-bottom-color: white;		     /*Rahmenlinie unten am Navielement weiß, damit es offen aussieht*/
		background-image:url(images/mitecke2.jpg);
		background-position:left top;
		}
	#navibereich a:active{
		color: white;
		background-color: black;
		}
		
#textbereich{
	padding-top: 20px;                     	/*Innenabstand definieren*/
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-color:#cc0000;
	border-left-width:3px;
	border-left-style:solid;
	border-right-color:#cc0000;
	border-right-width:3px;
	border-right-style:solid;
	
}

	#textbereich a{
	border-bottom: 1px dotted #cc0000;
	border-bottom-color: #cc0000;
	}
	#textbereich a:hover,                    /*Erzielt im textbereich beim Mauskontakt eine durchgezogene Linie*/ 
	#textbereich a:focus {
		border-bottom-style: solid;
		border-color: #cc0000;
		border-bottom-width: 1px;
	}
	#textbereich span{
		color:#000066;
		font-size:12px;
		font-style:oblique;
		font-weight:bold;
	}
	
#fussbereich{
	background-color: #cc0000;
	color: #ffffff;
	padding-top: 10px;                     	/*Innenabstand definieren*/
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 1px;                       	/*Rahmenlinie oben*/
	border-top-style: solid;
	border-top-color: #8c8c8c;
	/*margin-top: 20px;                       Außenabstand oben, außerhalb der Linie*/
}
	#fussbereich span{
		color:#FFFFFF;
		font-size: 120%;
		font-weight:bold;
	}
#index{
	position: relative;
}
.quelle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
.dick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

