
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px; /* Resets 1em to 14px */
	font-family: verdana,arial,helvetica,sans-serif;
	color: #000;
	background: #fff;
}



/* Alle Elemente, die nicht angezeigt werden sollen */

.hidden,
#sidebar,
#footer ul {
	display: none;
}

/* Allgemeine Einstellungen */

acronym {
	border-bottom: 1px dotted #000;
}

h1 {font-size: 1.3em; line-height: 1.5em; font-weight: normal; margin-bottom: 1em; margin-top: 0em;} 
h2 {font-size: 1.2em; font-weight: normal; margin: 1em 0; } 
h3 {font-size: 1.1em; font-weight: bold; margin-bottom: 0.7em;} 
h4 {font-size: 1em; font-weight: bold; margin: 0 0 0.5em 0;} 
h5 {font-size: 1em; font-style: italic; font-weight: bold; margin: 0 0 0.5em 0;}

/* Logo & Header */

#logo {
	margin-right: 2em;
	float: left;
	padding-bottom: 1em;
}

#logo img {
	width: 100px;
	height: 100px;
}

#head {
	float: left;
	width: 60%;
	text-align: left;
}

#head h1 span.small	{
	font-weight: normal;
	margin: 2em 2em 0 0;
	line-height: 1.6em;
}

#head h1 span.title {
	margin: 0 1em 0 0;
}



/* Content */

#content {
	clear: both;
	padding-bottom: 3em;
	margin-top: 2em;
	font-size: .95em;
}


#content  a:link,
#content  a:visited {
	padding: 0 .2em ;
	text-decoration: underline;
}


#content p {
	margin: 1em 0 1em 0;
}

#content ol,
#content ul {
	margin: 1em 0 1em 1.5em;
}

#content li,
#content p {
	line-height: 1.6em;}


#content blockquote,
#content q {
	margin: 1em 0 1em 1.5em;
	padding-left: 1em;
	border-left: .5em solid #c5c5c5;
}

#content table {
	margin: 1em 0 1em 1.5em;
	text-align: left;
	border-collapse:collapse;
}


#content th {
	padding: .25em;
	background: #e5e5e5;
	border: 1px solid #aaa;
}

#content td {
	padding: .25em;
	border: 1px solid #aaa;
}


#content img.left {
	float: left;
	margin: 0 .5em .5em 0;
}

#content img.rechts {
	float: right;
	margin: 0 0 .5em .5em;
}

/* Kommentare */


#content ol.commentlist {
	list-style: none;}

#content ol.commentlist li {
	padding: 1em;
	width: 90%;
	margin: 1em 0;
}


#content ol.commentlist li.alt { 
	border: 1px dashed #aaa;
}

#content ol.commentlist li.alt1 { 
	border: 1px dashed #555;

}

#content ol.commentlist li.author { 
	border: 1px dashed #ccc;
}

#content .comment-number {
	float: right;
	font-size: 1.6em;
	font-weight: bold;
}


/* Formulare */

#content form {
	margin: 2em 0 2em 3em;
	padding: 2em;
	max-width: 25em;
}

#content form fieldset {
	border: none;
}

#content form .text,
#content form textarea {
	padding: .15em;
	margin-bottom: 1em;
	font-size: 1em;
}


/* Footer */

#footer .copyright {
	border-top: 1px solid #000;
	margin-top: 1em;
	padding: .5em 0;
	font-size: .85em;
}





