html,body {
	background-color: #f2f2f2;
	height: 100%;
	margin: 0px;
	padding:0px;
	font-family: "Lucida Sans", sans-serif;
	font-size: 16px;
}

a {
	color:#ffffff;
}


/* Hellblauer Bereich links*/

#linkeseite {
	background-color: #697A9F;
	color: #ffffff;
	height: 95%;
	width: 50%;
	float: left;
	padding: 0 1% 0 0;
	overflow: auto;
}

#personaldaten {
	text-align: right;
	float: right;
	position: relative;
	top: 40%;
	width: 100%;
}

#homelink, #homelink a {
	margin-bottom:0px;
	text-decoration:none;
}

#mailform {
	padding-top: 10px;
	font-size: 14px;
}
#email-text,#email-mail,#email-button {
	width: 250px;
	padding: 0;
	display: inline-block;
	border: 0;
}
#email-text {
	height: 100px;
}


/* Rechte Seite Start */

#inhalte {
	height:100%;
	width: 48%;
	float: right;
	padding: 0 0 0 1%
}

#links{
	position: relative;
	top:	45%;
}

.linkout {
	width: 300px;
}

/* Exklusiv Login etc. */

#exklusiv_container {
	top:30%;
	position: relative;

}

#ex_login, #ex_reg {
	border-width: 5px 0px 5px 5px;
	border-radius: 20px 20px 0 0;
	border-style: solid;
	border-color: #697A9F;
	float:left;
	width: 115px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 0px;
}

#ex_reg {
	border-right-width: 5px;
}

#ex_login a, #ex_reg a {
	color: #697A9F;
	cursor: pointer;
}

.aktiv {
	font-weight: bold;
	background-color: #ffffff;
	height: 35px !important;
	border-bottom-width: 0px !important;
	border-bottom-color: #ffffff !important;
}
.passiv {
	font-weight: normal;
	background-color: #f2f2f2;
	height: 30px !important;
	border-bottom-width: 5px !important;
	border-bottom-color: #697A9F !important;
}
.passiv a:hover{
	font-weight:bold;
}

#exklusiv{
	width: 235px;
	background-color: #ffffff;
	border: 5px solid #697A9F;
	border-width: 0px 5px 5px 5px;
	border-radius: 0 0 20px 20px;
	padding: 0;
	clear: both;
	font-size: 12px;
}

#img_exklusiv {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-top: 10px;
}

#ex_form_login,#ex_pwvergessen,#ex_form_reg {
	padding: 10px;
	display: none;
	
}

#error_msg1, #error_msg2, #error_msg3 {
	color: #dd0000;
	padding: 5px 0 0 0;
	display: none;
}

.ex_input {
	border: 1px solid #aaaaaa;
	width: 100%;
	margin-top: 5px;
	padding: 0px;
	font-size: 16px;
}

#button_login {
	border: 1px solid #697A9F;
	background-color: #697A9F;
	width: 100%;
	height: 25px;
	margin-top: 5px;
	color: #ffffff;
	font-size: 16px;
}

#pw_vergessen, #pw_vergessen a {
	color: #697A9F;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	cursor: pointer;
}
/* Untere Zeile */

#fuss {
	background-color: #697A9F;
	vertical-align: bottom;
	text-align: right;
	float: right;
	font-size: 12px;
	color: #f2f2f2;
	height: 5%;
	width: 50%;
	float: left;
	padding-right: 1%;
}


/* Responsive design fuer Smartphone etc. */

@media only screen and (max-width: 750px) {
	#linkeseite,#inhalte,#fuss,#exklusiv_container {
		height:auto;
		width:90%;
		float:left;
		padding: 5%;
	}
	#email-text,#email-mail,#email-button {
		width: 100%;
	}
	#inhalte {
		text-align: center;
	}
	.linkout {
		max-width:90%;
	}
	#exklusiv_container {
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	#exklusiv_container_innen {
		min-width:250px;
		max-width:250px;
		display: inline-block;
  }
}