* {
	padding: 0px;
	margin: 0px;
}
/*
a:focus {
	color: yellow;
}

a:active {
	color: blue;
}

a:visited {
	color: #ff9090;
}
*/
a {
	color: #D2BF8C;
	text-decoration: none;
}

body {
	background-color: #000000;
	color: #D2BF8C;
	font: normal 1.0em Verdana, "Trebuchet MS", "Lucida Grande", Georgia, Sans-Serif
}

div {
	/*font: normal 1.0em "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;*/
}

/*
li.content {
	padding: 3px 0;
}*/

table.ref {
	/* */
}

table.ref td {
	font-size: 0.70em;
}

table.audio td {
	font-size: 0.8em;
	/*text-align: right;*/
}

td.ref {
	padding: 7px 0px;
}

li.ref_what {
	padding: 1px 0px;
}

.txt_bold {
	font-weight: bold;
}

/* DEPRECATEED */
div#sm_main {
	border: 1px solid rgb(255, 0, 0);
	height: 400px;
	position: absolute;
	width: 700px;
}

/* rechtes Frame */
div#sm_content_pane {
	background-color: rgb(30, 30, 36);
	border: 0px solid yellow;
	float: left;
	height: 360px;
	margin-left: 490px;
	padding: 20px 5px 20px 20px;
	position: absolute;
	width: 180px; /* 170px */
	/*z-index: 1000;*/
}

/* Content im rechten Frame */
div#sm_content {
	border: 0px dashed orange;
	color: #d2bf8c;
	font-size: 0.9em;
	height: 315px;
	overflow: auto;
	padding-left: 10px;
	width: 100%;
}

div#sm_content ul {
	list-style-type:none;
}

div#sm_content ul li {
	padding: 3px 0;
}

/* Bild */
div#sm_cover {
	background-color: rgb(30, 30, 36);
	background-image: url(./img/sm_logo.jpg);
	border: 0px solid green;
	float: left;
	height: 100%;
	margin-left: 0;
	position: absolute;
	width: 490px;
}

/* Fusszeile mit Navigation */
div#sm_footer {
	background: rgb(30, 30, 36);
	height: 25px;
	position: absolute;
	/*text-align: right;*/ /* center */
	top: 400px;
	width: 100%;
}

div#sm_footer ul {
	/*list-style-type: none;*/
	padding: 4px 4px;
	text-align: center;
}

div#sm_footer ul li {
	display: inline;
	/*float: left;*/
	font: small-caps 1.0em Verdana, "Trebuchet MS", "Lucida Grande", Georgia, Sans-Serif;
	list-style: none;
	margin: 0 32px;/*
	margin-left: 30px;
	margin-right: 30px;*/
}

/* Ueberschrift im rechten Frame */
div#sm_headline {
	color:#D2BF8C;
	font: normal 1.8em Verdana, "Trebuchet MS", "Lucida Grande", Georgia, Sans-Serif;
	padding-bottom: 7px;
}

div#sm_page {
	background-color: rgb(30, 30, 36); /* grau -> IE-fix */
	border: 0px solid rgb(0, 255, 0);
	height: 425px;
	left: 50%;
	margin: -180px 0px 0px -350px;
	position: absolute;
	top: 50%;
	width: 700px;
}

/* Kennzeichnung der aktuellen Seite in der Navigation */
#index #nav_index a,
#profile #nav_profile a,
#ref #nav_ref a,
#audio #nav_audio a,
#imprint #nav_imprint a {
	color: #696046;
	cursor: default;
}
