body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 85%;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* setzt Einstellungen vorheriger Regeln außer Kraft, die Hover-Verweise betreffen */

.zitat{
	font-size: 0.9em;
	color: #222222;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.zitat-name{
	font-size: 0.8em;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.text-winzig-fett{
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
}

.text-klein {
	font-size: 0.9em;
	color: #000000;
}

.text {
	font-size: 1.0em;
	color: #000000;
}

.text-georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
}

.text-fett {
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
}

.text-fett-unterstrichen {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.ueberschrift-fett {
	font-size: 1.1em;
	color: #0066CC;
	font-weight: bold;
}

.ueberschrift-gross-fett{
	font-size: 1.2em;
	color: #0066CC;
	font-weight: bold;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Gestaltung Divs                             */
/***********************************************/

#kopfzeile{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 0px solid #000000;
	width: 100%;
	background-color: #DDDDDD;
	background-image: url(grafiken/logo-schriftzug2.jpg);
	background-repeat: repeat-x;
	height: 66px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	width: 128px;
}

#seiteninhalt{
	position:absolute; left:140px;
	margin: 0;
	padding: 10px 3% 0px 0px;
}

#text-copyright{
	font-size: 0.7em;
	color: #454545;
	text-align:center;
}

#text-copyright a:link{
	color: #454545;
}

#text-copyright a:visited{
	color: #454545;
}

/***********************************************/
/*Komponenten Divs                               */
/***********************************************/

#domainName{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFEE00;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#domainName a:link{
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	color: #FFEE00;
}

#domainName a:visited{
	color: #FFEE00;
}

#domainName a:hover{
	color: #FFEE00;
}


/*************** #seitenName styles **************/

#seitenName{
	padding: 0px 0px 10px 10px;
}


/************* #seitenNavigation styles (Brotkruemel)*************/

.seitenNavigation{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #CCC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #naviTitel styles (Überschriften im Navi-Menü***********/

.naviTitel{
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DEDEDE;
	font-weight: bold;	
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #DEDEDE;
	text-decoration: none;
}

.sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #DEDEDE;
}

.sectionLinks a:hover{
	color: #0099FF;
	border-top: 1px solid #cccccc;
	background-color: #555555;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

/*********** großer Foto-Rahmen ***********/

.divImg{color: #000000; 
        border: 3px solid #000000;}

/*********** Galerie-Tabellen ***********/

table { width:860px; }
td { border:0px; vertical-align:top; overflow:hidden; }