body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color: #FFFFFF;
	color: #000000;
}

body,td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

img { border:0; }

.border { border:1px solid #000000; }

.titel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}
.titel a {
	text-decoration:none;
	color:#000000;
}
.titel a:hover {
	text-decoration:underline;
	color:#000000;
}

/* =============
Links
============= */

a {
	color: #c08c5a;
	font-weight:bold;
}
a:hover {
	color: #916438;
}


/* =============
Sprachauswahl/Menü
============= */

.menu {
	margin-right:10px;
}
.menu a {
	background:#e8e8e8;
	display:block;
	padding:5px;
	border-bottom:4px;
	border-bottom-color:#e8e8e8;
	border-bottom-style:solid;
}
.menu a:hover {
	background:#cccccc;
	border-bottom:4px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}
.menu a#selected {
	padding: 5px;
	background:#cccccc;
	border-bottom:4px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}
.menu a#selected {
	color:#000000;
	text-decoration:none;
}

/* =============
Überschriften
============= */

h1 {
	font-size:24px;
	display:inline;
}

h2 {
	font-size:18px;
	display:inline;
}

h3 {
	margin-left:25px;
	font-size:14px;
	display:inline;
	font-weight:bold;
}

/* =============
Listen
============= */

ul li {
	list-style-type: square;
	color: #000000;
	line-height: 20px;
}

/* =============
Bilderauswahl
============= */

.imgbox {
	padding-bottom:10px;
}
.imgbox#left {
	padding-right:10px;
}
.imgbox a {
	padding:10px;
	display:block;
	background:#e8e8e8;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	height:96px;
	border-bottom:4px;
	border-bottom-color:#e8e8e8;
	border-bottom-style:solid;
}
.imgbox a:hover {
	background:#cccccc;
	color:#000000;
	border-bottom:4px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}
.imgbox img {
	margin-right:10px;
}
.imgbox a span {
	color:#c08c5a;
	font-weight:bold;
	text-decoration:underline;
}
.imgbox a:hover span {
	color:#916438;
}
