


table.news td
{
padding: 5px;
}

table.news td.titelzeile
{
	font-size: 10px;
	
	border-bottom: 1px solid #575757;
}

table.news tr.titelzeile:hover
{
	background-color: #f5f5f5;
}

table.news td span.titel
{
font-size: 14px;
color: #517AC4;
}

table.news td span.titel:hover
{
color: #066ec6;
}

table.news td span.titel_no_hover
{
color: #292929;
}

table.news td span.untertitel
{
color: #575757;
font-size: 10px;
}

table.news td.nachricht_info
{
	text-align:left;
	font-size: 8px;
}


table.news tr:hover
{
	background-color: #ECECEC;

}


table.news  ul
{
	list-style:none;
}



div#bilder_news
{
	width: 98%;
	height: auto;
	background-color: #ECECEC;
	margin: 4px auto 4px auto;
	border: 1px solid #575757;
}

div.bild_eintrag
{
	position:relative;
	width : 99%;
	height: 100%;
	min-height: 60px;
	text-align: left;
	margin: 4px 0 4px 0;
	background-color: #FCFCFC;
}



div#bild_gemeinsam
{
	position:relative;
	padding-top: 6px;
	width: 98%;
	height: 30px;
	margin: 4px auto 4px auto;
	border: 1px dotted red;
	font-weight: bold;
	color: #575757;
	background-color: #CCC;	
}

div#bild_gemeinsam img
{
	position:absolute;
	top: -2px;
	left: 275px;
	border: 0;
}


div.bild_vorschau
{
	margin: 2px;
	width: 170px;
	height: 100%;
	border: 1px solid #575757;
}

div.bild_optionen
{
	position: absolute;
	top: 0px;
	left: 180px;
	width: 140px;
	height : 90%;
	padding: 2px;
}


div.bild_optionen img.hoch
{
	position:absolute;
	top: 30%;
	left: 0;
	border: 0;
}

div.bild_optionen img.runter
{
	position:absolute;
	top: 45%;
	left: 0;
	border: 0;
}

div.bild_optionen img.papier
{
	position:absolute;
	top: 35%;
	left: 55px;
	border: 0;
}

div.bild_optionen img.komment
{
	position:absolute;
	top: 35%;
	left: 95px;
	border: 0;
}


div.bild_kommentar
{	position: absolute;
	left: 150px;
	height: auto;
	width: 300px;
	padding: 2px;
	color: #575757;
	letter-spacing: 0.05em;
}




div.bild_vorschau img
{
	border: 10px solid white;
}


div.sonstige_eintrag
{
	position:relative;
	width: 98%;
	background-color: #CCC;
	margin: 4px auto 4px auto;
	border: 1px solid #575757;
}

div.einzel_eintrag
{
	position:relative;
	width: 780px;
	min-height: 50px;
	font-size: 10px;
	padding: 2px;
	margin-top: 1px;
	background-color: #ECECEC;
}


div.einzel_eintrag img.papierkorb
{
	position: absolute;
	top: 3px;
	left: 285px;
}

div.einzel_eintrag img.datei_komment
{
	padding: 3px;
	position:absolute;
	top: 0;
	left: 330px;
}


div.datei_kommentar
{	position: absolute;
	top: 2px;
	left: 380px;
	width: 400px;
	height: auto;
	color: #575757;
	letter-spacing: 0em;
	font-size: 10px;
}


div#dateien_hinzufuegen
{
	heigth: 100%;
	width: 98%;
	background-color: #ECECEC;
	margin: 4px auto 4px auto;
	padding: 2px;
	border: 1px solid #575757;

}


form .eingabefeld
{
	padding:2px;
	font-size: 14px;
	background-color: #FCFCFC;
	color: #3d3d3d;
	border: 1px solid gray;
	width: 98%;
}

form .ladefeld
{
	padding:2px;
	font-size: 10px;
	background-color: #FCFCFC;
	color: #3d3d3d;
	border: 1px solid gray;
	width: 50%;
	height: auto;
}



a
{
border:0;
}


a:hover
{
color:#066ec6;
text-decoration:none;
border: 0;
}


