/*
-------------------------------------------------------------
BASIC STYLESHEET PRESSEKONDITIONEN.DE
-------------------------------------------------------------
coded by:       Lars Klingelhoefer for FrameworX Web Services
last edited:    16.07.04 by lars
-------------------------------------------------------------
*/

/* Definitionen des Body und der Div-Container */
body { 
  text-align:center; 
  margin-top: 10px; 
  margin-right: 10px; 
  margin-bottom: 20px; 
  margin-left: 10px; 
  background-color: #F7F6F2; 
  font: 500 100% arial, helvetica, sans-serif; 
  } 

/* Logo */ 
#logo { 
    z-index: 10; 
    position: absolute; 
    width: 100px; 
    height: 125px; 
    top: 12px; 
    left: 30px; 
}

/* Newsletter und Suchfunktion */
#meta {
  width:100%;
  margin-top: 0px;
  padding-top: 0px;
  background-color:transparent;
  }
  
/* Logobereich */
#header {
  width:100%;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top:1px dotted #9D9EB1;
  border-right:1px dotted #9D9EB1;
  border-left:1px dotted #9D9EB1;
  background-color:#ffffff;
  }

/* Hauptnavigation */
#headnav {
  width:100%;
  margin:0 auto; padding:5px 0;
  text-align:center;
  font-size:75%;
  border-left:1px dotted #9D9EB1;
  border-right:1px dotted #9D9EB1;
  background-color:#9D9EB1;color:#ffffff;
  }

/* "Sie sind hier"-Zeile */  
#breadcrumb {
  width:100%;
  font-size:60%;
  text-align : left;
  font-weight : normal;
  text-indent : 165px;
  padding-top : 5px;
  padding-bottom : 20px;
  border-left : 1px dotted #9D9EB1;
  border-right : 1px dotted #9D9EB1;
  background-color:#ffffff;
  }

/* Inhaltsbereich (3spaltig) */  
#main {
  width:100%;
  margin:0 auto;
  border-right : 1px dotted #9D9EB1;
  border-bottom : 1px dotted #9D9EB1;
  border-left : 1px dotted #9D9EB1;
  background-color:#ffffff;color:black;
  }
  
#nest {
  padding-top:0px;
  /* border: 1px solid #000000; */
  }

/* Linke Spalte (grau hinterlegt) */
#leftbox {
  border-top : 1px dotted #9D9EB1;
  border-right : 1px dotted #9D9EB1;
  border-bottom : 1px dotted #9D9EB1;
  width: 150px;
  float: left;
  margin-right: 10px;
  background-color:#EEEDED;
  }

/* Inhaltsbereich (Mitte) */
#content {
  margin-left: 180px;
  margin-right: 170px;
  text-align: left;
  background-color:white;
  }
  
*html #content {
    margin-left: 160px;
}


/* Breitendefinition für zweispaltigen Inhalt (wie Startseite) */
#twocolumns {
  width: 95%;

  }

/* Zweispaltiger Inhalt: linke Spalte */
#contentcolumn1 {
  width: 47%;
  float: left;
  vertical-align:top;
  }

/* Zweispaltiger Inhalt: rechte Spalte */  
#contentcolumn2 {
  width: 47%;
  float: right;
  vertical-align:top;
  }

/* Banner im Inhalt oben */
#banner {
  color: #999999;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
  padding-left: 3px;
  background-color:#F6F6F6;
  text-align:center;
}

/* Warnungs-Box */
#warning {
  color: #ff0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color:#FFF3F3;
  text-align:left;
  border: 1px solid #ff0000;
  font-size: 80%;
}

/* Hinweis-Box - von Sebastian eingefügt*/
#hinweisbox {
  color: #ff0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color:#EEEDED;
  text-align:left;
  border: 1px dotted #9D9EB1;
  font-size: 80%;
  color: #000000;
}

#services {
  color: #000099;
  margin-bottom: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 10px;
  padding-left: 3px;
  /* background-color:#F6F6F6; */
  text-align:center;
}

/* Rechte Spalte (grau hinterlegt) */
#rightbox {
  border-top : 1px dotted #9D9EB1;
  border-left : 1px dotted #9D9EB1;
  border-bottom : 1px dotted #9D9EB1;
  width: 150px;
  float: right;
  color:black;
  background-color:#EEEDED;
  }
  
#boxgrau {
 font-size: 70%;
 font-weight: normal;
 color: #666666;
  }

#PageFunctions {
  background-color:#EEEDED;
  border : 1px dotted #9D9EB1;
  margin-bottom: 30px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  }
  
