﻿body 
{
	/* small entspricht in etwa 12px */
	font-size:1.0em;
	font-family: Arial;
	height: 100%;
	color: Black;
	/* background-color:#fff7e4; */
	background-image:url(images/hintergrund_II.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
}
a
{
	text-decoration: none;
	color:#5b5a57;
}

/* alle gedrückten Links */
a:hover
{
	text-decoration: underline;
	color: #5b5a57;
}
.LogInInformation
{
	color: #5b5a57;
}

/* Mitte */
.PageMitte /* Gesamter Bereich der Mitte */
{
	/* oben, rechts, unten, links */
	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 */

.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%;
}
.breite261px
{
	/*width: 261px;*/
	width: 261;
}
.breiteAuto
{
	width: auto;
}
.hoehe100
{
	height: 100%;	
}
.center
{
	text-align:center;
}


