/** 
 *	  R. &. S. KELLER GmbH
 *   Dateiname        : cont.css
 *   Erstellt von/am  : KS/14.10.03
 *                                                                             
 *   Modulbeschreibung: 
 *    
 *    Stylesheet für den Inhaltsbereich der KELLER-Website 
 *                                                                            
 *   Aenderung|                                                                 
 *    Datum   | Bearbeiter | Aenderung /betr. Funktionen                        
 *   ---------+------------+---------------------------------------------------------------
 *    14.10.03|     KS     | Datei erstellt.
 *    30.10.03|     KS     | Klasse <.contbg> hinzugefügt, Datei mit Kommentaren versehen 
 *            |            | und neu geordnet.
**/


/* ----------- Überschriften ------------ */
body
{
	background-color: #ffffff;
}

.contheader /*Haupt-Überschrift mit Box*/
{
	font-size: 20px;
	color: #6e94b7;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #dee7ef;
	padding-left: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	border: 1px solid #6e94b7;
}
.contheader2 /*Zwischen-Überschrift ohne Box*/
{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000080;
}
.missingbox /*Haupt-Überschrift mit Box*/
{
	font-size: 14px;
	color: Red;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FAEBD7;
	padding-left: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	border: 1px solid Red;
}



/* ----------- Hintergrund und allgemeiner Text ------------ */

.contbg  /*Hintergrund-Farbe oder -Bild*/
{
	background-color: #F5F5F5;
	/* background-image: url(../pic/contbg.gif); */
}

.contcontent  /*Inhaltstext mit Box*/
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #E1E1E1;
	border: 1px solid #B6B6B6;
}
.contfreetext  /*Inhaltstext ohne Box*/
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.contlicense  /*Kleiner Lizenztext ohne Box*/
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.contsmall  /*Kleiner Inhaltstext mit Box*/ 
{
	font-size: 11px;
	COLOR: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #E1E1E1;
	border: 1px solid #B6B6B6;
}


/* ----------- Gestaltung der Seiten-Navigation ------------ */

.contpagenav  /* Verwendet für: <- X/Y -> und 1,2,3,4...*/ 
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8C8C8C;
	text-decoration: none;
	background-color: Fuchsia;
}

a:link.contpagenav
{
	color: #0000FF;
	text-decoration: none; 
}
a:visited.contpagenav
{
	color: #0000FF;
	text-decoration: none; 
}
a:hover.contpagenav
{
	color: #0000FF;
	text-decoration: underline;
}

/* ----------- Gestaltung Großbildanzeige ------------ */

.contbigpic  /*Heller Rahmen links und rechts der Bilder*/ 
{
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border: 0;
}

/* ----------- Gestaltung der Welcome-Navigation ------------ */

.contwelcome  /* Verwendet für: Deutsch/English und Besucher/Visitors */ 
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: Gray;
	text-decoration: none;
}

a:link.contwelcome
{
	color: Gray;
	text-decoration: none;
}
a:visited.contwelcome
{
	color: Gray;
	text-decoration: none;
}
a:hover.contwelcome
{
	color: Gray;
	text-decoration: underline;
}
.headsym
{
	/*
	float: right;
	position: absolute;
	top: 10px;
	*/
	display: none;
	
}
.twosym
{
	/*
	float: right;
	position: absolute;
	top: 80px;
	*/
	display: none;
	
}
.paltabsmall  /*Kleiner Inhaltstext mit Box*/ 
{
	font-size: 10px;
	COLOR: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #E1E1E1;
}
.paltabsmallb  /*Kleiner Inhaltstext mit Box*/ 
{
	font-size: 10px;
	COLOR: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #E1E1E1;
	font-weight: bold;
}