*
{
	margin:0px;
	padding:0px;
}
html {
	overflow: scroll;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

div {
	position: relative;
	top: 0px;
	left: 0px;
}

/* Titelleiste*/
.wrapper 
{
    margin: 0px auto;
    margin-top: 0px;
	width: 980px;
	padding-top: 68px;
	
	border-left: 1px solid #19378C;
	border-right: 1px solid #19378C;	
	
	background-position: top left;
	background-image: url("../Images/Titelkopf.png");
	background-repeat: no-repeat;
}

/* Slogan */
.slogan 
{
    margin: 0px auto;
    margin-top: 8px;
	width: 590px;
	
	padding-top: 180px;
	background-position: top left;
	background-image: url("../images/Slogan.png");
	background-repeat: no-repeat;
}

/* Bild Gebäude */
.gebaeude 
{
    margin: 0px auto;
    margin-top: 8px;
    margin-left:6px;
	width: 180px;
	padding-top: 180px;
	background-position: top left;
	background-image: url("../images/Gebaeude.png");
	background-repeat: no-repeat;
}

/* selber geschrieben */
.mainBorder 
{
    margin: 0px auto;
	width: 980px;
	padding-bottom: 6px;
	border-right: 1px solid #19378C;
	border-left: 1px solid #19378C;
	border-bottom: 1px solid #19378C;
}

#cleft {
	width: 196px;
	float: left;
}

#cmain {

}

#cright {
	width: 784px;
	float: left;
}

#topBox {
	height: 51px;
	border-bottom: 1px solid #19378C;
}

/* blauer vertikaler Balken rechts*/
.blindbox {
	width: 18px;
	height: 144px;
	float: left;
	background-color: #0f3b7a;
	margin-top: 8px;
}

#navigation {
	margin-top: 8px;
	width: 162px;
	float: left;
}

#navigation table {
	margin-left: 8px;
}

#header {
	height: 51px;
	 border-bottom: 1px solid #19378C;
	 
}

#languages {
	position: absolute;
	left: 21px;
	bottom: 0px;
	height: 24px;	
}
#languages a img, #topBox a img {
	display:inline;
}
.topBoxContent {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 24px;
	width: 155px;
	padding-left: 5px;
	background-color: #FFF;
	margin-left: 26px;
}

#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 26px;
	width: 281px;
	background-image: url();
}

#flashheader {
  position: absolute;
  padding-bottom: 10px;
  left: 0px;
  top: 0px;
	height: 170px;
	width: 590px;
	background-color: #FFF;
	z-Index: 9999;	
}

#pageImage {
	position: absolute;
	left: 600px;
	top: 0px;
	width: 175px;
	height: 170px;
	background-color: #Fff;
	z-Index: 9999;
}

#ccontent {
	margin-top: 8px;
	width: 784px;
  background-image: url(../images/main_background.png);
}

#main {
	width: 372px;
	margin-top: 180px;
	padding-top: 21px;
	padding-left: 22px;
	padding-right: 21px;
	padding-bottom: 21px;
	float: left;
	
}

#right {
	width: 151px;
	margin-top: 180px;	
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;	
	float: left;
}

#boxes {
	margin-top: 180px;
	width: 184px;
	padding-left: 10px;
  padding-top: 21px;	
	float: left;
}

.clear {
	clear: both;
}


