/*************************************************************************/
/* styles für gutmann                                             	 */
/* ------								 */
/* AUTOR: N.Nerke -> nicole@ni9ne.de					 */
/* ------								 */
/*************************************************************************/

/*inhalt*
/* body, html
/* header, bg
/* navi -- Hauptnavi links
/* inhalt -- Inhaltsspalte
/* footer -- Spalte mit Copyright und Links wie in secnavi
/* textformatierungen hx, hr, fazit, liste etc.


/* layout / grundelemente / container ---------------------------------- */
/* body ---------------------------------------------------------------- */
html {
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

	font-size: 89%;
	font-family: helvetica, sans-serif;
	color: #353535;
         background-color: #fff;
}

/* header -------------------------------------------------------------- */
#header
{

        margin: 0;
        padding: 0px;
}

#bg
{

	margin: 0px;
        padding: 0px;
        height: 119px;

}

header h1
{

         margin: 0;
	padding: 55px 0 0 38px;
         font-size: 140%;
	font-weight: bold;
	color: #000;
         letter-spacing: 0.3em;
         text-transform: uppercase;
}
h1 a{
          display: none;

}

#header img#logo {
	position: absolute;
         top: 0px;
         left: 4px;
         border: 0px solid green;
}

/* --------------------------------------------------------------------- */

#content {
        margin: 0;
        padding: 0;
        background: #CECFD1 url(../i/layout/bgcontent.gif) repeat-y;
}

/* navi ---------------------------------------------------------------- */
#navi {

          display: none;
}

/* inhalt -------------------------------------------------------------- */

#inhalt {
	margin: 20px 0 0 0px;
	padding: 0px 17px 0px 17px;
         width: 584px;
         border: 0px solid green;
         min-height: 340px;
}

/* footer -------------------------------------------------------------- */
#footer {
          display: none;
}


.picbottom {
         display: none;
}

/* textformatierungen -------------------------------------------------- */
/* überschriften-------------------------------------------------------- */

#inhalt h1 {
   	margin: 0;
	padding: 2px 0 3px 10px;
         background-color: #5B6564;
         font-size: 100%;
	color: #fff;
         letter-spacing: 1px;
}

h2 {
	margin: 10px 0 0 0;
   	padding-left: 11px;
   	font-size: 110%;
	font-weight: bold;
	color: #0D317B;
         letter-spacing: 2px;
}


h3 {
	margin: 2px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #369;
}
/* Absätze -------------------------------------------------------*/
p {
        margin: 0;
        padding: 4px 0 0 11px; /*orul*/
        line-height: 16px;
        letter-spacing: 1px;
        font-size: 90%;
}

p.h1 {
        padding: 14px 0 0 11px; /*orul*/
}
/* Linie -----------------------------------------------------------*/

hr {
  	width: 100%;
	margin: 15px 0 0 0;
	height: 1px;
	/* Mogelpackung, weil sonst Linie doppelt so dick angezeigt wird */
	border-width: 0;
	border-color: #0D317B;
	border-style: solid;
	background-color: #0D317B;
	color: #0D317B
}

/* Bild -------------------------------------------------------*/
img {
	float: right;
         margin: 15px 0 20px 20px;
         border: 2px solid #0D3279;
}

/* UL  -------------------------------------------------------*/
#inhalt ul {
        margin: 19px 0 17px 25px;
        padding: 0; /*orul*/
        line-height: 16px;
        letter-spacing: 1px;
        font-size: 90%;
}
#inhalt ul li {
	padding: 0;
         margin-bottom: 4px;
}
/* definitionsliste ---------------------------------------- */

#inhalt dl#daten {
	margin: 20px 0 40px 0;
	padding: 0;
	line-height: 16px;
        	letter-spacing: 1px;
        	font-size: 90%;
}

#inhalt dl#daten dt {
         margin: 0 0 6px 11px;
         padding: 0;

}

#inhalt dl#daten dd {
	border: 0px solid red;
         margin-left: 35px;
         margin-bottom: 6px;
         padding: 0;
}

/* links ------------------------------------------------------ */
a {
	color: #0F3179;
}

a:hover {
	color: #4D99CD;
}

a:visited {
	color: #4D99CD;
}

a img {
	border: 0px;
}

/* absätze*/
.hide {
	display: none;
}

/*kontaktformular ------------------------------------------------ */

#inhalt input, #inhalt textarea {
	background-color: #EAEBEB;
	border: 1px solid #0D3279;
}
#inhalt form {
	margin-top: 20px;
	padding: 0 0 0 11px;
         width: 85%;
         letter-spacing: 1px;
         font-size: 89%;

}
#inhalt form dl, dt {
	margin: 0;
	padding: 0;
         width: 85%;
}

#inhalt form dd {
	margin: 3px 0 15px 0;
}

#form_mitteilung, #form_name, #form_firma, #form_kontakt, #form_mailcopy {
	width: 85%;
         letter-spacing: 1px;
         font-family: verdana, sans-serif;
         font-size: 89%;
}

#inhalt .senden {
	background-color: #0D3279;
	color: white;
	border: 1px solid #D4ECF0;
}

#inhalt input:focus, #inhalt textarea:focus, #inhalt checkbox:focus {
	background-color: #CAD7E8;
	/*für IE ist ein JS eingebunden*/
}

address {
	font-style: normal;
          margin: 20px 0 0 0;
        padding: 4px 0 0 11px; /*orul*/
        line-height: 16px;
        letter-spacing: 1px;
        font-size: 90%;

}