/*** MIBEG INSTITUT-WIRTSCHAFT CSS ***/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 16px;
	color: #333333;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
        }
html {
	overflow-y: scroll;
	}



/**********************
SERVICE-NAVIGATION
***********************/

#servicewrapper {
	padding: 0px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 31px;
	clear: both;
	}

#serv1 {
	padding: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 31px;
	background-color: #FFF;
	}

#serv2,
#serv3 {
	padding: 0px;
	width: 209px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 31px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00458C;
	background-color: #FFF;
	text-indent: 10px;
	}

#serv4 {
	padding: 0px;
	width: 189px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 31px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00458C;
	background-color: #FFF;
	text-indent: 10px;
	}

#servicewrapper h6 a:link,
#servicewrapper h6 a:visited {
	color: #00458c;
	text-decoration: none;
	}


#servicewrapper h6 a:hover,
#servicewrapper h6 a:visited:hover{
	text-decoration: underline;
	color: #99A200;
	}


/**********************
HEADER: LOGO & VISUAL
***********************/


#headwrapper {
	padding: 0px;
	width: 930px;
	height: 82px;
	margin-top: 27px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	}

#logo {
	padding: 0px;
	width: 480px;
	float: left;
	border: none;
	}

#visual {
	padding: 0px;
	width: 450px;
	float: left;
	border: none;
	}


/**********************
HAUPTNAVIGATION
***********************/

/* zwei Linien 930px */

#mainnavi {
	padding: 0px;
	width: 930px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 38px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #00458C;
	border-bottom-color: #00458C;
	}	


/* Menüpunkte */

#mainnavi ul, 
#mainnavi li, 
#mainnavi a {
	color: #00458C;
	text-decoration: none;
	display: block;
	line-height: 2.1em;
	list-style: none;
	font-size: 12px;
	height: 25px;
	float: left;
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 0px;
	padding-left: 13px;
	padding-right: 13px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	}
	

#mainnavi ul a:hover {
	color: #99A200;
	text-decoration: underline;
	}
	

#mainnavi ul .first {
	margin-left: 103px;
	} 

#mainnavi li .menueactive {
	color: #99A200;
	text-decoration: none;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-color: #00458C;
	border-right-color: #00458C;
	border-bottom-color: #FFFFFF;
	}



/**********************
LINKSNAVIGATION
***********************/

/* Linksnavigation 1. Ebene */

#leftnav_1st {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 2px;
    margin-left: 0px;
    list-style-type: none;
    }
  
/* Linksnavigation 2. Ebene */

#leftnav_2nd {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 7px;
    padding-left: 25px;
    margin-left: 0px;
    margin-left: 0px;
    list-style-type: none;
    }

/* Linksnavigation inaktiv */

#leftnav_1st .inactive,
#leftnav_1st .inactive a,
#leftnav_2nd .inactive,
#leftnav_2nd .inactive a  {
    color: #00458C; /* blau */
    margin-bottom: 5px;
    }

#leftnav_1st .inactive,
#leftnav_2nd .inactive {
    background: url(../img/site/pfeil_inaktiv.gif) no-repeat 0 2px;
    padding-left: 10px;
    }


/* Linksnavigation aktiv */

#leftnav_1st .active,
#leftnav_2nd .active {
    color: #99A200; /* GrÃ¼n */
    margin-bottom: 5px;  
    }

#leftnav_1st .active,
#leftnav_2nd .active {
    background: url(../img/site/pfeil_aktiv_wirtschaft.gif) no-repeat 0 2px;
    padding-left: 10px;
    }





/**********************
REITERNAVIGATION (CONTENTNAVIGATION)
***********************/


#reiternavi {
	padding: 0px;
	width: 450px;
	height: 25px;
	margin-left: -4px;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 30px;
	}	


#reiternavi a,
#reiternavi ul,
#reiternavi li {
	display: block;
	line-height: 2.1em;
	list-style: none;
	font-size: 12px;
	height: 25px;
	float: left;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #00458C;
	text-decoration: none;
}

#reiternavi li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00458C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00458C;
	background-image: url(../img/site/bg_reiternavi.gif);
	}	

#reiternavi .first {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00458C;
	}	


#reiternavi a:hover {
	color: #99A200;
	text-decoration: underline;
	}
	
#reiternavi a.menueactive {	
	color: #99A200;
	text-decoration: none;
	cursor: default;
	}
	

#reiternavi .menueactive {
	display: block;
	margin-top: -1px;
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 10px;
	padding-right: 10px; 
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00458C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/site/bg_reiternavi_act.gif);
	}

.rgtabs-menu a:hover {
        color: #99A200;
        }

