* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: Times New Roman, Times, serif;
}

a img {
	border-style: none;
}

/* INDEX linke Seite */

#left {
    float: left;
	width: 50%;
	height: 100%;
	background-color: #00436f;
	font-family: Times New Roman, Times, serif;
	color: #80a1b7;  
	font-size: 0.9em;
	line-height: 1.6em;
	overflow: hidden;
}

#left a {
	text-decoration: none;
	color: #ffffff;
}

#left-content {
	clear: both;
	height: 20em;
	position: relative;
	top: 50%;
	text-align: center;
	margin-top: -10em;
	width: 100%;
}

/* INDEX rechte Seite */

#right {
	float: right;
	margin: 0px;
	width: 49.9%;
	height: 100%;
	background-color: #ffffff;
	font-family: Times New Roman, Times, serif;
	color: #000000;  
	font-size: 14px;
	line-height: 1.6em;
}

#right a {
	text-decoration: none;
	color: #000000;
}

#right-content {
	min-width: 0px;
	clear: both;
	height: 350px;
	position: relative;
	top: 50%;
	margin-top: -175px;
	text-align: center;
	width: 100%;
}