table
{
	width: 100%;
}

#content
{
	float: left;
	left: 10px;
	width:520px;
	overflow: hidden;
}
#content ul
{
	list-style-type: square;
	list-style-image: url(../images/trenner.gif);
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	padding-left: 14px;

}
#content li
{
	padding-left: 0px;
	margin-bottom: 2px;
}


h1.title
{
	margin-top: 0px;
	margin-bottom: 20px;
}

div.bigimage
{
	margin-bottom: 10px;
}
div.leftcolumimage
{
	margin-bottom: 20px;
}

/* inhalt text */
div.bodytext
{
	margin-bottom: 20px;
}

/*inhalt linke spalte */
div.columnLeft
{
	float: left;
	width: 360px;
}

div.columnLeftimage
{
	width: 360px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*inhalt rechte spalte */
div.columnright
{
	float: left;
	width: 160px;
}

div.rightEntry
{
	padding-left: 10px;
	padding-bottom: 6px;
}
div.rightEntry a
{
	font-size: 10px;
}


div.rightEntry p.galleryLink
{
	padding-left: 12px;
	background-image: url(../images/icons/iconGAL_red.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
}

div.rightEntry p.fileLink
{
	padding-left: 12px;
	background-image: url(../images/icons/iconFIL_red.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
}

div.rightEntry p.externLink
{
	padding-left: 12px;
	background-image: url(../images/icons/iconEXT_red.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
}

div.rightEntry p.internLink
{
	padding-left: 12px;
	background-image: url(../images/icons/iconINT_red.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
}

div.columnLefta
{
	float: left;
	width:45%;
}
div.columnLeftb
{
	float: left;
	width:50%;
}
/* newsteaser */
div#newsteaser
{
	/*margin-top: -2px;*/
	
	
}
div#newsteaserCont
{
	border: 1px dashed #d8d8d8;
	border-top:0px;
	padding: 8px;
}
div#newsteaser div.calendarTeaserEntry
{
	padding-top:8px;
}
div#newsteaser p.date
{
	font-weight: bold;
}

/* form sachen */
form
{
	padding: 0px;
	margin: 0px;
}
input
{
	position: absolute;
	left: 20px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 17px;
	border: 1px solid #b5b4af;
	background-color: #fdfdfc;
}
.searchbut
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 17px;
	height:17px;
	float: left;
	border: 0px;
	background-color: transparent;
}
