#css-preloader{
	margin:-1px 0 0 0;
	padding:0;
	height:1px;
	overflow:hidden;
	visbility:hidden;
}

#css-preloader > img{
	height:1px;
	width:1px;
	visibility:hidden;
}

#logo {
	position: absolute;
	top: 140px; left: 80px;
	width: 120px;
	height: 121px;
}
	
#header {
	position: absolute;
	top: 140px; left: 220px;
	width: 600px;
	height: 121px;
}

#content {
	position: absolute;
	top: 270px; left: 220px;
	width: 600px; height: auto;
	background-color: #FFFFFF;
}

#sidebar {
	position: absolute;
	top: 140px;
	left: 840px;
	width: 240px;
	height: auto;
	background-color: #FFFFFF;
}

#ende {
	position: relative;
	top: 52px;
	background-color:#151515;
	left: -140px;
	width: 120px;
	height: 1px;
}
/* 2spaltiger Satz - Content*/
#text {
	margin-left:20px;
	-moz-column-count:2;
	-webkit-column-count:2;
	-moz-column-width:280px;
	-webkit-column-width:280px;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
}




/* Fußnote, Verwendete Programme*/
#abbinder {
	margin-left:20px;
	width:580px;
}

#cleaner {
	width:600px;
	height:30px;
}

#kontakt.text1 {
	width:280px;
	height:auto;
	float:left;
	margin-left:20px;
}

#kontakt.text2 {
	width:280px;
	height:auto;
	float:left;
	margin-left:20px;
}

#trenner {
	width:220px;
	height:1px;
	background-color:#151515;
	margin-left:20px;
	margin-top:5px;
}


h1 {
	color: #151515;
	font: 22px/22px georgia;
	text-decoration: none;
	vertical-align: baseline;
	margin-left:20px;
}


/* Headline News*/
h5  {
	color: #151515;
	font: 13px/13px Georgia;
	font-style:normal;
	text-decoration: none;
	vertical-align: baseline;
	text-align: left;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:-5px;
}

/* Copy News*/
h6  {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
	text-align: left;
	margin-left:20px;
	margin-top:0px;
}





/* Copyformatierung*/
p  {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
	text-align: justify;
}

p.kontakt  {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}


p.news  {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: normal;
	text-decoration: none;
	vertical-align: baseline;
	text-align: left;
	margin-left: 20px;
}

address {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

/* Links*/
a:link     {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: none
}

a:hover {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	text-align: left;
	text-transform: none
}

a:active {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	text-align: left;
	text-transform: none
}

a:visited {
	color: #151515;
	font: 11px/15px Georgia;
	font-style: italic;
	text-decoration: line-through;
	text-align: left;
	text-transform: none;
	font-weight: bold;
}