/* @override http://cetik.it42.de/style.css */

body {
	margin-left: 98px;
	margin-right: 10%;
	margin-top: 1%;
	color: rgb(75,75,75);
	font-family: sans-serif;
}

tt {
	font-size:14px;
}


h1 {
	color: rgb(120,120,120);
	text-align: center;
}

h3 {
	margin-top: 1.8em;
	color: black;
}

td.spalte1 {
	border-right: 1px solid gray;
}


.bildgalerie {
	background-color: rgb(200,200,200);
	color: black;
	padding: 10px;
	padding-left: 4px;
	padding-right: 4px;
	width: 140px;
}

.einzelbild {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-family: Geneva, Verdana, Arial, sans-serif;
	width: 128px;
	margin: 2px;
	padding: 2px;
	border: 1px solid white;
}

img.galerie {
	border: 0;
}

dt {
	font-weight: bold;
}

a:link { color: rgb(40%,40%,40%); text-decoration: underline;}
a:visited { color: rgb(40%,40%,40%); text-decoration: none; }
a:hover {color: rgb(40%,40%,40%); text-decoration: none;}
a:active {color: black; text-decoration: underline;}

p {
	max-width: 35em;
	margin-top:0.2em;
	padding-top:0;
	line-height: 110%;
	font-size: 90%;
}

ul li {
	font-size: 90%;	
}