body {
  font-family: Helvetica,Arial,sans-serif;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

div#page {
	width:760px;
}

/*** INFOLEISTE OBEN ***/

div#infoleiste {
	width:100%;
	margin:0px;
}

div#infoleiste table {
	border-spacing:3px;
	margin:0px;
}

div#infoleiste tr {
}

div#infoleiste td {
	/*background-color:#E7ECF6;*/
	vertical-align:top;
	width:25%;
}

div#infoleiste td a {
	float:left;
	background-color:#E7ECF6;
	color:#000066;
	text-decoration:none;
	width:100%;
	height:100%;
	border:#E7ECF6 0px solid;

}

div#infoleiste td a h1 {
	font-size:10px;
	margin: 3px 0px 0px 40px;
	color:#000066;
	font-weight:bold;
}

div#infoleiste td a p {
	font-size:9px;
	margin: 0px 0px 0px 40px;
	color:#000033;
}

div#infoleiste td a:hover {
	background-color:white;
}

div#infoleiste td img {
	float:left;
	margin:0px;
	border:0px;
}

/*** HEADER ***/

div#header {
	margin:0px;	
}

div#header table {
	margin:0px;
}

div#header td.logo {
	width:25%;
}

div#header td.head {
	width:75%;
	background-color: #4F72B9;
	background-image:url(img/lay/head.gif);
}

/*** LEFT ***/

div#left {
	float:left;
	width:25%;
	margin: 1px 0px 0px 0px;
	overflow:hidden;
}

/* Menü */

div#left div#menu {
	
}

div#left div#menu p {
	margin:0px;
	padding:1px;
	margin-left:65px;
}

div#left div#menu a {
	display:block;
	width:100%;
	background-color:#000066;
	background-image:url(img/lay/menu1.gif);
	margin-bottom:3px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

div#left div#menu a:hover {
	background-color:#000099;
	background-image:url(img/lay/menu2.gif);
}

/* Bild */

div#left div#image {

}

/* Impressum */

div#left div#impressum {
	margin:3px;
	font-size:10px;
	color: #AAAAAA;
	text-align:right;
}

div#left div#impressum a {
	color: #AAAAAA;
	text-decoration:none;
}

div#left div#impressum a:hover {
	color: #000000;
	text-decoration:underline;
}

/*** INHALT ***/

div#inhalt {
	margin-left:28%;
	margin-top:30px;
	line-height:17px;
	width:450px;
}

div#inhalt h1 {
	font-size:20px;
	font-weight:bold;
	color:#4F72B9;
}

div#inhalt h2 {
	font-size:14px;
	font-weight:bold;
	color:#4F72B9;
}

div#inhalt h3 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

div#inhalt p,li,td {
	font-size:12px;
	color:#000000;
}

div#inhalt a {
	color:#000099;
}

div#inhalt a[href^="http://"]:before { content:url(img/lay/extlink.gif)" " } /* externe Links markieren */
div#inhalt a[href^="https://"]:before { content:url(img/lay/extlink.gif)" " } /* externe Links markieren */
div#inhalt a[href^="ftp://"]:before { content:url(img/lay/extlink.gif)" "; } /* externe Links markieren */

div#inhalt a:hover {
	color:#0000CC;
	text-decoration:none;
}

div#inhalt *.em {
	font-size:14px;
	color:#4F72B9;
}

/* CMS */

div#inhalt h2.titel {
	margin:25px 0px 5px 0px;
	padding:0px;
}

div#inhalt p.text {
	margin: 0px 0px 0px 10px;
	padding:0px;
}

div#inhalt p.text2 {
	margin: 15px 0px 0px 10px;
	padding:0px;
}

/* DOWNLOAD-SYMBOLE */

li.pdf {
	list-style-image:url(img/pdf.gif);
}

li.zip {
	list-style-image:url(img/zip.gif);
}

/* ACROBAT-LINK */

div#acrobatlink p {
	font-size:10px;
	line-height:12px;
	color:#666666;
}

