
/********************************************/
/*        Allgemeine Darstellung            */
/********************************************/

body
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 80%;
	margin-left: 5em;
	margin-right: 6em;
}

img
{
	border-width: 0px;
}

a
{
	color: #000066;
}

a.ext
{
	text-decoration: none;
	border-bottom: dashed 1px #000066;
}

a:hover
{
	color: #0000FF;
}

h1
{
	clear: both;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2
{
	clear: both;
	font-size: 110%;
	font-weight: bold;
}

h3
{
	background-color: #EEEEEE;
	border: solid 1px #999999;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}

/********************************************/
/*        Besondere Klassen                 */
/********************************************/

img.expander
{
	margin: 0px 5px 0px 5px;
}

input, select
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 100%;
}

input.text
{
}

input.text:focus, textarea.text:focus
{
	border-color: #0000CC;
}

.rsp
{
	color: #AA0000;
	font-style: italic;
}

td.commentinfo
{
	width: 20%;
	background-color: #EEEEEE;
	text-align: center;
}

td.commentvalue
{
}

.smallnote
{
	font-size: 80%;
	color: #666666;
}

.quickview
{
	border: solid 1px #FFCC66;
	width: 175px;
	margin: 0px 0px 5px 0px;
}

.quickview th
{
	background-color: #FFCC66;
}

.qv_hi
{
	background-color: #FFCC66 !important;
	font-weight:bold;
	width:60%;
}

.qv_lo
{
	background-color: #FFFFFF !important;
	border-bottom:solid 1px #FFCC66;
	font-weight:normal;
	width:40%;
}

.quickview img
{
	margin:5px 0px 5px 0px;
}

p.info
{
	text-indent: -2em;
	margin: 10px 3em 10px 2em;
}

p.note
{
	font-weight: bold;
	margin-top: 25px;
	padding: 2px 5px 2px 5px;
	background: #FFCC66;
}

p.note2
{
	margin-top: 25px;
	padding: 2px 5px 2px 5px;
	border-top: solid 2px #FFCC66;
	border-bottom: solid 2px #FFCC66;
}

/********************************************/
/*        Reservierte Seitenelemente        */
/********************************************/

#copyright
{
	font-size: 80%;
	text-align: center;
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 3em;
	clear: both;
}

#debug
{
	color: #666666;
	font-size: 80%;
	font-family: Courier New, Courier, Serif;
	background-color: #EEEEEE;
	margin-left: 4em;
	padding: 2px 5px 2px 5px;
}

#content, #logo
{
	margin-left: 3em;
	margin-right: 4em;
}

#navi
{
	position:absolute; 
	width:15em; 
	right:0px; 
	top:0px; 
	border:solid 3px #CCCCCC;
	background-color:#FFFFFF;
}

#navi_title
{
	background-color:#CCCCCC; 
	margin:0px; 
	text-align:center;
}

#navi_title a
{
	font-weight:bold; 
	color:#FFFFFF;
	text-decoration:none;
}

#navi_items
{
	margin:3px 5px 3px 5px;
	color:#AAAAAA;
	text-align:center;
}

#navi_items a
{
	color:#AAAAAA;
	text-decoration:none;
}

#bottom_note
{
	position:fixed;
	left:0px;
	bottom:0px;
	background-color:#FFCC66;
	width:100%;
	padding:3px 1em 3px 1em;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	opacity:0.80;
}

/********************************************/
/*        Dynamisches HTML                  */
/********************************************/

.collapsed
{
	display: none;
	visibility: hidden;
}

.expanded
{
	display: block;
	visibility: visible;
	padding: 1em 2em 1em 2em;
	margin-top: 0px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
