﻿/* small entspricht in etwa 12px */
body 
{
	background-color:#222222;
	font-size: small;
	font-family: Arial;
	height: 100%;
	color: White;
}


a
{
	text-decoration: none;
	color: #999999;
}

/* alle gedrückten Links */


a:hover
{
	text-decoration: underline;
	color: #999999;
}



/* Mitte */	
/* oben, rechts, unten, links */
/* Gesamter Bereich der Mitte */
.PageMitte 
{
	padding: 15px 15px 15px 15px;
	margin: 15px 15px 15px 15px;
}

/*Format Tumbnail */
.photo-border
{
	border: 3px solid #999999;

}
/*Format des Img*/
.photo-border-grau
{
	padding: 6px;
	background-color: #999999; 
}
/*Format der Tabelle*/
.photo-border-weiss-grau
{
	border: 3px solid #999999;
}


/* Tabellenformatierungen */

.breite5
{
	width: 5%;
}
.breite10
{
	width: 10%;
}

.breite15 
{
	width: 15%;
}
.breite20
{
	width: 20%;
}
.breite25
{
	width: 25%;
}
.breite30
{
	width: 30%;
}
.breite35
{
	width: 35%;
}
.breite50
{
	width: 50%;
}
.breite65
{
	width: 65%;
}
.breite70
{
	width: 70%;	
}
.breite100
{
	width: 100%;
}
/*width: 261px;*/
.breite261px
{
	width: 261px;
}
.breiteAuto
{
	width: auto;
}
.hoehe100
{
	height: 100%;	
}
.center
{
	text-align:center;
}

.unsichtbar
{
	width: 0px;
	height: 0px;
	border-width: 0px;
	
}