/* Fusszeile */
   #footer {
  width:100%;
  margin:0 auto;
  background-color:transparent;
  }

	
	/* Footer Main) */  
    #footermain {
      width:100%;
      background-color:transparent;
      margin-top:10px;
      padding-bottom:15px;
      }
      
    /* Footer (Mitte) */
    #footercenter {
      margin-left: 10px;
      margin-right: 10px;
      padding-right:10px;
      padding-left:10px;
      text-align: center;
      background-color:#transparent;
	  font-size: 60%;
      }
      
    /* Footer links */
    #footerleft {
      width: 380px;
      text-align: left;
      float: left;
      }
    
    /* Footer rechts */
    #footerright {
      width: 380px;
      text-align: right;
      float: right;
      }
      
     img {
     border:0px;
     }
     
     #footer p {
      font-size:60%;
      color: #000000;
      text-align:center;
      }


/* Tag-Definitionen */

#meta p, form {
 padding-bottom: 0px;
 font-size:80%;
 color: #000099;
 margin-bottom: 3px;
}


#leftbox h2 {
 font-size: 70%;
 font-weight: bold;
 color: #000099;
 text-align: center;
 padding: 2px;
 border-bottom: 1px dotted #9D9EB1;
 letter-spacing:1pt;
}

#leftbox li {
 font-size: 70%;
 font-weight: normal;
 color: #000099;
 text-align: left;
 margin-left:-15px;
 vertical-align:top;
}

#leftbox div {
 color: #666666;
 font-size: 90%;
}

#content p {
 font-size:80%;
 text-align: left;
 vertical-align: top;
}

#rightbox h2 {
 font-size: 70%;
 font-weight: bold;
 color: #000099;
 text-align: center;
 padding: 4px;
}

#rightbox p {
 font-size: 70%;
 font-weight: normal;
 color: black;
 text-align: left;
 padding: 4px;
}

#rightbox div {
 color: #666666;
 font-size: 90%;
}

#rightbox li {
 font-size: 70%;
 font-weight: normal;
 color: #000099;
 text-align: left;
 margin-left: -12px;
 margin-right: 5px;
 vertical-align:top;
}

#hinweisbox h1,h2 {
 font-size: 100%;
 font-weight: bold;
 color: #000099;
 text-align: left;
 padding: 2px;
}

#hinweisbox p {
 font-size: 100%;
 font-weight: normal;
 color: #666666;
 text-align: left;
 padding: 3px;
}

#hinweisbox li {
 font-size: 100%;
 font-weight: normal;
 color: #666666;
 text-align: left;
 padding: 4px;
}

#footer p {
  font-size:60%;
  color: #000000;
  text-align:center;
  margin-top:5px;
  }
  
#banner p {
  margin:0;
  color: #999999;
  font-size:60%;
  text-align:left;
}

#warning h1 {
 font-size:100%;
 text-align: left;
 color: #ff0000;
 border-bottom: 1px dotted #ff0000;
 margin-bottom: 7px; 
}

h1, h2, h3, p {
  margin:0;
}

h1,h2 {
 font-size:100%;
 text-align: left;
 color: #666666;
 border-bottom: 1px dotted #666666;
 margin-bottom: 7px;
}

li {
  font-size:10pt;
}

img {
border:0px;
}


div.line {
 margin-top: 0px;
 margin-bottom: 0px;
 border-bottom: 1px dotted #9D9EB1;
}

p.line {
 margin-top: 7px;
 margin-bottom: 7px;
 border-bottom: 1px dotted #9D9EB1;
}

.center {
  font-size: 80%;
  text-align: center;
}

input.text {
  background-color: #ffffff;
  font-size: 80%;
  padding-top: 0px;
  width: 100px;
  height: 17px;
}

input.image {
  margin-bottom: -3px;
}

.csshinweis {
  display:none;
}


.small {
  font-size: 70%;
  color: #999999;
}

/* Definitionen Bewertung / ForumBox */

#ForumBox p.Bewertung {
    margin: 5px;
}

#ForumBox p.BewertungStatement {
    background: #fff top left no-repeat;
    padding: 4px 4px 4px 40px;
    margin: 0 5px 0 5px;
    border: 1px solid #9D9EB1;
}

#ForumBox p.AntwortWebmasterHeader,
#ForumBox p.AntwortFirmaHeader {
    font-style: italic;
    margin: 15px 5px 5px 40px;
}

