/* {
	background: #ffffff;
	color: #000000;
}*/

a:link, a:visited, a:hover, a:active, a:focus {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}

/*Der Selektor E[foo^="bar"] validiert nicht gegen CSS2, entspricht aber der CSS3 W3C Candidate Recommendation <http://www.w3.org/TR/css3-selectors/> */
a[href^="http://"]:before {
	content: "";  
}

/*Der Selektor E[foo^="bar"] validiert nicht gegen CSS2, entspricht aber der CSS3 W3C Candidate Recommendation <http://www.w3.org/TR/css3-selectors/>*/
a[href^="http://www.dciwam.de/"]:before {
	content: "";   
}

a[href^="#oben"] {
	display: none;
}
abbr, acronym {
	border-bottom: 1px dotted #808080;
	cursor: help;
}

address {
	border-top: #808080 1px dotted;
	margin-top: 2em;
	padding-top: 1em;
}

body{
	background: #ffffff none;
	font-family: sans-serif;
	margin: 0 0 0 0;
}

br.all {
	clear: both;
}

code {
	background: #ffffff none;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 105%;
	font-weight: normal;
}

dd {
	padding-bottom: 1em;
}

div#head #logo {
	background: transparent none;
	color: #666666;
	font-family: "Courier New", monospace;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div#head #logo a {
	background: transparent none;
	color: #666666;
	text-decoration: none;
}

div#head form input{
	margin-top: 1em;
}

dt{
	font-weight: bold;
	margin-top: 0.4em;
	padding-bottom: 1em;
}

fieldset {
	border: none;
	float: right;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 1.6em;
	font-weight: 400;
	margin: 1em 0 0 0;
}

h1, h2, h3, h4 {
	background: transparent none;
	color: #000000;
	font-weight: 400;
}

h2{
	font-size: 1.4em;
	margin-top: 1.5em;
	margin-bottom: 0;
}

h3{
	font-size: 1.2em;
}

img {
	border: none;
}

li{
	margin: 0.5em;
}

pre{
	background: #ffffff none;
	border: 1px dotted #000000;
	color: #000000;
	display: block;
	font-family: monospace;
	overflow: hidden;
	padding: 0.2em;
}

ul, ul ul, ul ul ul {
	list-style-type: circle;
}

.autor {
	border-top: 1px dotted #000000;
	font-style: italic;
	margin-top: 2em;
	padding-top: 1em;
}

.bild-rechts {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

.buchautor {
	font-weight: normal;
}

.frage {
	background: transparent none;
	color: inherit;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.logo {
	background: transparent none;
	color: #666666;
	font-family: "Courier New", monospace;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content {
	background: #ffffff none;
	border-right: 0px none #ffffff;
	float: left;
	margin: 0.3em 0 0.3em 0;
	padding: 0.3em 1% 1em 1%;
	width: 100%;
	margin: 0 0 0 0;
}

#head {
	display: none;
}

#menu {
	display: none;
}

#menu a {
	font-size: 90%; /*margin: 0.3em 0 0 1em;*/
}

#menu a:link {
	background: transparent none;
	color: #000099;
	text-decoration: none;
}

#menu a:visited {
	background: transparent none;
	color: #666666;
	text-decoration: none;
}

#menu a:hover {
	background: #fff2bf none;
	color: #0000bb;
	text-decoration: none;
}

#menu a:active, #menu a:focus {
	background: #ffdf5e none;
	color: #000000;
	text-decoration: none;
}

#menu li {
	list-style: none none;
}

#menu li li {
	list-style: disc none;
}

#menu ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}

#menu ul ul {
	font-size: 85%;
	list-style: disc none;
	margin: 0;
	padding: 0 0 0 1em;
}

#unten {
	/*clear: both;*/
	text-align: right;
}
