/* @override http://members.kabsi.at/grafiker/website.css */

/* Website-CSS fuer www.pixlers.at */

/* Alle Abstnde auf Null setzen & Schriften */
* {
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* HTML und Body festlegen */
html, body {
	font-size: 101%;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

/* Weiter geht's mit 4. bei http://www.drweb.de/csstechnik/css-strukturieren.shtml */

#webseite {
	padding-top: 1.7em;
}

p {
	font-size: 0.9em;
	word-spacing: 0.2em;
	padding-top: 0.4em;
	padding-right: 0.3em;
	padding-left: 4.7em;
	margin-bottom: 0.6em;
}

a {
	color: #0099ff;
	text-decoration: none;
	padding-bottom: 0.1em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	margin-right: -0.3em;
	margin-left: -0.3em;
}

a:hover {
	color: #fff;
	background-color: #0099ff;
	padding-bottom: 0.1em;
	margin-right: -0.3em;
	margin-left: -0.3em;
}

/* @group Menü */

#menue {
	width: 8em;
	position: relative;
	list-style-type: none;
	margin-left: 2em;
	float: left;
}

#menue li a {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #ccc;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	display: block;
}

#menue li a:hover {
	color: #0099ff;
	background-color: transparent;
}

#menue .aktuell {
	color: #444;
}

/* @end */

/* @group Inhalt */

#inhalt {
	color: #444;
	line-height: 1.5em;
	margin-left: 12em;
	width: 28.5em;
}

#inhalt h2{
	color: #ccc;
	font-size: 1.6em;
	padding-bottom: 0.2em;
	margin-right: 0.4em;
	float: left;
}

.vcard {
	border-style: solid;
	border-width: 1px;
	position: relative;
	line-height: 1.5em;
	font-size: 0.8em;
	padding: 0.2em 0.7em 0.7em;
	margin: 1em 0.3em 1em 5.2em;
}

.vcard ul {
	list-style-type: none;
	margin-top: 0.5em;
	text-indent: 0.3em;
}

.update {
	line-height: 1.5em;
	font-size: 0.7em;
	color: #aaa;
	padding-left: 6.2em;
}



/* @end */

#notizen {
	list-style-type: none;
	position: absolute;
	float: left;
	clear: left;
	margin-left: 42.5em;
	word-spacing: 0.2em;
	background-repeat: no-repeat;
	top: 1.95em;
	width: 13em;
	margin-right: 2em;
}

#notizen .note {
	margin-bottom: 0.8em;
	background: url(images/anzeiger.gif) no-repeat 0 0.45em;
	padding-left: 8px;
}

#notizen h3 {
	color: #5f727f;
	line-height: 1.5em;
	list-style-type: none;
	font-size: 0.9em;
	background-color: #e1effa;
	margin-left: 8px;
	padding: 0.2em 0.5em 0.3em;
}

#notizen .eintrag {
	list-style-type: none;
	color: #5f727f;
	line-height: 1.5em;
	font-size: 0.7em;
	background-color: #e1effa;
	padding: 0.5em 0.7em 0.6em;
}

#notizen .date {
	color: #d9edf1;
	background-color: #5f727f;
	padding: 0.2em 0.4em;
	font-size: 0.8em;
	margin-right: 0.2em;
}
	
.type{
	display: none;
}