#ForumBox p.AntwortWebmasterText,
#ForumBox p.AntwortFirmaText {
    background: #fff;
    padding: 4px 4px 4px 40px;
    margin: 0 5px 0 40px;
    border: 1px solid #FDCEA6;
    background: #fff top left no-repeat;
}

#ForumBox p.trenner {
    border-bottom: 1px dotted #9D9EB1;
    margin: 10px 0 10px 0;
}

#ForumBox p.Blog {
    margin: 5px;
}

#ForumBox p.BlogStatement {
    background: #fff top left no-repeat;
    padding: 4px 4px 4px 40px;
    margin: 0 5px 0 5px;
    border: 1px solid #FDCEA6;
}

#ForumBox a.Blog {
    font-size: 110%;


}

/* Verweisdefinitionen */

a:link                  { color:#000099; font-weight:normal; text-decoration:none; }
a:visited	            { color:#000099; font-weight:normal; text-decoration:none;}
a:hover                 { color:#000099; font-weight:normal; text-decoration:underline; }
a:active	            { color:#000099; font-weight:normal; text-decoration:none; }

a.bold:link          { color:#000099; font-weight:bold; text-decoration:none; }
a.bold:visited	    { color:#000099; font-weight:bold; text-decoration:none;}
a.bold:hover 	    { color:#000099; font-weight:bold; text-decoration:underline; }
a.bold:active	    { color:#000099; font-weight:bold; text-decoration:none; }

a.NavMain:link          { color:#000099; font-weight:normal; text-decoration:none; }
a.NavMain:visited	    { color:#000099; font-weight:normal; text-decoration:none;}
a.NavMain:hover 	    { color:#000099; font-weight:normal; text-decoration:underline; }
a.NavMain:active	    { color:#000099; font-weight:normal; text-decoration:none; }

a.h1:link               { color:#666666; font-weight:bold; text-decoration:none; }
a.h1:visited	        { color:#666666; font-weight:bold; text-decoration:none;}
a.h1:hover 	            { color:#666666; font-weight:bold; text-decoration:underline; }
a.h1:active	            { color:#666666; font-weight:bold; text-decoration:none; }

a.h3:link               { color:#666666; font-weight:bold; text-decoration:none; }
a.h3:visited	        { color:#666666; font-weight:bold; text-decoration:none;}
a.h3:hover 	            { color:#666666; font-weight:bold; text-decoration:underline; }
a.h3:active	            { color:#666666; font-weight:bold; text-decoration:none; }

a.NavBreadcrumb:link    { color:#000000; font-weight:normal; text-decoration:none; }
a.NavBreadcrumb:visited	{ color:#000000; font-weight:normal; text-decoration:none;}
a.NavBreadcrumb:hover 	{ color:#000000; font-weight:normal; text-decoration:underline; }
a.NavBreadcrumb:active	{ color:#000000; font-weight:normal; text-decoration:none; }

a.LeftBox:link          { color:#000099; font-weight:bold; text-decoration:none; }
a.LeftBox:visited	    { color:#000099; font-weight:bold; text-decoration:none;}
a.LeftBox:hover 	    { color:#000099; font-weight:bold; text-decoration:underline; }
a.LeftBox:active	    { color:#000099; font-weight:bold; text-decoration:none; }

a.rightbox:link          { color:#000099; font-weight:bold; text-decoration:none; }
a.rightbox:visited	    { color:#000099; font-weight:bold; text-decoration:none;}
a.rightbox:hover 	    { color:#000099; font-weight:bold; text-decoration:underline; }
a.rightbox:active	    { color:#000099; font-weight:bold; text-decoration:none; }

a.services:link         { color:#000099; font-weight:normal; text-decoration:underline; }
a.services:visited	    { color:#000099; font-weight:normal; text-decoration:underline;}
a.services:hover 	    { color:#000099; font-weight:normal; text-decoration:none; }
a.services:active	    { color:#000099; font-weight:normal; text-decoration:underline; }

a.abisz:link            { color:#000099; font-weight:bold; text-decoration:none; }
a.abisz:visited	        { color:#000099; font-weight:bold; text-decoration:none;}
a.abisz:hover 	        { color:#000099; font-weight:bold; text-decoration:underline; }
a.abisz:active	        { color:#000099; font-weight:bold; text-decoration:none; }

a.footer:link           { color:#000000; font-weight:normal; text-decoration:none; }
a.footer:visited	    { color:#000000; font-weight:normal; text-decoration:none;}
a.footer:hover 	        { color:#000000; font-weight:normal; text-decoration:underline; }
a.footer:active	        { color:#000000; font-weight:normal; text-decoration:none; }

