/* S: Formatierung Layout-Tabelle */
body, table, td, input, select, textarea {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}

body, form {
	padding:0px;
	margin:0px;
}

/*body {
	background-image:url(/fileadmin/pgebgd.gif);
	background-position:left top;
	background-repeat:repeat-x;
}*/

table.layout {
	width:100%;
}

td.esh_lft {
	background-color:#C8E898;
	background-image:url(/fileadmin/lftrpd.gif);
	background-position:left bottom;
	background-repeat:repeat-y;
}

td.esh_nav {
	width:152px;
	background-color:#ffffff;
	background-image:url(/fileadmin/navbtm.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-top:25px;
	padding-left:10px;
	padding-bottom:230px;
}

td.esh_con {
	width:356px;
	background-color:#ffffff;
	background-image:url(/fileadmin/bdybtm.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:175px;
}

td.esh_bdr {
	width:397px;
	/*background-color:#D8E8A8;
	background-image:url(/fileadmin/bdrrpd.gif);
	background-position:left top;
	background-repeat:repeat-y;*/
}
/* E: Formatierung Layout-Tabelle */

/* S: Formatierung Navigation */
div.pas1 {
	padding-left:12px;
	margin-top:5px;
}

div.pas1 a {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

div.act1 {
	background-image:url(/fileadmin/navact.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-top:5px;
}

div.act1 a {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

div.sub1 {
	background-image:url(/fileadmin/navsub.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-top:5px;
}

div.sub1 a {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

div.pas2 {
	padding-left:22px;
}

div.pas2 a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

div.act2 {
	padding-left:22px;
	background-image:url(/fileadmin/navact.gif);
	background-position:10px center;
	background-repeat:no-repeat;
}

div.act2 a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

div.sub2 {
	background-image:url(/fileadmin/navsub.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:22px;
}

div.sub2 a {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
/* E: Formatierung Navigation */

/* S: Foramtierung Überschriften */
h1, h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

h3 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

h4, h5 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
/* E: Formatierung Überschriften */

/* S: Formatierung Links */

a {
	color:#008100;
	text-decoration:underline;
}

a:hover {
	color:#92b57d;
	text-decoration:none;
}

/* E: Formatierung Links */

ul {
	padding:0px;
	padding-left:15px;
	margin:0px;
}

* + html ul {
	padding:0px;
	padding-left:17px;
	margin:0px;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.align-justify {
	text-align:justify;
}

