
/* 	############################################
	##  Einstellungen für den WYSIWYG-Editor  ##
	############################################*/

	@import "wysiwyg.css";


/* 	###############################
	##  CSS für den Webauftritt  ##
	###############################*/

/* Grundsteuerung der Seiten */

body#container { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; background-color: #afb0ab; }

body#container td { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }
/* Die gleiche Fontfamilie für Tabellen */

p {	font-size: 0.8em; color: black; font-variant: normal; font-weight: normal;}

body#container p {	font-size: 0.8em; color: black; font-variant: normal; font-weight: normal;
	text-align: left; line-height: normal; margin-top: 6px; margin-bottom: 0px; }

/* div. Vorgaben */
#container pre {font-size: 1em; }
#container address { }
#container blockquote  { margin-left: 18px; }
#container .formfeld   { font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }

#container #Aussen     { height: 528px; width: 894px; left: 6px; top: 6px; position: absolute; padding: 2px; border-color: #fff; background-color: #fff; }
#container .BildLogo   { float: left; height: 138px; width: 180px; }
#container .BildOben1  { float: left; height: 95px; width: 236px; border-color: white; border-style: solid; border-width: 0 0 0 2px; }
#container .BildOben2  { float: left; height: 95px; width: 236px; border-top: 0 solid white; border-right: 0 solid white; border-left: 2px solid white; border-bottom: 0px solid white; }
#container .BildOben3  { float: left; height: 95px; width: 236px; border-top: 0 solid white; border-right: 0 solid white; border-left: 2px solid white; border-bottom: 0px solid white; }

#container #Drucker    { height: auto; width: auto; left: 886px; top: 106px; position: absolute; }

#container #NaviLinks  { height: 390px; width: 180px; left: 8px; top: 146px; position: absolute; background-color: #fd6102; border: 0px;}
#container .Button     { height:  auto; width: auto; border-bottom: 2px solid white; font-size: 0.8em; padding-bottom: 4px; }
#container .Button a:link, .Button a:visited { color: white; text-decoration: none; }
#container .Button a:hover { font-weight: bold; }

/* Höehe entfernt [10.01.2008 riewe@egotec.com]
#container .Emotion    {height: 240px; width: auto; overflow: hidden; padding: 4px}*/

/*########################
##  egotec - Änderungen ##
########################*/

.Emotion {
  height: 240px; width: 172px;
  padding			: 4px;
  background-color  : #fd6102;
  z-index			: 100;
  overflow			: hidden;
}

.emotion_innen {
  background-color	: white;			/* Hintergrundfarbe des "Emotion"-Bereichs */
  height			: 240px;
  padding			: 0px; 
  overflow			: hidden;
}



/* Deaktiviert am 11.12.2007 St.
#container #SWM        { height:  33px; width: auto; left: 12px; top: 510px; position: absolute;}
*/

#container #Offen      { left: 190px; top: 100px; width: auto; position: absolute; }
#container #Offen p    { color: gray; font-size: 0.6em; text-indent: 12px; padding-top: 4px; }

#container #seiteninhalt     { left: 202px; top: 144px; height: 392px; width: 700px; overflow:auto; position: absolute;}

#container #seiteninhalt h1  { color: #696969; font-size: 1.3em; font-variant: normal; font-weight: bold; margin: 0 0 8px -1px; text-align: left; }
#container #seiteninhalt h2  { color: #ff5108; font-size: 1.3em; font-variant: normal; font-weight: bold; margin: 0 0 8px -1px; text-align: left; }
#container #seiteninhalt h3  { color: #800000; font-size: 1.3em; font-variant: normal; font-weight: bold; margin: 0 0 8px -1px; text-align: left; }
#container #seiteninhalt h4  { color: #ff5108; font-size: 0.8em; font-variant: normal; font-weight: bold; margin: 16px 0 0 0; text-align: left; }
#container #seiteninhalt h5  { color: #800000; font-size: 0.8em; font-variant: normal; font-weight: bold; margin: 16px 0 0 0; text-align: left; }
#container #seiteninhalt h6  { color: black;   font-size: 0.8em; font-variant: normal; font-weight: bold; margin: 16px 0 0 0; text-align: left; }

#container #seiteninhalt ul li {
	list-style: url(images/square2.gif) outside; font-size: 0.8em;
	font-weight: normal; line-height: normal; margin: -12px 0 18px -20px; text-align: left; } /* Aufzählungszeichen o,r,u,l */

#container #seiteninhalt ol li {
	list-style-type: decimal; list-style-position: outside; font-size: 0.8em;
	line-height: normal; margin: -12px 0 18px -16px; padding-left: 0pt; text-align: left; } /* Numerierung o,r,u,l */

/* Links im Inhaltsbereich */
/* auskommentiert, da nicht mehr gebraucht [10.01.2008 riewe@egotec.com]
#container #seiteninhalt a:link, #container #seiteninhalt a:visited { color: #304e6a; font-weight: bold; text-decoration: none; }
#container #seiteninhalt a:hover { text-decoration: underline; }
*/

a, a:link, a:visited { color: #304e6a !important; font-weight: bold; text-decoration: none !important; }
a:hover { text-decoration: underline !important; }



