
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: 157px;
}

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;
}


/* for pin archive only */
p.pin_archive_navigator {
	padding: 4px 0px 3px 8px;
	color:white;
}
div.pin_archive_all {
	background-color: #4e7d91;
	margin-top: 1px;
}
div.pin_archive_all a {
	color: white;
}
div.pin_archive_all a.active {
	text-decoration: underline;
}
div.pin_archive_entry h4
{
	margin-left: 8px;
	padding-left: 12px;
	background-image: url(../images/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:white;
	font-weight: normal;
	margin:0px 0px 0px 8px;
	font-size: 9px;
}
div.pin_archive_entry p, div.news_archive_entry p {
	padding: 0px 8px 8px 8px;
	line-height: 12px;
}
div.pin_archive_entry img, div.news_archive_entry img {
	padding: 0px 0px 8px 8px;
	margin-top: -2px;
}


div.pin_archive_container {
	width: 390px;
	float:left;
	
}
div.pin_archive_entry {
	padding-top: 8px;
	float:left;
	margin-right: 1px;
	width: 129px;
	height: 145px;
	overflow: hidden;
	border-bottom: 1px dashed white;
	background-color: #7aaec6;
}


div.news_archive_container {
	width: 130px;
	float:right;
	/*background-color: #A8B0B3;*/
}
div.news_archive_entry {
	padding-top: 8px;
	width: 130px;
	border-bottom: 1px dashed white;
	background-color: #A8B0B3;
}
