/* Reset all */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* ----------- */
/* Allgemeines */
/* ----------- */
body {
    font-size: 80%;
    line-height: 1.6em;
    color: #000000;
    background: whitesmoke;
    font-family: Verdana, Arial;
}

/* ----------- */
/* Bannertexte */
/* ----------- */
#TCBanner1 {
    font-size: 24px;
    color: black;
    font-style: italic;
    line-height: 5px;
    margin-right: 240px;
    margin-top: 25px;
    font-weight: normal;
}

#TCBanner2 {
    font-size: 16px;
    font-weight: normal;
    color: black;
    margin-right: 240px;
    margin-top: 5px;
}

/* ---------------------------- */
/* Startseite Teamconsult group */
/* ---------------------------- */
#Willkommen {
    font-size: medium;
}

.ulIndex {
    list-style-position: outside;
    list-style-type: square;
    text-indent: 5px;
    line-height: 2em;
}


/* -------------- */
/* Teamconsult xyz */
/* -------------- */
.TC1 {
    font-size: large;
    font-weight: bold;
    font-style: italic;
}

.TC2 {
    font-size: medium;
    font-weight: normal;
    font-style: normal;
}

.TC3 {
    font-size: small;
    font-weight: bold;
    font-style: normal;
}

.TCLim {
    font-size: large;
    font-weight: normal;
    font-style: italic;
}

.TCSim {
    font-size: small;
    font-weight: normal;
    font-style: italic;
}

.TCLink1 {
    font-size: small;
    font-weight: bold;
    font-style: italic;
}

.TCLink2 {
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
}


.Firmensitz {
    float: left;
    padding:10px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}

/* ---------------- */ 
/* Farbige Bereiche */
/* ---------------- */
.Dunkelrot {
    color: rgb(128,0,0);
}

.Blau {
    color: rgb(0,102,255);
}

.GrafikLinks {
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
}

.GrafikLinksBlock {
    display: block;
    float:left; 
    margin: 5px;
}

.GrafikRechts {
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
}


#Datum 
{
    width: 150px;
    font-size: x-small;
    font-style: italic;
    text-indent: 10pt;
    border-right: whitesmoke 1px solid;
    border-top: whitesmoke 1px solid;
    border-left: whitesmoke 1px solid;
    border-bottom: whitesmoke 1px solid;
}

/* ----- */
/* Links */
/* ----- */
a:link
{
    color: #000000;
    text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover
{
    color: #000000;
    background-color: ghostwhite;
    text-decoration: underline;
}

/* ----------- */
/* Clear Class */
/* ----------- */
.c {
    clear: both;
}

/* ------------- */
/* Keine Anzeige */
/* ------------- */
.keine-anzeige {
    display: none;
}

/* ----- */
/* Image */
/* ----- */
img, a img {
    border: 0;
}

/* -------- */
/* Absaetze */
/* -------- */
p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0.5em 0;
    clear: both;
}

.divBorderUnten {
    border-top: lightgrey 1px dotted;
    margin-top: 20px;
}

/* ------ */
/* Listen */
/* ------ */
ul {
    list-style-position: outside;
    list-style-type: square;
    line-height: 1.5em;
    padding-left: 30px;
}

.ulmargin100 {
    list-style-position: outside;
    list-style-type: square;
    line-height: 1.5em;
    margin-left:100px;
}

/* ----------------- */
/* Links- bzw.       */
/* Rechtsausrichtung */
/* für Elemente      */
/* ----------------- */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

/* ------------- */
/* Überschriften */
/* ------------- */
H1 {
    font-size: x-large;
    color: rgb(128,0,0);
    font-weight: normal;
    font-style: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

H2 {
    font-size: large;
    color: rgb(128,0,0);
    font-weight: normal;
    font-style: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-top: 12px;
}

H3 {
    font-size: medium;
    color: rgb(128,0,0);
    font-weight: normal;
    font-style: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 18px;
}

H4 {
    font-size: small;
    color: rgb(128,51,51);
    font-weight: bold;
    font-style: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* ------ */
/* Layout */
/* ------ */
#wrap {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

#headerIndex {
  float: left;
  width: 900px;
  height: 109px;
  text-align: right;
  border-top: gainsboro 1px solid;
  background-image: url("Images/TCIndex.jpg");
}

#header {
  float: left;
  width: 900px;
  height: 109px;
  text-align: right;
  border-top: gainsboro 1px solid;
  background-image: url("Images/TC.jpg");
}
#navigation {
  float: left;
  width: 900px;
  height: 0px;
  border-bottom: 0px solid #999;
  border-top: 1px solid #999;
}

