/* CSS fuer clarinet-news.de */

body {
	color: #000;
	background-color: #000;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 1em;
}

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

a:focus, a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #666;
}

hr {
	height: 1px;
	border-top: solid 1px #000;
	border-bottom: 0;
}

ul {
	list-style-type: circle;
	line-height: 100%;
	margin-top: -3%;
	margin-left: 0em;
}

table, tr, td {
	vertical-align: top;
}

.paper {
	width: 80%;
	background-color: #FEFEFE;
	border-top: solid 3px #666;
	border-left: solid 3px #666;
	border-right: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
}

.menu {
	padding: 0.25em;
	width: 28%;
	border: solid 1px #000;
	font-size: 0.9em;
	background-color: #FAFAFA;
}

.menu a:link, .menu a:visited, .menu a:focus, .menu a:hover, .menu a:active {
	color: #000;
}

.menu ul {
	padding-left: 1.25em;
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 0.9em;
	line-height: 111%;
}

p.menu_heading {
	color: #009DE0;
	border-bottom: 1px solid #666;
	margin-bottom: 0.25em;
	font-style: italic;
}

td.top {
	border-top: solid 2px #000;
	border-bottom: solid 1px #000;
	padding: 0.25em;
	margin-top: 0.5em;
	font-style: italic;
	font-weight: bold;
	color: #009DE0;
}

.content {
	padding: 0.25em;
	width: 75%;
	height: 100%;
	border: 0;
	font-size: 0.85em;
}

.content p {
	text-align: justify;
	line-height: 125%;
}

.presse {
	font-size: smaller;
}

.contentlist {
	font-size: 0.85em;
	padding: 0.25em;
	width: 75%;
	height: 100%;
	border: 0;
}

.contentlist p {
	font-weight: bold;
	margin: 0;
	margin-top: 0.5em;
}

.contentlist ul, ol {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
	padding-left: 1.5em;
	line-height: 111%;
}

.caps {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	color: #009DE0;
}

