@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
#container_01 {
	width: 1024px;
}
#container_02 {
	background-color: #00513c;
	height: 600px;
	width: 230px;
	float: left;
}
#container_03 {
	float: left;
	height: 600px;
	width: 750px;
	background-image: url(../images/frau_in_rot.jpg);
	background-repeat: no-repeat;
}
#container_text_01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 310px;
}
#container_text_02 {
	margin-top: 230px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}
#container_image_01 {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 30px;
}
.bg_frau_in_rot {
	background-image: url(../images/frau_in_rot.jpg);
	background-repeat: no-repeat;
}
.reg_text {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
