/* BENUTZTE FARBEN --------------------------------------------- 
Schrift:
	grün: 333300
	grau: 666666

Newsblock:
	HG-hellgrau: ccceb9   (wie Such-Formular, s.u.)
	HG-grün: 8b8e64

Logo:
	grün: 6f732d

Navi:
	normal-HG: 8b8e64
	dunkel-HG: 5d6028
	Schrift: ffffff
	hover-Schrift: 333300

Sonstiges:
	HG-weiß: #f7f9f1
	HG-grün: e0e3cf
	HG für Such-Formular: ccceb9
	Linie (hr): 8b8e64
*/

/* ALLGEMEIN --------------------------------------------------- */
/* Flie&szlig;umgebungen zur&uuml;cksetzen */
.fixfloat {
  float: none;
  clear: both;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}
.floatleft {     /* verwendet derzeit bei den Fachaufsätzen - Links zu PDF-Dateien, linksbündig zum rechtsbündigen OBEN-Link */
  float: left;
}
.floatright {     /* verwendet derzeit bei den Seminare - Inhouse - Links zu PDF-Dateien, rechtsbündig */
  float: right;
}

.leerzeile { padding-bottom:20px; }
.clearit { clear:both; }


/* Verweis allgemein */
a {
	color:#666666;
	text-decoration:none;
}

/* Bereits besuchter Verweis */
a:visited {
}
/* Verweis bei Mouse-over */
a:hover {
	color:#333300;
	text-decoration:none;
}
/* Aktiver Verweis oder Verweis mit Fokus */
a:active,
a:focus {
}

a.ohne {
	padding:0px 0px 0px 0px;
	background: url(/1plusi_de/wLayout/design/img/clearpixel.gif) no-repeat 0px 0px;	
}
a.ohne:hover {
	background: url(/1plusi_de/wLayout/design/img/clearpixel.gif) no-repeat 0px 0px;		
}
a.mail {
	padding-left:19px;   /* bei mail.gif-Symbol 13px Abstand */
	background: url(/1plusi_de/wLayout/design/img/icons/pfeile-rechts.gif) no-repeat 0px 5px;
}
a.intern {
	padding-left:19px;
	background: url(/1plusi_de/wLayout/design/img/icons/pfeile-rechts.gif) no-repeat 0px 5px;
}
a.extern {
	padding-left:19px;
	background: url(/1plusi_de/wLayout/design/img/icons/pfeile-rechts.gif) no-repeat 0px 5px;
}


/*  ZURÜCK - Link */
a.zurueck {
	font-size:11px;
	color: #999;
	padding-left:19px;
	background: url(/1plusi_de/wLayout/design/img/icons/pfeile-rechts.gif) no-repeat 0px 5px;	
	text-align:right;
}
a.zurueck:hover {
	color:#333300;	
}
div.zurueck {
	text-align:right;
}


/*  LESEN-SIE-WEITER - Link */
a.weiter {
	font-size:11px;
	color: #999;
	padding-left:19px;
	background: url(/1plusi_de/wLayout/design/img/icons/pfeile-rechts.gif) no-repeat 0px 5px;	
	text-align:right;
}
a.weiter:hover {
	color:#333300;	
}
div.weiter {
	text-align:right;
}


/* NACH-OBEN - Link */
a.oben {
	font-size:11px;
	color: #999;
	padding-left:19px;
	background: url(/1plusi_de/wLayout/design/img/icons/pfeile-oben.gif) no-repeat 0px 5px;	
	text-align:right;
}
a.oben:hover {
	color:#333300;	
}
div.oben {
	text-align:right;
}


/* Absatz */
p {
  float: none; 
  clear: both;
  color: #666666;
  font:12px arial, verdana, sans-serif;
  line-height:150%;             /* FRAGLICH */
  padding-bottom:10px;
  margin:0px;
  text-align:justify;
}
p.datum {
  color: #333300;
  font-size: 12px;
}
p.gruenfett {
  color: #333300;
  font-weight:bold;
}
div.spalte1 p {
  text-align:left;
}



