body 
{
	font-family:Arial;
	font-size:100.1%;
	color:#000;
	background-color:#939393;
	margin:15px;
}

h1 {font-size: 1.44em; color:#9f9f9f; padding-top: 20px;}
h2 {font-size: 1.19em; color:#818181; margin-bottom: 0px;}
h4 {font-size: 1.12em; color: #818181; margin-bottom: 0px;}
h5 {font-size: 1em; color:#686868; margin-bottom: 0px;}

ul {margin-top: 5px;}

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

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

.vert_act
{
  color:#787878;
}


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

/* Hintergrundbild */
.head {
	height:112px;
	background-image: url(../img/integrationsamt_sw.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:#e1e1e1;
	background-image:url(../img/bg_nav.jpg);
}

/*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:#ffffff;
	padding:15px;
}

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

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

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

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

/*Links*/
#menu_li a {
           color: #151515;
		   background-color: #dbdbdb;
           display: block;
           padding: 3px 0 3px 8px;
           margin: 0 0 0 -10px;
		   border-bottom: solid 1px #797979;
           text-decoration: none;
      }
	  
#menu_li a:hover {
           background: #c2c2c2;
      }
	  
#menu_li_act a {
           background: #a9a9aa;
      }


/*----------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: #000;
	border-bottom: solid 1px;
}

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

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

/* Die Fußzeile */
.footer {
	height:29px;
	text-align:center;
	background:#e1e1e1 url(../img/bg_foot.jpg);
 }
 
.copy {
	color: #000000;
	font-size: x-small;
	padding: 5px 2px;
	background: #939393;
}

.link {
	padding-bottom: 8px;
}

