﻿@import url("formatierung.css");
*{
	margin: 0px;
}

body
{
    height: 100%;	
	background-color:#19396d;
	background-image:url(images/hintergrund.gif);
	background-repeat: repeat-x;
	margin:0px;
}

/* wichtig, um im Editor die Anzeige des Hintergrundbildes zu unterdrücken: */
body #content, .mceContentBody {
	background-color:#FFFFFF !important;
	background-image:none !important;
}

.mceContentBody {
	margin:0px !important;
	height:100%;
}


#container{
	width:1000px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
	background-image:url(images/hg_content_shadow.jpg);
	background-repeat:repeat-y;
	float:none;
	position: relative;
	min-height: 1100px;  /* Maximale Höhe auf allen Bildschirmen */
	height: auto !important;
	height: 100%;
}

#title {
	height:183px;
	padding:0px;
	background-color:#ffffff;
	margin: 0px 0px 30px 0px;
}
#content {
	background-color:#ffffff;
	width:650px;
	float:left;
	margin: 10px 0px 0px 25px;
}

#right {
	background-color:#fff;
	width:210px;
	float:right;
	margin: 0px 20px 0px 0px;
}
//--></style>