/*** Allgemein ***/
*
{
  text-align: left;
}

body
{
  font-family: Arial;
  color: #666666;
  background: #C7C7CF url(bg-main.gif) repeat-x;
}


/*** Layout ***/
/*** Haeder ***/
#header
{
  margin-bottom: 1px;
  width: 100%;
  color: #000000;
  padding: 10px;
  border-bottom: 2px solid #7F7F7F;
  border-right: 1px solid #7F7F7F;
  background: #16527D url(bg-header3.gif) repeat-x;
  vertical-align: top;
  color: #FFFFFF;
  table-layout: fixed;
  font-size: 12px;
  font-weight: bold;
  /* cellspacing: 0; cellpadding="0" */
}

#header h1
{
  color: White;
  font-family: Comic Sans MS;
  font-size: 32px;
}

#slogan
{
  font-size: 12px;
  margin: 0px;
  font-weight: normal;
  padding-top: 7px;
}

/*** Inhalt ***/

/*** Hauptmenüe ***/
.Menue
{
  width: 130px;
  padding: 5px 5px 5px 5px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 600;
  border-style: solid;
  border-width: 1px;
  border-color: #3399CC;
  background-color: white;
}

.Menue a:link
{
  color: #3399CC;
  text-decoration: none;
}

.Menue a:visited
{
  color: #3399CC;
  text-decoration: none;
}

.Menue a:hover
{
  color: Blue;
  text-decoration: none;
}

.Menue a:active
{
  color: #3399CC;
  text-decoration: none;
}

/*** Secundäre Navigation ***/
#Navigation
{
  text-align: left;
  /* background-color: #F6F6F6;*/
  min-height: 40px;
}

.navigation_aktiv
{
  color: Red;
  text-decoration: none;
}

.navigation_naktiv
{
  color: #3399CC;
  text-decoration: none;
}

/*** Tabelle Suche ***/
.TabelleSuche
{
  font-family: Arial;
  border-color: #3399CC;
  border-style: solid;
  border-width: 1px;
}

.TabelleSuche th
{
  height: 15px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  font-weight: normal;
  color: White;
  background-color: #3399CC;
}

.TabelleSuche td
{
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
}

/*** TABLE STYLES ***/
/* Tabelle ohne Rahmen */
.table0
{
  border: 0px;
  width: 100%;
  text-align:left;
  margin-top:0px; 
  margin-right:0px; 
  margin-bottom:0px; 
  margin-left:0px
}

.table0 td
{
  vertical-align:top;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  margin-left: 80px;
}

/* Tabelle mit Rahmen */
.table1
{
  border: 1px solid gray;
  border-collapse: collapse;
}

.table1 th
{
  padding: 10px;
  font-weight: 600;
  border: 1px solid gray;
}

.table1 td
{
  border: 1px solid gray;
  padding: 10px;
}


/* Tabelle mit wechselnden Zeilenfarben */
.table2
{
  width: 100%;
  border: 1px solid gray;
  border-collapse: collapse;
}

.table2 td
{
  padding: 10px;
}

.table2 thead th, tfoot th
{
  background-color: #E8E8E8;
  border-bottom: 2px solid #D0D0BF;
  border-top: 2px solid #D0D0BF;
  padding: 10px;
  font-weight: normal;
  font-variant: small-caps;
}

.tableLinkpartner
{
  border: 0px;
  width: 100%;
  text-align:left;
}
.tableLinkpartner td
{
  padding-top: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
  font-size: 10px;
}

/*** LAYOUT STYLES ***/
#content-container
{
  width: 100%;
  border-bottom: 2px solid #7F7F7F;
  border-right: 1px solid #7F7F7F;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  table-layout: fixed;
}

#content-left
{
  background-color: #F6F6F6;
  width: 150px;
  padding: 10px;
  vertical-align: top;
}

#content-right
{
  background-color: #F6F6F6;
  width: 120px;
  padding: 10px;
  vertical-align: top;
}

#content-center
{
  clear: both;
  background-color: #FFFFFF;
  border-top: 0px;
  border-left: 1px dashed #D0D0BF;
  border-right: 1px dashed #D0D0BF;
  vertical-align: top;
}

#content-center p
{
  margin: 5px 5px 5px 0px;
}

#content
{
  /* padding: 5px 0px 0px 0px;*/
}


/*** FORM STYLES ***/

/*** Wizard ***/
.wizard
{
}

.wizard_SideBarStyle
{
  width: 150px;
  background-color: #F6F6F6;
}

.wizard_SideBarButtonStyle
{
  color: #3399CC;
  font-size: 10px;
}


/*#content-container fieldset*/
fieldset
{
  margin: 10px 10px 10px 10px;
}

/* #content-container legend */
legend
{
  color: #3399CC;
  font-weight: bold;
  margin: 5px 5px 5px 5px;
}

/* #content-container label */
label
{
  margin: 5px 5px 5px 5px;
}


/*** HEADINGS ***/
h1
{
  font-size: 20px;
}

h2
{
  font-size: 16px;
}

h3
{
  font-size: 14px;
}

h4
{
  font-size: 12px;
}

h5
{
  font-size: 12px;
}

h6
{
  font-size: 12px;
}

/*** Links ***/
.Link a:link
{
  color: #3399CC;
  text-decoration: none;
}

.Link a:visited
{
  color: #3399CC;
  text-decoration: none;
}

.Link a:hover
{
  color: Blue;
  text-decoration: none;
}

.Link a:active
{
  color: #3399CC;
  text-decoration: none;
}

#footer
{
  width: 100%;
  padding: 10px;
  border-bottom: 2px solid #7F7F7F;
  border-right: 1px solid #7F7F7F;
  border-left: 1px solid #EDEDED;
  text-align: center;
  background: #FFFFFF url(bg-topnav.gif) repeat-x;
  table-layout: fixed;
}

#footer p
{
  text-align: center;
  font-size: 10px;
}

/*** HTML Tags ***/
#content-right p, table
{
}

#content-right img
{
  border: none;
}

/*** CLASSES ***/
.clear
{
  clear: both;
}

.button-big
{
  margin-top: 8px;
}

img.photobig, img.photosmall
{
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: #E0E0E0;
  padding: 8px;
}

img.photosmall
{
  margin-right: 10px;
  margin-bottom: 2px;
  float: left;
}

.input
{
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
}

.inputwatermark
{
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 14px;
  color: #66CCFF;
}


.button
{
  /*height: 18px; */
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #CCCCCC;
  background: url(bg-button-search.gif) repeat-x;
  font-size: 10px;
  font-family: Arial;
  color: #0000FF;
  text-align: center;
}

.werbung
{
text-align: center;
vertical-align: middle;
padding: 10px;
}

.error
{
   border-color:Red;
}

#ok
{
   border-color:Green;
}

#none
{
  display: none;
}

table.BewertungTabelle
{
 border-color :Red;
}