/* HEADER */
h1, h2, h3, h4, h5, h6 { font-family:arial, verdana, sans-serif;font-weight:bold;font-size:12px;font-weight:normal;color:#333300;}
h1 { font-weight:bold;font-size:14px;margin: 0 0 15px 0;padding:0;text-transform: uppercase; }
h2 { font-weight:bold;font-size:13px;margin:0;padding:0; }
h3	{font-weight:bold;font-size:12px;margin:0;padding:0;}
h4	{font-weight:bold;font-size:11px;margin:0;padding:0;}
h5	{font-size:10px;margin:0;padding:0;text-decoration:underline}
h6	{font-size:8px;margin:0;padding:0;text-decoration:underline}

/* FORMULARE */
input {font-size:12px; font-family:Arial, Verdana, sans-serif; font-weight:normal; color:#000;}
select {font-size:12px; font-family:Arial, Verdana, sans-serif; font-weight:normal; color:#000;}
textarea	{font-size:12px; font-family:Arial, Verdana, sans-serif; font-weight:normal; color:#000;}

/* TABELLEN */
tr, td {font-size:12px; font-family:Arial, Verdana, sans-serif; font-weight:normal; color:#000; vertical-align:top}

/* LINIEN */
hr {
height: 1px;
width: 100%;
border-top: 1px solid #8b8e64;
}

h1 hr {
  margin-top: -5px;
  height: 3px;
  width: 100%;
  border-bottom:1px solid #8b8e64; border-top:1px solid #8b8e64; border-left:0px; border-right:0px;  
}
*:first-child+html h1 hr {
  margin-top: -5px;    /* CSS-Hack FIRST-CHILD, NUR für IE 7 sichtbar */
}
html>body h1 hr {
  margin-top:2px;     /* CSS-Hack KIND-SELEKTOR, für IE <= 6 nicht sichtbar */
}


 /*BILDER  */
img {
  border:0;            /* weil XHTML kein Border=0 im html-markup zulässt */
  padding-left:10px;
  padding-bottom:5px;
}

.img_rechts {
	float:right;
	padding-left:10px;
	padding-bottom:5px;
}

.img_links {
	float:left;
	padding:0 10px 5px 0;
}

.img_allein {
	clear:both;
	padding:5px 0 5px 0;
}

.img_mitte {
	clear:both;
	margin:auto;
	padding:5px 0 5px 0;
}

img.team {
  border:0;
  padding:0;
}


/* LISTEN */
#main_center ul	{list-style-type:none;list-style-position:outside}
#main_center ol	{list-style-type:decimal;list-style-position:outside;padding:0;margin:0;}
#main_center ul li	{padding-left:12px;font:normal 12px arial;background:url(/1plusi_de/wLayout/design/img/icons/list-symbol.gif) no-repeat 0px 5px;}
#main_center ol li	{font:normal 12px arial;margin-left:25px;}


/* ZWEI-SPALTEN-LAYOUT */
#zweispaltig {}
.spalte1 {
  float:left;
  width:265px;
  text-align:left;
}
.spalte2 {
  float:left;
  width:265px; 
  margin-left:17px;
}


/* NEWSBLOCK - LAYOUT */
#newsblock_content #text {
  min-height:174px;
  width:163px;
  padding-top:14px;
  padding-left:10px;
  background: url(/1plusi_de/wLayout/design/img/newsblock-bg2.gif) no-repeat;
  background-position: left bottom;
  padding-bottom:28px;  
  color: #333300;
  font-size:11px;
}
*:first-child+html #newsblock_content #text {
  width: 163px;    /* CSS-Hack FIRST-CHILD, NUR für IE 7 sichtbar */
}
html>body #newsblock_content #text {
  width:100%;     /* CSS-Hack KIND-SELEKTOR, für IE <= 6 nicht sichtbar */
}

