/* DATEI: drhinner.css 
 * Globale Eigenschaften der Webpräsenz
 * Design erstellt von Benjamin Radel 
 * nach der Vorlage des alten Designs */

body { background-color:#FFF7DE; }

.name {
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	text-align:left;
}

.txt {
	font-family:Arial,Helvetica,sans-serif;
	text-align:left;
	margin-right:10%;
	margin-left:10%;
	margin-bottom:20px;
}

.bild {
	height:200px;
	float:left;
	margin-right:8px;
}


.inhalt{
	position:static;
	margin-left:200px;
	/*border:solid 1px red;*/
}
div.menu a:link {
	color:#663300;
}
div.menu a:visited {
	color:#663300;
}
div.menu a:hover {
	color:#663300;
	text-decoration:none;
}
div.menu a:active {
	color:#663300;
}

#menu {
	position:absolute;
	top:0px;
	left:10px;
	width:200px;
	height:600px;
	text-align:left;
	font-size:16px;
	color:#663300;
	/*border:solid 1px blue;*/
}

h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,i {
 color:#663300; 
}

h1,div {
	text-align:center;
}

h1,div,a {
	font-family:Arial,Helvetica,sans-serif;
}

/*abbr{
	border-bottom:none;
}*/

a:link {
	color:#990000;
}
a:visited {
	color:#990000;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
a:active {
	color:#990000;
}


h1 {
	color:#990000;
	margin-top:38px;
}

h2 {
	margin-top:0px;
}
dt {
	font-weight:bold;
}
