/* -------------------------------
	FARBEN
	
	body hg		#000
	body font	#FFF
	font gelb	#D8D900
	font rot	#C52031
	
------------------------------- */


/* -------------------------------
	INCLUDES
------------------------------- */
@import url("header.css");
@import url("menu-left.css");
@import url("content.css");
@import url("formulare.css");
@import url("wetter.css");
@import url("shop.css");

/* -------------------------------
	FLOATING
------------------------------- */
.stopfloat
	{
	clear: both;
	}

/* -------------------------------
	OBJEKTE
------------------------------- */
.tx-weeaarskype-pi1 a
	{
	text-decoration: none;
	border: none;
	}

.sprachwahl
	{
	margin: 20px 0;
	}
	.sprachwahl a IMG
		{
		border: none;
		}
	.sprachwahl a
		{
		border: none;
		font-size: 80%;
		}

.copyright
	{
	font-size: 10px;
	text-alogn: right;
	float: right;
	}
	.copyright a
		{
		text-decoration: none;
		border: none;
		color: white;
		}


/* -------------------------------
	CONTAINER
------------------------------- */
body
	{
	background-color: #000;
	background-image: url("../../fileadmin/layout/body_hg_streifen.jpg");
	background-repeat: repeat-x;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0px;
	}

.total
	{
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0;
	}
	
	.total_pos
		{
		width: 900px;
		margin: 0 auto;
		}
	
/* -------------------------------
	HINTERGRUND
------------------------------- */
.korallenhg
	{
	margin-top: 20px;
	width: 527px;
	height: 970px;
	float: right;
	background-image: url("../../fileadmin/layout/body_koralle_01.png");
	background-repeat: no-repeat;
	}
