﻿* {
	margin: 0;
}

html,body  {
	height: 100%;
	font-family: Calibri, Arial, Helvetica;
	font-size: 13px;
	background-image: url(../images/backgr.jpg);
	margin: 0;
	padding: 0;
}


a {
	text-decoration: none;
}

table.center {
	margin-left: auto;
	margin-right: auto; 
	border-spacing:0px;
}
td	{
	text-align: left;
}

sup {
	font-size: 10px;
}
.rahmenbilder
	{
	position: relative;
	float: left;
	height: 167px;
	width: 167px;
	margin: 10px;
	background-size: 167px 167px;
	}
.profilbild
{
	position: relative;
	float: right;
	height: 45px;
	width: 45px;
	margin: 2px;
	background-size: 45px 45px;	
}
.profiltext
{
	position: relative;
	margin-left: 5px;
	margin-top: 5px;
	clear: left;
	float:left;
	height: 20px;
	width: 110px;
		
}

/* ---------------------------------- HTML Top-Tags - ENDE ------------------------------- */

#top {
	float: left;
	width:1px;
	height: 50%;
	margin-top: -250px;

}

#maincontainer {
	clear: left;
	width: 400px;
	height: 500px;
	margin: auto; /* horizontale Zentrierung */
	border: 2px solid #F0D077;
	background-color: white;
}
#innershade {
	width:398px;
	height: 498px;
	border: 1px solid lightgray;
}

.opening {
	width: 325px;
	margin: 22px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	clear: left;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid lightgray;
	padding-bottom: 20px;
	width:80%;
	height: 110px;
	background-image: url(../images/logoweb.jpg);
	background-size: auto 90px;
	background-repeat: no-repeat;
	background-position: center center;
}