#sidebar {
  float: left;
  width: 149px;
  border-right: gainsboro 1px solid;
  top: 0;
  height: 650px;
  background-position: left top;
  background-image: url(Images/HG_Sidebar.jpg);
  background-repeat: repeat-y;
}

#sidebar2 {
  float: left;
  width: 199px;
  border-right: gainsboro 1px solid;
  top: 0;
  height: 650px;
  background-position: left top;
  background-image: url(Images/HG_Sidebar.jpg);
  background-repeat: repeat-y;
}


#content {
  float: left;
  width: 750px;
  top: 0;
  background-color: #ffffff;
}

#content2 {
  float: left;
  width: 700px;
  top: 0;
  background-color: #ffffff;
}


#spalte {
  position: relative;
  float: left;
  width: 90%;
  padding: 15px;
}

.spalte50p {
  position: relative;
  float: left;
  width: 45%;
  padding: 15px;
}

#spalte75p {
  position: relative;
  float: left;
  width: 75%;
  padding: 15px;
}

#spalte1 {
  position: relative;
  float: left;
  width: 420px;
  padding: 15px;
}

#spalte2 {
    position: relative;
    float: left;
    width: 260px;
    padding: 15px;
}

#spalte140  {
    position: relative;
    float: left;
    width: 140px;
    padding-top: 90px;
    padding-left: 15px;
}

#spalte500 {
  position: relative;
  float: left;
  width: 500px;
  padding: 15px;
}


.RoteBox {
    position: relative;
    float: left;
    font-size: small;
    width: 220px;
    margin: 5px;
    padding: 5px;
    background-color: #990000;
    color: white;
}

.RoteBox ul {
    list-style-position: outside;
    list-style-type: circle;
    line-height: 1.5em;
}

.Trenner20 {
    position: relative;
    width: 20px;
    height: 20px;
}


#footer {
    width: 900px;
    height: 30px;
    text-align: center;
    border-top: gainsboro 1px solid;
    color: gray;
    font-size: x-small;
}

/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a:link
{
    text-decoration: none;
    display: block;
    width: 120px;
    padding: 5px;
    margin: 0Px;
    font-size: small;
    font-weight: bold;
    text-align: left;
    color: #000000;
    background-color: gainsboro;
    border-bottom: dimgray 2px solid;
}

DIV.fstLevel a
{
    text-decoration: none;
    display: block;
    width: 120px;
    padding: 5px;
    margin: 0Px;
    font-size: small;
    font-weight: bold;
    text-align: left;
    color: #000000;
    background-color: gainsboro;
    border-bottom: dimgray 2px solid;
}

/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
    text-decoration: none;
    color: #000000;
    background-image: url(Images/buttonHover.jpg);
    border-bottom: dimgray 2px solid;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
    text-decoration: none;
    display: block;
    width: 120px;
    padding: 5px;
    margin: 0Px;
    font-size: small;
    font-weight: bold;
    text-align: left;
    color: #000000;
    background-color: whitesmoke;
    border-bottom: dimgray 2px solid;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
    text-decoration: none;
    display: block;
    width: 120px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0Px;
    font-size: small;
    font-weight: normal;
    text-align: left;
    color: #000000;
    background-image: url(Images/button.jpg);
    border-bottom: dimgray 2px solid;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
    text-decoration: none;
    color: #000000;
    background-image: url(Images/buttonHover.jpg);
    border-bottom: dimgray 1px solid; 
}

/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
    text-decoration: none;
    display: block;
    width: 120px;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0Px;
    font-size: small;
    font-weight: normal;
    text-align: left;
    color: #000000;
    background-color: whitesmoke;
    border-bottom: dimgray 1px solid;
}