/*Haupttageigenschaften*/

html {  
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0 1.5em 1em 1em;
	background-color:#ffffff;
	color: black;
}

/*Die Mitte*/

#mitte {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	min-width: 500px;
	min-height: 300px;
	margin: 10px 0 0 0;
	padding: 0px 10px 0px 10px;
	background-color:white;
	color:black;
}

#mitte a:link {text-decoration: underline; color:black;}
#mitte a:visited {text-decoration: underline; color:black;}
#mitte a:hover {text-decoration: underline; color:red;}
#mitte a:active {text-decoration: underline; color:black;}

#mitte a.titel:link {text-decoration: none; color:white;}
#mitte a.titel:visited {text-decoration: none; color:white;}
#mitte a.titel:hover {text-decoration: none; color:red;}
#mitte a.titel:active {text-decoration: none; color:white;}

#mitte a.ohne:link {text-decoration: none; color:black;}
#mitte a.ohne:visited {text-decoration: none; color:black;}
#mitte a.ohne:hover {text-decoration: none; color:blue;}
#mitte a.ohne:active {text-decoration: none; color:black;}

/*Alles was zum den Rahmen gehört*/

#rahmen {
	text-align: center;
	border: 8px groove #000077;
	font-family: Arial Unicode MS, helvetica, humanist, sans-serif;
	padding: 0 0 20px 0;
	margin: 20px 30px 0 30px;
}

#rahmen table {
	font-family: helvetica, verdana, sans-serif;
	font-size: 10pt;
	background-color: black;
}
#rahmen table.auto {
	margin: 20px auto 0 auto;
	border: 4px groove #000077;
}
#rahmen table.least {
	margin: 20px 10px 0 10px;
	border: 4px groove #000077;
}

#rahmen table.partien {
		font-family: verdana, helvetica, sans-serif;
		font-size: 10pt;
		border-width: 0;
		width: 100%;
		background-color: yellow;
		color: black;
		text-align: left;
}

#rahmen table.w500 {
	width: 500px;
}

#rahmeneintrag {
	text-align: center;
	border: 4px groove #000077;
	font-family: Arial Unicode MS, helvetica, humanist, sans-serif;
	margin: 20px 100px 0 100px;
}

#rahmencaption {
	background-color: #000077;
	color: white;
	position: relative;
	float: center;
	font-weight: bold;
	font-size: 18pt;
}

#tag {
	text-align:left;
	background-color: #000077;
	color: white;
	padding: 2px 0 2px 5px;
	position: relative;
	float: left;
	font-weight: bold;
}

#verweis, #zeit {
	text-align:right;
	background-color: #000077;
	color: white;
	padding: 2px 5px 2px 0;
	font-weight: bold;
}

#verweis a:link {text-decoration: none; color:white;}
#verweis a:visited {text-decoration: none; color:white;}
#verweis a:hover {text-decoration: none; color:red;}
#verweis a:active {text-decoration: none; color:white;}

#notiz {
	text-align: left;
	background-color: #b2b2d6;
	color: black;
	padding: 2px 0 2px 5px;
}

#eintrag {
	background-color: white;
	color: black;
	float: top;
	padding: 2px 0 2px 0;
}

#texteintrag {
	text-align:justify;
	background-color: white;
	color: black;
	float: top;
	padding: 2px 2px 2px 2px;
}

/*Tabelleninterna*/
.r_border {
    border-right-width:2px; 
	border-right-style:solid;
}
.l_border {
    border-left-width:2px; 
	border-left-style:solid;
}
tr {
	height: 20px;
}
tr.haupt {
	background-color: #b2b2d6;
	color: black;
    vertical-align:middle;
	font-family: Arial, sans-serif;
}
tr.neben {
	background-color:white;
	color:black;
	font-family:Verdana, sans-serif;
	vertical-align:middle;
}
tr.marked {
	font-family: verdana, sans-serif;
	background-color:white;
	color: black;
	font-weight:bold;
}
col.longname {
	width:250px;
}
col.name {
	width:150px;
}
col.float {
	width:48px;
}
col.integer {
	width:30px;
}
td.toolong {
   font-size:8pt;
}
td.marked {
	background:#b2b2d6;
}	
th.marked {
	background:#b2b2d6;
}	

/*Sonstiges*/
.canmerkung {
	text-align:center;
	font-size: 8pt;
}
.subtitle {
    font-size: 15pt;
	font-weight: bold;
	text-align:center;
}
.title {
    font-size: 18pt;
	font-weight: bold;
	text-align:center;
}
.h28 {
	height:28px;
}
.h35 {
	height:35px;
}
.left {
	text-align: left;
}
.logoBig {
    width:228px; 
	height: 250px;
}
.ranmerkung {
	text-align:right;
	margin-right: 20px;
	font-size: 8pt;
}
.right {
	text-align: right;
}
.w800 {
	width: 800px;
}
.w25 {
	width: 25px;
}
