HTML, BODY, H1, H2, H3, H4, P, TABLE, TH, TR, TD, OL, UL, LI, DL, DD { font-family: "Trebuchet MS", "Myriad Web", Georgia, Verdana, sans-serif; }

HTML
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FF9;
	background-image: url(../grafiken/www.clemisan.de.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

body
{
	margin: 0;
	/*	padding-right: 20px;*/
	/*	padding-left: 40px;*/
	padding: 0 1em 0 10em;
	background-image: url(../grafiken/www.clemisan.de.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

/*Positionierung Weblog*/
div.weblog
{
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	width: 60%;
	float: right;
	clear: left;
}

div.navi-blog
{
	position: absolute;
	left: 10em;
	top: 7em;
	margin: 0;
	padding: 0.5em;
	text-align: left;
	max-width: 10em;
	/*clear: both;*/
	/*float: left;*/
}

div.footer
{
	float: right;
	font-size: small;
	width: 60%;
}

/*Allgemeine Style-Angaben */
H1, H2, H3, H4, P, address { text-align: right; }

H1, H2
{
	color: #000;
	background-color: #cc6666;
	margin-top: 1.5em;
	padding: 0.2em;
	border: thin none;
	/* Netscape 4 workarround */
}

H1 { font-weight: bold; }

H1.clemisan
{
	color: #000;
	background: #ffff99;
	margin-top: 0em;
}

H1, H2.grau { background-color: #CCC; }

p, dd, li
{
	color: #000000;
	background-color: transparent;
	padding-bottom: 0.5em;
}

UL, LI, OL, DL, DD, DT
{
	color: #000000;
	background-color: transparent;
	margin-left: 10%;
}

UL, LI, DL, DD, DT { list-style-position: inside; }
OL { list-style-position: outside; }
DT { font-weight: bold; }

BLOCKQUOTE
{
	color: #000000;
	background-color: #cccccc;
	padding: 0.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

TABLE
{
	color: #000000;
	background-color: transparent;
}

CAPTION
{
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	vertical-align: sub;
	text-align: left;
	margin-left: 10px;
	padding-bottom: 0.2em;
}

TH
{
	color: #000000;
	background-color: transparent;
}

TR
{
	color: #000000;
	background-color: transparent;
	vertical-align: baseline;
	text-align: left;
}

TD
{
	color: #000000;
	background-color: transparent;
	vertical-align: baseline;
	text-align: left;
}

HR
{
	color: #cc6666;
	background-color: transparent;
	text-align: center;
	margin-left: 10px;
}

/* Links */
/* Definitionen fuer die Links zwischenzeitlich ohne 'a' - */
/* siehe "Notes on suggesting link styles" */
/* <http://www.people.fas.harvard.edu/~dbaron/css/1999/09/links> */
a:link
{
	color: #000000;
	background: transparent;
}

a:visited
{
	color: #000000;
	background: transparent;
}

a:active
{
	color: #f00;
	background: #ff9;
}

a:hover
{
	color: #f00;
	background: #ffc;
}

/* Ab hier fuer IMG */
a:link IMG { border: #000000 none 10px; }
a:visited  IMG { border: #000000 none 10px; }
a:hover  IMG { border: #e0e0e0 none 10px; }
a:active  IMG { border: #e0e0e0 none 10px; }

/* Klassen / Classes */
IMG.logoklein
{
	background-color: transparent;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: 76px;
	height: 28px;
}

.logo
{
	background-color: transparent;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: 190px;
	height: 70px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 4em;
	position: fixed;
	float: right;
}

DIV.table
{
	margin-top: 40px;
	margin-right: 3%;
	margin-left: 7%;
}

.linklist { margin-top: 40px; }
.intro { margin: 30px 10px 4em 0; }

.footer
{
	font-size: smaller;
	font-family: "Comic Sans MS", serif;
	text-align: right;
	width: 60%;
}

.left { text-align: left; }
.right { text-align: right; }
.hide { display: none; }
.strike { text-decoration: line-through; }
div.blogeintrag p { padding: 0.5em 1.5em 0.2em 1em; }

div.blogeintrag Blockquote
{
	margin-left: 3em;
	margin-right: 1em;
	padding-left: 0.5em;
	color: #000;
	background-color: transparent;
	text-align: left;
	font-style: italic;
	border-left: black;
	border-width: 0 0 0 1pt;
	border-style: none none none solid;
}

div.postet p { text-align: right; }

div.navi-blog h2, ul.blog-ix, li.blog-ix, p.blog-ix
{
	background-color: transparent;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0.2em 0 0 0;
}