img
{
    /* Heinz 09.08.2010, sonst erscheinen um alle Bilder farbige Ränder */
    border: 0;
}

html, body
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body
{
	width: 100%;
	/* Breite des Layouts 600Px - soll die rechte Spalte flexibel sein, einfach "width" entfernen oder auf 100% setzen */
}

body, div
{
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Geneva, Helvetica, "Espy Sans", Arial, sans-serif;
}

table
{
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
}

td
{
	margin: 0;
	padding: 0 0 0 15px;
	border: 0;
}

th  /* Bildspalte */
{
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

hr
{
	background-color: #ddd;
	color: #ddd;
	border: none;
	height: 1px;
	line-height: 1px;
}

/* -------------------------------CONTENT--------------------------------- */
#TOPIMG
{
/*	background-color: #562c0d; */
	height: 70px;
	overflow: hidden;
}

#HEADERIMG
{
	padding: 0px;
	margin-left: 200px;
	height: 200px;
	overflow: hidden;
	display: block;
}

#TOPTITEL
{
	background-color: #fff;
	height: 70px;
	overflow: hidden;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 0 0 40px;
	font-size: 14px;
	line-height: 18px;
/* 	background-image: url(../IMG/LAYOUT/logo_g_70.gif); */
/* 	background-repeat: no-repeat; */
/* 	background-position: 100% 50%; */
}

#TOPTITEL a
{
	color: #000;
	text-decoration: none;
}

#TOPTITEL table, #TOPTITEL td
{
	margin: 0;
	padding: 0;
	color: #000;
	height: 70px;
	vertical-align: middle;
	background-color: transparent;
}

#LEFT
{
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
}

#RIGHT
{
	padding-left: 300px;
	margin: 0px;
}

#CONTENT
{
	float: left;
	margin: 0px;
	padding: 0px 40px 15px 40px;
	width: auto;
	height: 220px;
}

html> body #CONTENT
{
	height: auto;
	min-height: 220px;
}

#INFO
{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #562c0d;
	padding: 0 5px 0 5px;
	margin: 20px 0 0 80px;
	text-align: right;
	background-color: #E6DBCF;
}

#TEXT
{
	font-size: 13px;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}

#TEXT a { color: #390; font-weight: normal; }

#TEXT h1, .H1
{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0 10px 0;
	background-color: #eee; 
	padding: 0 10px 0 10px;
	display: block;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

#TEXT h2, .H2
{
	color: #562c0d;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	padding: 0;
	display: block;
}

#TEXT h3, .H3
{
	color: #390;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0 5px 0;
	padding: 0;
	display: block;
}

#TEXT h4, .H4
{
	color: #390;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 5px 0 5px 0;
	padding: 0;
	display: block;
}

#TEXT h5, .H5
{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	background-color: #390; 
	padding: 4px;
	display: block;
	border-top: 0px dotted #aaa;
	border-bottom: 0px dotted #aaa;
}

#TEXT img { margin: 0 0px 0 0; }

#TEXT td a { margin: 0; border: 0; padding: 0; text-decoration: none; }

.IMGFLOAT /* Bilder umfliessen */
{ float: left; }

#TEXT table  /* Tabellen */
{
	margin: 0;
	width: auto;
	padding: 0;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	background-color: #fff;
}

#TEXT td  /* Tabellen */
{
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	color: #333;
	padding: 0 0 0px 0;
	border-bottom: 10px solid #fff;
	border-right: 10px solid #fff;
	vertical-align: top;
	background-color: #fff;
}

#TEXT ul  /* Listen */
{
	list-style-position: outside;
	list-style: none;
	line-height: 18px;
	margin-left: 10px;
	padding-left: 10px;
}

#TEXT li /* Listen */
{
	padding-left: 15px;
	background-image: url(../IMG/LAYOUT/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 18px;
	margin-bottom: 10px;
}

/* -------------------------------FUSSLEISTE--------------------------------- */
#FOOTER
{
	color: #222;
	font-size: xx-small;
	font-family: Arial, Geneva, Helvetica, Verdana;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 1px;
	padding: 0px 10px 10px 0px;
	clear: both;
}

#FOOTER a
{
	color: #390;
	text-decoration: none;
}

#FOOTER_NAV
{
	color: #222;
	font-size: xx-small;
	font-family: Arial, Geneva, Helvetica, Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
	clear: both;
	border-top: 0px dotted #aaa;
	border-bottom: 1px dotted #aaa;
}

#FOOTER_NAV a
{
	color: #390;
	text-decoration: none;
}

/* --------------------- WEBYEP MENUITEMS -------------------------- */

/* The div enclosing the menu */
.MyMenu
{
	font-family: verdana;
	margin-right: 10px;
	width: 220px;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 0px;
	text-transform: uppercase;
	text-align: right;
	padding: 0 0 0 80px;
}

/* Every anchor tags in our menu */
.MyMenu a
{
	display: block;
	border-top: 1px dotted #333;
	border-bottom: 0px dotted #390;
	padding: 4px 4px 5px 25px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	font-weight: normal;
	background-color: #fff;
}

/* The anchor tags of each item that is first in its tree */
.MyMenu a.WebYepMenuFirstItem {
	border-top: 1px dotted #333;
}

/* Like above, but only for second menu level and below */
.MyMenu li li a.WebYepMenuFirstItem {
	border-top: 1px dotted #ccc;
}

/* All menu item's anchor tags of second menu level */
.MyMenu li li a {
	padding: 4px 4px 5px 25px;
	background-position: 0;
	background-color: #fff;
	border-top: 1px dotted #ccc;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 11px;
}

.MyMenu li li a:link, .MyMenu li li a:visited, .MyMenu li li a:active {
	text-decoration: none;
	color: #666;
}

/* All menu item's anchor tags of third menu level */
.MyMenu li li li a {
}

/* All menu item's anchor tags of fourth menu level and below */
.MyMenu li li li li a {
}

/* All anchor tags that are menu tree titles */
.MyMenu a.WebYepMenuTitle {
	background-image: url(menu.gif);
}

/* All anchor tags that are menu tree titles of currently expanded trees */
.MyMenu a.WebYepMenuTitleExpanded {
	background-image: url(menu-x.gif);
}

/* The text colors and underlines must be set via the pseudo selectors a:link etc. */
.MyMenu a:link, .MyMenu a:visited, .MyMenu a:active {
	text-decoration: none;
	color: #390;
}

/* The anchor tag of the currently selected menu item */
.MyMenu a.WebYepMenuCurrentItem, .MyMenu li li a.WebYepMenuCurrentItem {
	color:  #562c0d;
	background-color: #E6DBCF;
	font-weight: bold;
}

/* nur gewŠhlter unterpunkt */
.MyMenu li li a.WebYepMenuCurrentItem
{
	color: #562C0D;
	background-color: #E6DBCF;
	font-weight: normal;
}

/* The anchor tag of the currently selected menu item, when hovering */
.MyMenu a:hover.WebYepMenuCurrentItem {
}

/* All other anchor tags, when hovering */
.MyMenu a:hover {
	background-color: #f5f1ec;
	color: #562c0d;
}

/* All trees */
.MyMenu ul {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

/* All items */
.MyMenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

/* --------------------- Galeriebilder -------------------------- */

.WebYepGalleryImage
{
	/* Heinz 11.08.2010 */
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: #562c0d;
	/*
	border-bottom: 10px solid white;
	border-right: 20px solid white;
	border-top: 10px solid white;
	margin: 0px;
    */
	margin: 10px 20px 10px 0;
	padding: 1px;
	background-color: #eee;
	vertical-align: top;
}

