body 
{
	font-family:Arial;
	font-size:100.1%;
	color:#fae267;
	background-color:#7b99c1;
	margin:15px;
}

h1 {font-size: 1.44em; color:#ffb936; padding-top: 20px;}
h2 {font-size: 1.19em; color:#ffd200; margin-bottom: 0px;}
h4 {font-size: 1.12em; color:#fbdc3f;; margin-bottom: 0px;}
h5 {font-size: 1em; color:#fbe266; margin-bottom: 0px;}

ul {margin-top: 5px;}

a:link, a:visited, a:active, a:hover
{ 
  text-decoration: none;
  font-weight: bold;
  color: #fae267;
  font-size: 0.75em;
}
a:active, a:hover
{ 
  color:#ffb914;
}

/* Die Hyperlinks im vertikalen Menü */
a.menu:link, a.menu:visited
{ 
  color:#db007a;
  text-decoration:none;
}
a.menu:hover, a.menu:active
{ 
  color:#ffb914;
}

.vert_act
{
  color:#ffb914;
}


/* main-div */
.main {
	width: 955px;
	margin: 0px auto;
	text-align: left;
	background: #022270;
}

/* Hintergrundbild */
.head {
	height:112px;
	background-image: url(../img/integrationsamt_blge.jpg);
	background-repeat: no-repeat;
}

/* Hintergrundbild unsichtbarer Text*/
.head h2, h3{
	display: block;
	display: none;
	height: 112px;
	width: 955px;
}

/* Das Menü oben */
.menu {
	height:31px;
	background-color:#033ece;
}

/*Buttons für die Layout Umstellung*/
.but_li_ob {
	margin-left:30px;
	margin-top:6px;
}

.but__ob {
	margin-top:6px;
}

.but_ob_re {
	margin-right:50px;
	margin-top:6px;
}

.but_li_re {
	margin-left:10px;
	margin-right:10px;
}

.hideme {
  display: none;
}


/* Der Inhalt */
.content {
	background-color:#022270;
	padding:15px;
}

.table {
	border: solid 1px #fbe266;
}

/*----------------Menü links Start--------------------------------*/

/*td in der sich das Menü befindet*/
#menu_li {
	width: 12em;
           background: #022f9a;
           text-align: left;
		   vertical-align:top;
           padding-left: 8px;
           text-decoration: none;
		   border-right: solid 1px #fbe266;
}

/*Überschriften-Block*/
.navtitle {
           color: #fbe266;
           display: block;
           padding-left: 8px;
		   padding-top: 6px;
		   padding-bottom: 6px;
           margin: 0 0 0 -10px;
           text-decoration: none;
		   border-bottom: solid 1px #fbe266;
      }
	  
/*Link-Block*/
.navlink {
	display: block;
           margin: 0 0 0 2px;
      }

/*Links*/
#menu_li a {
           color: #ffd814;
		   background-color: #033ece;
           display: block;
           padding: 3px 0 3px 8px;
           margin: 0 0 0 -10px;
		   border-bottom: solid 1px #fbe266;
           text-decoration: none;
      }
	  
#menu_li a:hover {
           background: #022270;
      }
	  
#menu_li_act a {
           background: #0060ff;
      }


/*----------Menü links Ende-----------------------------------*/


/*td Fließtext- / Contentbereich*/
.text {
	padding: 10px;
	vertical-align: top;
	font-size: 0.93em;
}

.text a {
	font-size: 0.93em;
	font-weight:normal;
	color: #fbe266;
	border-bottom: solid 1px;
}

.text a:hover {
	color:#ffb914;
}

/* Text Quicknavi */
.quick {
	font-size: 0.82em;
	font-weight:normal;

}

/* Links Quicknavi */
.quick a {
	font-size: 0.82em;
	font-weight:normal;
	text-decoration:underline;
}

acronym {
	cursor : help;
    border-bottom : 2px dashed #ffb914;
}

/* Die Fußzeile */
.footer {
	height:29px;
	text-align:center;
	background-color:#033ece;
 }
 
.copy {
	color: #022270;
	font-size: x-small;
	padding: 5px 2px;
	background: #7b99c1;
}

.link {
	padding-bottom: 8px;
}
