/*************************************************************************/
/* 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: 0;
         height: 112px;
        	background: #fff url(../i/layout/bghead.gif) repeat-x;
}

#bg
{

	margin: 0px;
        	padding: 0px;
        	height: 112px;
        	background: url(../i/layout/bghead2.jpg) no-repeat;

}


#header h1
{

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

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

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

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

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

         position: absolute;
    	top: 114px;
    	left: 22px;
    	width: 150px;
    	padding: 0;
         margin:0;
         letter-spacing: 1px;
         font-size: 0.87em;
}

/* liste*/
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi li {
         margin: 0;
         padding: 0;
}

/* Überschriften in der Liste*/
#navi li.head {
	 margin: 5px 0 0 0;
	 padding: 3px 0 3px 10px;
	 background-color: #0D3279;
	 border-bottom: 2px solid #fff;
	 color: #fff;
	 font-weight: bold;
}

/* Links in der Liste*/
#navi li a {
         display: block;
	margin: 0;
	padding: 5px 0 4px 10px; /*orul*/
         width: 138px;
         color: #fff;
}

#navi li a:hover {
	color: #fff;
         text-decoration:none;
}

#navi li a.aktiv {
	padding: 5px 5px 5px 20px; /*orul*/
         color: #ff0;
}


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

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

/* footer -------------------------------------------------------------- */
#footer {
         margin: 0;
	padding: 0 0 1px 148px;
	font-size: 0.8em;
         letter-spacing: 1px;
         color: #5A6664;
}

#thirdnavi ul
{
	list-style-type: none;
}

#thirdnavi li
{
	display: inline;
	margin: 0px;
}

#thirdnavi li a
{
	padding: 0px;
	color: #10307B;
	background-color: #fff;
}

#thirdnavi li a:hover
{
	text-decoration: none;
}


.picbottom {
         background: url(../i/layout/bgbottom.gif) no-repeat;
         padding-bottom: 30px;
}

/* 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
}



/* 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;
}

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

/* links ------------------------------------------------------ */

#inhalt a img {
         border: 2px solid #0D3279;
}

a img {
	border: 0px;
}

a {
	color: #0F3179;
}

a:hover {
	color: #4D99CD;
}

a:visited {
	color: #4D99CD;
}



/* 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;
}

#mitteilung, #realname, #firma, #kontaktdaten, #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%;

}

td {
vertical-align: top;
}



/* MediaboxAdvanced */
/* http://iaian7.com/webcode/mediaboxAdvanced */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(../i/mediaboxAdvanced/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url(../i/mediaboxAdvanced/50.gif) repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

.mbLoading {
	background: #000 url(../i/mediaboxAdvanced/BlackLoading.gif) no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	width: 46px;
	background: transparent url(../i/mediaboxAdvanced/BlackClose.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 60px;
	background: transparent url(../i/mediaboxAdvanced/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 35px;
	background: transparent url(../i/mediaboxAdvanced/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 80px;
	background: transparent url(../i/mediaboxAdvanced/BlackClose.gif) no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}
