*
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
	}

iframe
	{
		border: 0;
		height: 100%;
		width: 100%;
	}

img
	{
		margin: 0;
		padding: 0;
		border: 0px;
	}

a
	{
		text-decoration: none;
	}

h1
	{
		padding: 0;
		/*text-align: center;*/
		margin: 0;
		font-size: xx-large;
		font-weight: bold;
	}

h2
	{
		padding: 0;
		text-align: center;
		margin: 0;
		font-size: x-large;
		font-weight: bold;
	}

.main
	{
		padding: 0;
		margin: 0;
	}

.maintable
	{
		margin: 0px;
		padding: 0px;
		border-spacing: 0px;
		border: solid 5px #ffffff;
		position: absolute;
		width: 100%;
		height: 100%;
		/*border-collapse: collapse;*/
	}
	
.logobar
	{
		background-image: url(../img/kirschblueten.png);
		background-repeat: repeat-x;
		height: 100px;
		background-color: #f5c1ce;
		white-space: nowrap;
		border: solid 2px #f5c1ce;
	}
	
.menubar
{
	height: 22px;
	width: 100%;
	background-color: #f5c1ce;
}

.titlebar
{
	height: 30px;
	width: 100%;
	border: solid 2px #f5c1ce;
	background-color: #ffffff;
}

.mainbar
{
	vertical-align: top;
	width: 100%;
	height: 400px;
	border-left: solid 2px #f5c1ce;
	border-right: solid 2px #f5c1ce;
	border-top: 0;
	border-bottom: 0;
	background-color: #ffffff;
}

.spacebar
{
	height: 5px;
	border-left: solid 2px #f5c1ce;
	border-right: solid 2px #f5c1ce;
	border-top: 0;
	border-bottom: 0;
}

.footerbar
{
	height: 50px;
	max-height: 50px;
	border: solid 2px #f5c1ce;
}

.welcomebox
{
	text-align: center;
	width: 100%;
}