.rgtabs-menu li.rgtabs-selected a {
        color: #99A200;
        }


/**********************
CONTENT
***********************/

#contentwrapper {
	padding: 0px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	}
	
	
#leftnav {
	padding: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	}


#onecol {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	}

#twocol1,
#twocol2 {
	padding: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	}
	
#twocol1 p,
#twocol2 p,
#twocol1 h5,
#twocol2 h5 {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    }	

#twocol1 .newshead,
#twocol2 .newshead {
	font-size: 12px;
	font-weight: bold;
	color: #99A200;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	

#margin {
	padding: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 720px;
	}

#margin h4 {
	font-size: 12px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 12px;
	margin-top: 0px;
	}
	
#margin p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	



/**********************
SCHRIFTFORMATIERUNG
***********************/
b {
    color: #00458c;
}

a:link,
a:visited,
a:active {
	color: #99A200;
	text-decoration: none;
	}

a:hover,
a:visited:hover {
	text-decoration: underline;
	color: #99A200;
	}

/* Allgemeine Listen */


ul.liste {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #333333;   
    padding: 0px;
    margin-left: 0px;
    margin-top: 14px;
    margin-bottom: 14px;
    list-style-type: none;
    }

ul.liste li {
    background: url(../img/site/bullet_wirtschaft.gif) no-repeat 0 5px;
    padding-left: 13px;
    margin-left: 10px;
    }

/* Rubrikkennzeichnung auf Übersichtsseiten */

ul.rubrik {
    font-size: 12px;
    font-weight: bold;
    color: #00458c;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
    list-style-type: none;
    }

ul.rubrik li {
    background: url(../img/site/bulletrubrik_wirtschaft.gif) no-repeat 0 3px;
    padding-left: 16px;
    margin-left: 0px;
    }

/* Seitenheadline - Überschrift 1. Ordnung */

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #00458c;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0px;
	}	
	

/* Subheadline 12px fett ORANGE */

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #99A200;
	line-height: 16px;
	margin-bottom: 25px;
	margin-top: -10px;
	}	


/* Headline 2. Ordnung 14px fett BLAU */

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #00458c;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 0px;
	}
	
	
/* Zwischenhead 12px fett BLAU */	

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #00458c;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	}	


/* Fließtext 12px */	

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p, .text, td, body {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    line-height: 16px;
    }


/* Servicenavigation - Footer - Servicenavigation 11px */	
	
h6 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* Trennlinien Servicenavigation */	

.light {
	color: #7cb2d8;
	}





/**********************
FOOTER
***********************/

#footer {
	padding: 0px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 20px;
	clear: both;
	}
	
#foot1 {
	padding-top: 15px;
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 240px;
	height: 20px;
	clear: both;
	}
	
	
#footer h6 a:link,
#footer h6 a:visited,
#footer h6 a:active {
	color: #00458c;
	text-decoration: none;
	}

#footer h6 a:hover,
#footer h6 a:visited:hover{
	text-decoration: underline;
	color: #99A200;
	}


/**********************
FORMULARE
***********************/

.mibegsuche {
     font-family: Arial, Helvetica, sans-serif;
     width: 160px;
     font-size: 11px;
     border: 1px solid #ccdae8;
    color: #00458c;
    padding: 3px;
    margin-top: 0px;
    }

.mibegfirmen {
     font-family: Arial, Helvetica, sans-serif;
     width: 195px;
     font-size: 11px;
     border: 1px solid #ccdae8;
    color: #00458c;
     padding: 3px;
    margin-top: 0px;
    }

fieldset {
    border: solid 0 transparent;
    }
  
.eingabefeld {
     font-family: Arial, Helvetica, sans-serif;
     width: 270px;
     font-size: 12px;
     border: 1px solid #a9c0d7;
    color: #00458c;
    padding: 3px;
    margin-top: 0px;
    }
  
  
.form_button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00458c;
    height: 20px;
    width: 125px;
    border-right: solid 1px #00458c;
    border-bottom: solid 1px #00458c;
    border-top: solid 1px #00458c;
    border-left: solid 1px #00458c;
    background-color:#fff;
    padding-bottom: 1px;
    cursor:pointer;
}

.tx-powermail-pi1_fieldset_rechnungsdaten {
    display: none;
}

input:hover,
input:focus,
select:hover,
textarea:hover,
textarea:focus {
    background: #e7edf4;
    }
  
select:focus {
    background: #ffffff;
    }


hr {
     border:dotted #00458c;
     border-width:0 0 1px 0;
    }

* html .dottedline {
    border-top:2px dotted #00458c;
    margin-top:5em;
    zoom:5;
    }

* html .dottedline hr  {
    margin-top:-9px;
}

