body	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #FFF;
	}
div, p, th, td, li, dd, dl, dt    {
     /* redundant selectors to help NS4 not forget */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    }
a	{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
a:link {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}
a:active {
	color: #0050A4;
	background-color: transparent;
	text-decoration: underline;
	}
a:hover {
	color: #0050A4;
	background-color: transparent;
	text-decoration: none;
	}
p {
	margin-top: 0; padding-top: 0;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	}	
	
/* Layers */
#top {
	padding: 0px;
	background: #FFF url(../img/bgtop.gif) fixed no-repeat;
	border: none;
	height: 92px;
	width: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 92px;
	width: 100%;
	}
html>body #top {
	height: 92px;
	width: 100%; /* ie5win fudge ends */
	}
	
#content {
	padding: 0px;
	background: #CCDCED url(../img/bgcontent.gif) no-repeat;
	border: none;
	width: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100%;
	}
html>body #content {
	width: 100%; /* ie5win fudge ends */
	}
#contentspace {
	padding: 10px;
	}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	}
.content a	{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
.content a:link {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}
.content a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}
.content a:active {
	color: #0050A4;
	background-color: transparent;
	text-decoration: underline;
	}
.content a:hover {
	color: #0050A4;
	background-color: transparent;
	text-decoration: none;
	}

#bottom {
	padding: 2px 0px 0px 0px;
	background: #0050A4;
	border: none;
	height: 20px;
	width: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	width: 100%;
	}
html>body #bottom {
	height: 20px;
	width: 100%; /* ie5win fudge ends */
	}	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	}
	
#menu {
	padding: 2px 0px 0px 0px;
	background: #0050A4 url(../img/bgmenu.gif) no-repeat;
	border: none;
	height: 20px;
	width: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	width: 100%;
	}
html>body #menu {
	height: 20px;
	width: 100%; /* ie5win fudge ends */
	}	
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	}
.menu a	{
	color: #FFF;
	text-decoration: none;
	}
.menu a:link {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	}
.menu a:visited {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	}
.menu a:active {
	color: #FFF;
	background-color: transparent;
	text-decoration: none;
	}
.menu a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
	}

#breadcrumb {
	padding: 0px 0px 20px 0px;
	border: none;
	}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}	
.breadcrumb a	{
	color: #0050A4;
	text-decoration: none;
	}
.breadcrumb a:link {
	color: #0050A4;
	background-color: transparent;
	text-decoration: none;
	}
.breadcrumb a:visited {
	color: #0050A4;
	background-color: transparent;
	text-decoration: none;
	}
.breadcrumb a:active {
	color: #0050A4;
	background-color: transparent;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #0050A4;
	background-color: transparent;
	text-decoration: underline;
	}

#recommend {
	padding: 0px;
	background: #CCDCED;
	border: none;
	width: 100%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100%;
	}
html>body #recommend {
	width: 100%; /* ie5win fudge ends */
	}



/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
    }	
	
	/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.mtDropdownMenu .content {
    position:absolute;
    }

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
    position:relative;
    left:0px; top:0px;
    border:1px solid #666;
    z-index:2;
    }

.mtDropdownMenu.top .items {
    border-top:none;
    }

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color:#333;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
    border:none;
    cursor:pointer;
    cursor:hand;
    }

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.95;
    filter:alpha(opacity=95);
    }

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
    }

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.mtDropdownMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=40);
    }

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.mtDropdownMenu .item.hover {
    background:#CCDCED;
    color:#000;
    }

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.mtDropdownMenu .item img {
    margin-left:10px;
    }

.layer {
	position: relative;
	z-index: 10;
	top: 0px;
	right: 0px;
	overflow: visible;
	visibility: visible;


}

.empf_spruch {
	font-size: 9px;
	background: #CCDCED;
}
.empf_name {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #0050A4;
	background: #CCDCED;
}
.empf_bild {
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCDCED;
	background: #0050A4;
}