body {
  font-family: arial, helvetica, sans-serif;
  margin: 0px;
  padding: 10px;
  color: #636466;
  background-color: white;
}

img {
  border: 0;
}

a:link, a:visited {
  color: #636466;
  text-decoration: underline;
}

a:hover {
  color: #E40019;
  text-decoration: underline;
}

/*******************************************************************************
 Überschriften
*******************************************************************************/

h1 {
  font-size: 1.5em;
  margin: 4px 0px 10px 0px;
  padding: 0;
}

h2 {
  font-size: 1.3em;
  margin: 2px 0px 6px 0px;
  padding: 0;
}

h3 {
  font-size: 1.1em;
  margin: 2px 0px 4px 0px;
  padding: 0;
}

/*******************************************************************************
 Container-Tabelle für alles weitere
*******************************************************************************/

#main {
  border: 1px solid black;
  width: 100%;
  height: 100%;
}

/*******************************************************************************
 Header mit linkem, mittlerem und rechtem Bereich
*******************************************************************************/

#header_left {
  width: 270px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 20px 15px 20px;
  background-color: white;
}

#header_main {
  border-bottom: 1px solid black;
  background-image: url(../img/kopf_streifen_002.jpg);
}

#header_right {
  width: 133px;
  padding: 0px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

#header_right img {
  margin-bottom: -3px;
  padding: 0;
}

* > #header_right img {
  margin-bottom: 0px;
}

/*******************************************************************************
 Linker Bereich
*******************************************************************************/

#content_left {
  width: 270px;
  height: 100%;
  margin-top: 0px;
  border-left: 0px solid black;
  border-right: 1px solid black;
  border-bottom: 0px solid black;
  padding: 40px 10px 10px 10px;
//  background-color: #97989A;
  background-image: url(../img/verlauf_290px.jpg);
  background-repeat: repeat-y;
  z-index: 5;
}

/*******************************************************************************
 Hauptbereich
*******************************************************************************/

#content_main {
  font-size: 1.0em;
  padding: 10px 10px 10px 10px;
}

/*******************************************************************************
 Rechter Bereich
*******************************************************************************/

#content_right {
  width: 134px;
  height: 100%;
  padding: 0;
  border-left: 1px solid black;
}

* > #content_right {
  width: 131px;
}

/*******************************************************************************
 Fußzeile unterhalb Hauptbereich
*******************************************************************************/

#content_bottom {
  width: 100%;
  height: 1em;
  font-size: 0.7em;
  background-color: white;
  border-top: 1px solid black;
  padding: 4px 10px 4px 10px;
}

#content_bottom p {
  margin: 0;
  padding: 0;
}

/*******************************************************************************
 Menü auf der linken Seite
*******************************************************************************/

#navigation ul {
  font-size: 1em;
  font-weight: bold;
  color: white;
  list-style-type: none;
  margin: 0px 10px 0px 2px;
  padding: 0;
}

#navigation ul li {
  padding: 1px 0px 0px 5px;
}

#navigation ul ul {
  list-style-type: none;
  margin-left: 30px;
  margin-right: 0;
}

#navigation ul li ul li {
  margin-top: 0px;
}

#navigation ul li a:link, #navigation ul li a:visited {
  display: block;
  height: auto;
  color: white;
  text-decoration: none;
  padding: 0px 0px 0px 8px;
}


#navigation ul li a:hover {
  display: block;
  height: auto;
  background-color: #E40019;
  color: white;
  text-decoration: none;
  padding: 0px 0px 0px 8px;
}

#navigation ul li.menu_active a {
 background-color: #E40019;
}

#navigation ul li.menu_normal a {
 background-color: #636466;
}

#navigation ul li.menu_current a {
  background-color: #E40019;
}

#navigation ul li.menu_normal a:hover {
 background-color: #E40019;
}



#navigation ul li.menu_active li.menu_current a {
  background-color: #E40019;
}

#navigation ul li.menu_active li.menu_normal a {
  background-color: #636466;
}

#navigation ul li.menu_current li.menu_normal a {
  background-color: #636466;
}

/*
#navigation ul li.menu_active li.menu_current li.menu_normal a {
  background-color: #636466;
}

*/




/*******************************************************************************
 RSS für Geomess-Blog
*******************************************************************************/

/* Verlinkte Überschrift */
#rss_header {
  font-size: 0.8em;
  font-weight: bold;
}

/* Gesamt-Container */
#twrss_table {
  font-size: 0.7em;
  width: 133px;
}

/* Überschrift: "Technischer Blog von Geomess" */
#twrss_table .twrss_head_channel {
  font-weight: bold;
  margin: 8px 0px 0px 0px;
  padding: 2px;
}

/* Beschreibung des Blogs */
#twrss_table .twrss_channel_description {
  display: block;
}

/* Grund-Formatierung der Blog-Beschreibung und der einzelnen Einträge */
#twrss_table .twrss_bodytext {
  margin: 8px 0px 0px 0px;
  padding: 8px 2px 0px 2px;
  border-top: 1px solid #636466;
}

/* Formatierung der Eintrags-Container, in denen die Links enthalten sind */
#twrss_table .twrss_item_link {
}

/* Formatierung der Links */
#twrss_table .twrss_item_link a:link, #content_right a:visited {
  text-decoration: none;
  font-weight: bold;
}

/* Formatierung der Links beim Darüberfahren */
#twrss_table .twrss_item_link a:hover {
}

/*******************************************************************************
 Dateiverknüpfungen vom Seiten-Typ 'Filelinks'
*******************************************************************************/

.csc-uploads {
  font-size: 1em;
}

.csc-uploads csc-uploads-fileSize {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.csc-uploads .csc-uploads-fileName p {
  padding: 2px 0px 0px 0px;
  margin: 0;
}

.csc-uploads csc-uploads-description {
  padding: 0;
  margin: 0;
}

/*******************************************************************************
 Kontaktformular
*******************************************************************************/

#contact {
}

#contact form {
  padding: 0;
  margin: 0;
}

#contact label {
  cursor: pointer;
  font-size: 0.8em;
}

#contact input {
  font-size: 0.8em;
  margin: 0;
}

#contact .block {
  width: 100%;
}

#contact textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 0.8em;
}

#contact .contact_captcha_hint {
  font-size: 0.7em;
}

#contact .contact_hint {
  font-size: 0.85em;
}

#contact .contact_error {
  color: red;
}

#contact ul.contact_error {
  margin: 4px 0px 8px 25px;
  padding: 0;
  list-style-type: disc;
}

#contact ul.contact_error li {
  margin: 0;
  padding: 0;
}

/*******************************************************************************
 Inhalts-Tabellen
*******************************************************************************/

.bodytext {
  font-size: 1.0em;
}

.contenttable td {
  font-size: 1.0em;
  vertical-align: top;
  text-align: left;
}

.csc-textpic-imagerow {
  float: left;
}

#searchbox {
  width: 200px;
  margin: 30px 0 0 30px;
}

/*
 *  Abstände Logos Referenzseite
 */
dl.csc-textpic-image {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
}

