﻿
/* *** Stildefinitionen fuer die MHDBDB, August Mayer, 2002 */

/* - HTML-Stile */

body,table,tr,td { 
	font-family:"Book Antiqua","Palatino Linotype",serif; 
	font-style:normal;
	line-height:120%;
	}

/* needed for Internet Explorer and line-height */
font {
	line-height:120%;
	}
	
h1,h2,h3,h4,h5,h6 { 
	font-family:"Trebuchet MS",Zurich,"Lucida Sans Unicode",Verdana,sans-serif; 
	font-style:normal;
	line-height:130%;
	}

body { 
	background-image:url(img/background.jpg);
	padding-right:2%;
	padding-left:3%; 
	margin-top:20px;
	}

dt {
	font-weight:bold;
	}

a:link { color:#4B250B; }

a:visited { color:#7B2A0F; }

a:hover { color:#C0522D; }

a:active { color:#CD853F; }

th {
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	}

th,td {
	padding:3px;
	}

/* - Allgemeine Stile */

.pic {
	padding:10px;
	border-width:0px;
	}

/* - Spezielle Stile */

#titlebox {
	text-align:center; 
	padding:10px;
	margin-right:320px;
	border:2px solid #EBD5A3;
	}

#titlebox2 {
	text-align:center; 
	padding:10px;
	margin-right:50px;
	margin-left:50px;
	border:2px solid #EBD5A3;
	}

#logo-text {
	margin-bottom:10px;
	}

/* - Text-Formatierungen */

.text-kuerzel {
	font-size:xx-large;
	line-height:120%; 
	}

.first-letter {
	font-size:large;
	line-height:120%;
	}

