/*
######################################################################
# Name: style_verwaltung.css naturheilverein.de / NHV-Verwaltung
# webseite: www.naturheilverein.de
# Funktion: Style Sheet
# Enthaelt die Darstellungsformate für Veranstaltungsverwaltung
#
# Vers.:
# 1.1 10.01.2009 PS / erstellt
# 1.2 27.01.2009 PS / um das Format veranstaltungsbild
# 1.3 15.10.2009 MR/PS ID nur für einmal vorkommende Formatierungen verwenden; alles andere als Class deklarieren. CSS umgearbeitet.
# 1.4 16.10.2009 PS 	Bugs korrigiert (Feld Seminarkurzbeschriebe nicht angezeigt in Seminarkurzübersicht)
# 1.5 20.10.2009 PS/MR Bug korrigiert, in Archivanzeige Bildzeile war zu hoch
# QM: 1.1
######################################################################
*/

textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.trennlinie {
color:#33cb34;
background-color:#33cb34;
width:600px;
text-align:left;
margin-bottom: 24px;
margin-left: 3px;
}

.wrapper {
overflow:hidden;
width:605px;
	}

.spacer {
margin-left:170px;
	}

.veranstaltungsbild {
float:left;
text-align:center;
width:150px;
height: 200px;
	}

.veranstaltungsbild2 {
float:left;
text-align:center;
width:150px;
height: 70px;
	}

.width_text {
width:420px;
	}

.strong{
font-weight:bold;
	}

#buttons_nhv{
	text-align: right;
	margin-bottom:20px;
	}
.button_nhv a{
	padding: 1px 20px;
	border-top: #666 solid 1px;
	border-left: #666 solid 1px;
	border-bottom:#666 solid 2px;
	border-right:#666 solid 2px;
	background-color:#CCC;
	color: #000;
	text-decoration:none;
	}
.button_nhv a:hover{
	padding: 1px 20px;
	border-top: #333 solid 2px;
	border-left: #333 solid 2px;
	border-bottom:#333 solid 1px;
	border-right:#333 solid 1px;
	background-color:#999;
	color: #FFF;
	text-decoration:none;
	}

.list_mark a{
	background-color:#ffe5e5;
	color: #000;}

.font_10px{
	font-size:10px;}
