body
{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #FFFFFF;
}

/* Header-Bereich mit Logo, Bild und Streifen für Breadcrumb-Pfad */
#header-box
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 860px;
	text-align: left;
	background-color: #FFFFDD;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#logo
{
	float: left;
	height: 120px;
	width: 180px;
	background-image: url(images/ebh-logo-bild.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	/*background-position: 68px 5px;*/
}

#header
{
	float: right;
	/*margin-left: 180px;*/
	height: 120px;
	width: 680px;
}

#line
{
	clear: both;
	height: 25px;
	text-align: right;
	font-size: small;
	font-color: black;
	padding: 3px 5px -2px 0;
	background-color: #FF6300;
	color: #FFCC00;
}

#line a:link, a:visited {
	color: #FFCC00;
	text-decoration: none;
}

/* Inhaltsbereich mit Navigationsmenü, Info und Content */
#content-box
{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#nav {
	float: left;
	width: 180px;
	margin: 0 5px 0 0;
	padding: 50px 0 20px 0;
}

#nav ul {
	list-style: none;
	margin:0;
	padding:0;
	border-top: 1px solid #FFFFDD;
}

#nav ul.submenu {
	list-style: none;
	margin:0;
	padding:0;
	border-top: 1px dotted #FFFFDD;
}

#nav li {
	margin:0;
	padding:0;
	font-size: 13px;
	font-color: #FFFFDD;
}

#nav li.current {
	display:block;
	margin:0 0 0 0;
	padding: 8px 10px 8px 20px;
	background-color: #FFCC00;
	color: #CC0000;
	border-bottom: 1px solid #FFFFDD;
}

#nav li a:link, #nav li a:visited {
	display:block;
	margin:0 0 0 0;
	padding: 8px 10px 8px 20px;
	background-color:#FF9933;
	color: #FFFFDD;
	text-decoration: none;
	height:1em;
	border-right: 7px solid #FF9933;
	border-bottom: 1px solid #FFFFDD;

}

#nav li a:hover {
	border-right-color:#FFCC00;
}


/* Gestaltung für Menü-Unterpunkte */
#nav ul.submenu {
	width: 160px;
	list-style: none;
	margin:0 0 0 -10px;
	padding:0;
	border-top: 1px solid #FF6300;
	border-right: none;
}
#nav ul.submenu li a {
	text-decoration: none;
	font-size: 12px;
	border-bottom: none;
	background-color: #FFCC00;
	border-right: none;
	color: #CC0000;
	padding: 2px 0 2px 10px;
}

/* Definition der News-Box in der rechten Spalte */
#info {
	float: right;
	width: 160px;
	padding: 5px 4px 2px 5px;
}

#info h2 {
	font-size: 11px;
	margin-top: 0.8em;
}

#info p {
	font-size: 12px;
	width: 160px;
	padding-bottom: 1em;
	border-bottom: medium dotted #FF6300;
}

#info form {
	font-size: 10px;
}

#info a:link, #address a:link {
	color: #000000;
	text-decoration: underline;
}

#info a:visited {
	color: #000000;
	text-decoration: underline;
}

/* Box mit der Adresse, auf jeder Seite unten rechts im rechten Rand*/
#address {
	clear: left;
	margin-left: 700px;
	width: 160px;
	font-size: 9px;
	padding-bottom: 5px;
}

#address a:link, #address a:visited {
	color: #FF6300;
}

/* Mittlerer Bereich für die Inhalte der jeweiligen Seite */
#content
{
	margin: 0 170px 0 180px;
	padding: 20px 10px 5px 10px;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

#content h2 {
	font-size: 13px;
}

#content p {
	font-size: 12px;
}

#content ul, li {
	font-size: 12px;
}

#content img.left {
	margin: 10px 20px 10px 50px;
	vertical-align: bottom;
}

#content img.right {
	margin: 10px 50px 10px 20px;
	vertical-align: middle;
}

#content p.anker {
	text-align: right;
	font-size: 11px;
	color: #FF9933;
	margin-top: 5px;
}

#content p.anker a:link{
	text-decoration: none;
	color: #FF9933; 
}

/* 
#content .verweis a:link {
	font-size: 0.9em;
	color: #FF9933;
}
*/

#footer	
{
	clear: both;
	height: 23px;
	text-align: center;
	font-size: small;
	color: #FFCC00;
	padding: 3px 0 -2px;
	background-color: #FF6300;
}

/* Gestaltung der Formular Elemente 
select { background-color: #FF9933; }
input { 
	border-top: 2 solid #FF9933;
	border-bottom: 2 solid #FF9933;
	background-color: #FFFFDD; 
	}
*/

/* Tabellendefinition für die Kreativ-Tabelle*/

#content h2.rubrik {
	font-size: large;
	color: #FF6300;
}
table.kurse, tr {
border-collapse: collapse;
	border-bottom: 1px solid #FF9933;
	border-right: 1px solid #FF9933;
	border-left: 1px solid #FF9933;
border-top: 1px solid #FF9933;
       width: 480px;
       text-size: 11px;
}
 
tr.content {
	background-color: #FFCC00;
	text-align: left;
	font-size: 11px;
        border-bottom: 1px solid #FF9933;
}

tr.content2 {
	background-color: #FFFFDD;
	text-align: left;
	font-size: 11px;
}

td.content {
	padding:2px 5px;
	border-left:1px solid #000000;
	font-size: 11px;
}

.kurse a:link {
	color: #000000;
	text-decoration: none;
}

.kurse a:visited {
	color: #000000;
	text-decoration: none;
}

.kurse a:hover {
	text-decoration: underline;
	color: #000000;
}

tr.header {
	background-color: #FF9933;
	text-align:left;
}

td.header {
	border-bottom:1px solid #FFFFDD;
	font-size: 9px;
	color: #FFFFDD;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	text-align: left;
}

td.eintritt {
	width:88px;
}

td.intro {
	font-size:12px;
	color: #000000;
	border-bottom: 1px solid #FF9933;
	width: 50%;
}

caption {
	text-align: left;
	color: #FF6300;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

font#veranstaltung {
      font-weight: bold;
}

