﻿@charset "utf-8";
/* CSS Document */

/*
<div id="container">
			<div id="cont_data">
						<div class="img" id="img_01">
						</div>
						<div class="ue_data" id="ue_01">
									<p>Hier steht der Text für die Überschrift.</p></br>
						</div>
						<div class="txt_data" id="text_01">
									<p>Hier steht der Fließtext. Es kann sein, daß die Containerhöhe angepasst werden soll: von AUTO auf PIXELGRÖSSE.</p>
						</div>
			</div>
			<div id="cont_btn">
						<div class="btn" id="btn_01">
						</div>
			</div>
</div>
*/

#container {
		margin: 0 auto;
		width: 1860px;
		height: auto;
		background-color: rgba(0, 0, 0, 0.2);
		border: #bd0e08 2px solid;
		border-radius: 0px 10px 30px 10px;
		color: #ffffff;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		padding: 20px;
}

.img {
		position: relative;
		width: 600px;
		height: 450px;
		margin: 20px;
		margin-left: 0px;
		margin-top: 0px;
		float: left;
		background-size: 100% auto;
		background-repeat: no-repeat;
}

.ue_data {
		position: relative;
		font-size: 18px;
		font-weight: bold;
}

.txt_data {
		position: relative;
		font-size: 18px;
}

#text_01 li {
		margin-left: 20px;
}

@media only screen and (max-width: 1899px) {
			.reframe { max-width: 1899px }

#container { 
		width:1500px;
}

.ue_data {
		font-size: 16px;
}

.txt_data {
		font-size: 16px;
}

}

@media only screen and (max-width: 1599px) {
			.reframe { max-width: 1599px }

#container { 
		width:1190px;
}

.img {
		width: 500px;
		height: 375px;
}

}

@media only screen and (max-width: 1279px) {
			.reframe { max-width: 1279px }

#container {
		width: 950px;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 20px;
}

.ue_data {
		font-size: 14px;
}

.txt_data {
		font-size: 14px;
}

.img {
		width: 400px;
		height: 300px;
}

}

@media only screen and (max-width: 1023px) {
			.reframe { max-width: 1023px }

#container {
	width: 735px;
}

.ue_data {
		font-size: 12px;
}

.txt_data {
		font-size: 12px;
}

.img {
		width: 350px;
		height: 263px;
}

}

@media only screen and (max-width: 799px) {
			.reframe { max-width: 799px }

#container {
	width: 580px;
}

.ue_data {
		font-size: 11px;
}

.txt_data {
		font-size: 11px;
}

.img {
		width: 250px;
		height: 188px;
}

}

@media only screen and (max-width: 639px) {
			.reframe { max-width: 639px }

#container {
	width: 420px;
}

.img {
		width: 200px;
		height: 150px;
		margin-bottom: 10px;
}

}

@media only screen and (max-width: 480px) {
			.reframe { max-width: 480px }

#container {
	margin: 0 auto;
	width: auto;
	height: auto;
	margin: 20px;
}

.ue_data {
		font-size: 14px;
}

.txt_data {
		font-size: 14px;
}

.img {
		margin: 0 auto;
		float: none;
		margin-bottom: 20px;
}

}

/* CSS Document 2, Bilderspezifisch */

#img_01{
		background-image: url(img_8x6.jpg);
}