/* -----------------------------------------------------------------------------------------
   itmatters_de.css,v 1.0 2008/02/28 11:17:17

   Dipl.-Ing. Steffen Steiner
   http://www.ITmatters.de Internetservice

   Copyright (c) 2008 Dipl.-Ing. Steffen Steiner
   ---------------------------------------------------------------------------------------*/
body {
  height: 100%;
  width:100%;
  margin: 0px 0px;
  font-family:Arial,helvetica,verdana;
  font-size:small;
  color:#333;
  background: #ccc url(../img/background.gif) repeat-x top left;
}

/* -----------------------------------------------------------------------------------------
   Kopf,Bauch,Fuß
   ---------------------------------------------------------------------------------------*/
#All {
  padding:0px;
  height: 100%;
  width:800px;
  margin:auto;
  background: #ccc url(../img/hintergrund_m.gif) repeat-y top left;
}
#All2 {
  padding:0px;
  width:800px;
  margin:0px;
  background: url(../img/hintergrund_o.gif) no-repeat top left;
}
#oben {
  height: 200px;
  padding:0px;
  margin:0px;
  width:800px;
	}
#obenPA {
  height: 100px;
  padding-top:70px;
  padding-left:30px;
	}
#obenNAV {
  height: 100px;
	}
#mitte {
  padding:0px;
  margin:0px;
  width:800px;
	}
#mitte_S {
  padding:0px;
  margin:auto;
  width:800px;
   background: url(../img/hi.gif) no-repeat bottom center;
	}
#mitteLinks {
  float:left;
  width:70px;
	}
#mittePA {
  float:left;
  width:730px;
  padding-right:0px;
  padding-top:50px;
  padding-bottom:30px;
	}
#mittePAR {
  padding-right:70px;
	}
#unten {
  width:800px;
  height:55px;
  margin:0px;
  padding:0px;
  background: #ccc url(../img/hintergrund_u.gif) no-repeat top left;
}
#untenPA {
  width:800px;
  text-align:center;
  padding-top:3px;
  padding-left:70px;
}
/* -----------------------------------------------------
   aktuell
   -----------------------------------------------------*/
.imgPA {
padding:5px;
border:1px solid #00004D;
	}
.mli{
          float:left;
          width:340px;
	}
.mre{
          float:left;
          width:320px;
	}
.space {
	width: 400px;
    height: 30px;
	}
.b_s{
  font-size:					12pt;
  font-weight:					bold;
  color:						#00004D;
}
.b_sB{
  display:						block;
  font-size:					12pt;
  font-weight:					bold;
  color:						#00004D;
  padding:						4px;
  background:					#efefef;
}
.b_r{
  font-size:					12pt;
  font-weight:					bold;
  color:						#900;
}
.blog_UE{
	      text-align:left;
		  vertical-align:top;
	}
#aktuelles      {
          float:left;
          width:100%;
          }

#aktuelles .blog_UE img{
          float:left;
          margin:0 0px 0 0;
          padding:5px;
          border:1px solid #999;
          border-bottom-color:#ccc;
          border-left-color:#ccc;
          background:#fff;
          }

/* -----------------------------------------------------------------------------------------
   Farben, Nav, Links
   ---------------------------------------------------------------------------------------*/
.blau_bold {
  color:#00004D;
  font-weight:bold;
  font-size:120%;
	}
.rot_bold {
  color:#A80002;
  font-weight:bold;
  font-size:120%;
	}
.rot {
  color:#A80002;
	}
.blau {
  color:#00004D;
	}
.weiss {
  color:#fffff0;
	}
a.li:link   { padding-left:15px;color:#A80002;text-decoration:none;background:url(../img/link.gif) no-repeat left bottom; }
a.li:visited{ padding-left:15px;color:#A80002;text-decoration:none;background:url(../img/link.gif) no-repeat left bottom; }
a.li:hover  { padding-left:15px;color:#000;text-decoration:none;background:url(../img/link.gif) no-repeat left bottom; }
a.li:active { padding-left:15px;color:#333;text-decoration:none;background:url(../img/link.gif) no-repeat left bottom; }
a.li:focus  { padding-left:15px;color:#333;text-decoration:none;background:url(../img/link.gif) no-repeat left bottom; }

a.li2:link   { padding-left:15px;color:#fffff0;text-decoration:none;background:url(../img/link2.gif) no-repeat left bottom; }
a.li2:visited{ padding-left:15px;color:#fffff0;text-decoration:none;background:url(../img/link2.gif) no-repeat left bottom; }
a.li2:hover  { padding-left:15px;color:#000;text-decoration:none;background:url(../img/link2.gif) no-repeat left bottom; }
a.li2:active { padding-left:15px;color:#333;text-decoration:none;background:url(../img/link2.gif) no-repeat left bottom; }
a.li2:focus  { padding-left:15px;color:#333;text-decoration:none;background:url(../img/link2.gif) no-repeat left bottom; }
