/* CSS Document - www.gia-online.de */

/***************************/
/* Generale Angaben:       */
/***************************/


body, h1, h2, h3, h4, h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000000;
margin: 0;
padding: 0;
}

/* Textformatierung */

h1 {
font-size: 18px;
color: #009E0F;
padding-left: 5px;
}

h2 {
font-size: 14px;
color: #009E0F;
background-color: #F1F1F1;
line-height: 25px;
padding: 5px 5px 0px 5px;
margin-bottom: 5px;
}

h3 {
font-size: 13px;
color: #009E0F;
}

/* Bildformatierung */

.img_right {
border: 1px solid #333333;
display: inline;
margin: 3px 0px 3px 10px;
padding: 0px;
text-align: left;
float: right;
}

.img_left {
border: 1px solid #333333;
display: inline;
margin: 3px 10px 3px 0px;
padding: 0px;
text-align: left;
float: left;
}

/* Linie */

hr {
text-align: left;
margin-top: 5px;
margin-bottom: 5px;
padding: 0px;
background-color: #CECECE; /* Mozilla 1.4 */
color: #CECECE; /* IE 6 */
border: #CECECE; /* Opera 7.11 */
height: 1px; /* im Opera f?r die Anzeige, im Mozilla f?r einheitliche H?he n?tig */
}

/* Linkformatierung */

a {
font-weight: normal;
color: #616161;
text-decoration: underline;
}

a:visited {
color: #616161;
}

a:hover, active {
color: #009E0F;
text-decoration: none;
}


/*******************************************************/
/* Boxen- und Bereichs-Angaben wie Navigation, etc.:   */
/*******************************************************/

/* Ausblenden */

#header, #menu, #box_left, #submenu, #suche, #header_motiv, #box_footer, form input.suchfeld, form input.suchbutton {
display: none;
}

/* Spalte links und rechts z.B. bei Bezugsquellen */

.links {
float: left;
text-align: left;
width: 200px;
margin: 0px;
padding: 0px;
}

.rechts {
float: left;
text-align: left;
width: 300px;
margin: 0px;
padding: 0px;
}

/* Formulare: Bezugsquellen, etc. */
label.formular {
font-weight: bold;
float: left;
vertical-align: top;
width: 120px;
margin: 0px;
padding: 0px;
}

form input.suchfeld_bezug, form select.suchfeld_bezug {
color: #616161;
background-color: #FFFFFF;
border: 1px solid #D8D8D8;
width: 200px;
}