/* DATEI: merbeth.css */

body { text-align:left; margin-top: 0px; margin-bottom:0px; margin-left:0px; margin-right:0px; font-size:13px;}


p, ul, ol, li, td, th, address, blockquote { font-size:13px; }

h1 { color:#660000; font-size:20px;}
h2 { color:#660000; font-size:16px; font-weight:bold;}

td	{ color: #000000; font-family: Times,serif;  text-align: left; vertical-align: top; }

th 	{ 
	font-family:Arial,sans-serif;
	font-weight:bold; 
	background-color:#660000;  
	color:#FFC600; 
	text-align:left; 
	vertical-align: top;
}

center.frontpage a { 
	color: #262425; 
	text-decoration:none; 
	font-family:Arial,sans-serif;
	font-weight: bold;
}

/* ************************************************ */
/*  Layout der beiden Abschnitte Menu und Inhalt    */
td.menu { 
	background-color:#660000;
 	background-image:url('img/bg_left.jpg');
 	background-repeat:no-repeat;
 	background-position: 0px 0px;
	min-height:600px
}
div.menu {
	padding-top:120px;
	padding-left:90px;
	font-weight: bold;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
}
div.menu a { color: #FFC600; text-decoration:none; }
div.menu a:hover { color: #FFFFFF; text-decoration:none; }

td.content { 
	background-color:#D5B9B8;
 	background-image:url('img/bg_middle.jpg');
 	background-repeat:no-repeat;
 	background-position: 0px 0px;
	min-height:600px
}
div.content {
	padding-top:1px;
	padding-left:15px;
	padding-right:15px;
	color:#000000; 
}
div.content a { color: #660000; }
div.content b { color: #660000; font-family:Arial,sans-serif;}

td.signature { 
	background-color:##660000;
 	background-image:url('img/bg_right.jpg');
 	background-repeat:no-repeat;
 	background-position: 0px 0px;
	min-height:600px
}

/* ************************************************ */

img {
	border: 0px
}

/*         Bilder im Fließtext (Biografie)          */
.img_right img{
	margin-top: 2px;
	margin-left:6px;
	margin-right:2px;
 	float:right;
}
.img_left img{
	margin-top: 2px;
	margin-right:7px;
 	float:left;
}