/**********************************/
/* Project: buerowelt-vertrieb.de */
/* File: basic.css                */
/* Standard: CSS 2.1              */
/* rcsoft, 24.09.2009             */
/**********************************/
*
{
  margin:0;
  padding:0;
}
body
{
  padding:15px 0;
  text-align:center;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  color:black;
  background-image:url(../bilder/0077.gif);
}
#wrapper
{
  width:900px;
  margin:0 auto;
  text-align:left;
  color:black;
  background:white;
}
#logo
{
  width:160px; height:130px;
  border-bottom:5px solid #003e7a;
  float:left;
  background:magenta;
}
#logo img
{
  margin-left:0px;
  margin-top:0px;
  border:none;
}
#header
{
  height:130px;
  border-bottom:5px solid #003e7a;
  color:black;
  background:#99ccff;
}
#header h1
{
  border:1px solid black;
  padding:5px 10px;
  text-align:center;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  color:black;
  background:#bbbbbb;
}

/*
#menue1 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #a4a4a4 none repeat scroll 0%;
  height: 30px;
  color: black;
}
#menue1 p {
  float: right;
  width: 580px;
}
#menue1 a {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 2px 6px;
  background: #d36b6b none repeat scroll 0%;
  display: block;
  float: left;
  margin-left: 16px;
  color: white;
}
#menue1 a:hover {
  background: #bfbfbf none repeat scroll 0%;
  color: #dd0000;
}
*/

#menue2
{
  float:left;
  width:160px;
  margin-top:10px;
  font-size:12px; 
  color:#003e7a;
  background:#99ccff none repeat scroll 0%;
  text-align:center;
}
#menue2 p
{
  padding-bottom:10px;
}
#menue2 a
{
  display:block;
  border:1px solid black;
  margin:8px 14px;
  padding:3px 5px;
  text-decoration:none;
  color:#003e7a;
  background:#a4a4a4 none repeat scroll 0%;
}
#menue2 a:hover
{
  color:#dd0000;
  background:#bfbfbf none repeat scroll 0%;
}
.actual
{
  display:block;
  border:1px solid black;
  margin:8px 14px;
  padding:3px 5px;
  font-style:italic;
  color:#dc0000;
  background:#bfbfbf none repeat scroll 0%;
}

#content
{
  border-left:160px solid #99ccff; /* border-left + background-color wie menue2 */
  padding:10px 0;
  color:black;
}
#content h1
{
  padding-left:15px;
  font-family:'MS Sans Serif'; font-weight:bold; font-size:16px;
  text-align:left;
  color:#000066;
}
#content h2
{
  padding-left:0px;
  padding-bottom:5px;
  font-family:'MS Sans Serif'; font-weight:bold; font-size:14px;
  color:black; 
}

#content p
{
  padding:0 60px 10px 40px;
  line-height:150%;
}
/*
#content p.topper
{
  padding:10px 60px 20px 40px;
}
*/
#content ul
{
  padding:0 60px 10px;
  line-height:150%;
}

.rc_map
{
  background:white none repeat scroll 0%;
}

#footer
{
  clear:both;  
  height:34px;
  border-top:5px solid #003e7a;
  color:black;
  background:#99ccff none repeat scroll 0%;
}
#footer p
{
  font-size:12px;
  margin-top:10px;
  text-align:center;
}
#footer a
{
  border:none;
  text-decoration:none;
  color:black;
  background:transparent none repeat scroll 0%;
}
#footer a:hover
{
  color:red;
  background:transparent none repeat scroll 0%;
}

/* Allgemeine tags */
h1
{
  text-align:center;
  font-size:14px;
  color:black;
}
h2
{
  padding-left:10px;
  font-size:12px;
}
h3, h4
{
  padding:15px 0 10px 40px;
}
li
{
  font-size:80%;
}
table
{
    
}
.td1
{
  width:30%;
  padding-right:10px;
  text-align:right;
  font-family:'MS Sans Serif';
  font-size:14px;
  color:#000066;
}

img
{
  /* border:2px solid #99ccff; */
}

/*
a
{
  border-bottom:1px solid lime;
  height:1%;
  text-decoration:none;
  color:#555555;
  background:transparent none repeat scroll 0%;
}
*/
a:hover
{
  color:red;
}

.invis
{
  display:none;
}

