﻿@charset "utf-8";
/* CSS Document */

* {
	border-style: none;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial;
}

/* Generell keine Ränder und Hintergrund weiss */

body {
	background-color: #030;
}

/* Inhalt */

.tabelle {
	width: 100%;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
}
.inhaltTabelle {
	background-color: #000;
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 10px;
	border-collapse: collapse;
	vertical-align: top;
}
.bestimmungFeld {
	background-color: #FFF;
	color: #060;
	padding: 10px;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}

.bestimmungKommtVon {
	color:#060;
	font-size: 20px;
	text-align: left;
}

.menuFeld {
	padding: 10px;
	font-size: 14px;
	width: 100%;
}

.titelFeld {
	padding: 10px;
	background-color: #063;
	font-size: 24px;
	width: 100%;
}

.nameLatein {
	font-style: italic;
	}
.artLatein {
	font-style: italic;
	}
.inhaltTabelle {
	background-color: #000;
	  padding: 10px;  
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
}

.bildtextFeld {
	padding-left: 10px;
	min-width: 300px;
	min-height: 250px;
	vertical-align: top;
	text-align: left;
}

.textListe {
	font-size: 14px;
	color: #999;
	list-style: disc;
	margin-left: 20px;
}

.bildFeld {
	background-color: #000;
 	width: 100%;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
	 color: #CCC;
}
 
.resultatFeld {
	background-color: #000;
 	width: 100%;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}

p { 
	border: 0; 
	padding-top: 0;
	padding-bottom: 10px;
	}

/* - Menulink - */

a.menulink:link {
	text-decoration: none;
	color: #9C9;
}
a.menulink:visited {
	text-decoration: none;
	color: #9C9;
}
a.menulink:active {
	text-decoration: none;
	color: #9C9;
}
a.menulink:hover {
	text-decoration: none;
	color: #3F0;
}
a.menulink:focus {
	text-decoration: none;
	color: #9C9;
}

/* - Artlink - */

a.artlink:link {
	text-decoration: none;
	color: #CCC;
}
a.artlink:visited {
	text-decoration: none;
	color: #CCC;
}
a.artlink:active {
	text-decoration: none;
	color: #CCC;
}
a.artlink:hover {
	text-decoration: none;
	color: #FFC;
}
a.artlink:focus {
	text-decoration: none;
	color: #CCC;
}
