/************************************

Stylesheet für allgemeine Einstellungen

************************************/


/* Ungewollte Standartabstände raushauen und Schrift festlegen */
body, body * {
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	font-family: verdana;

	text-align: center;
}

body{
}

/* Links immer schwarz und ohne Text-Decoration */
a{
	color: #000000;
	text-decoration: none;
}
a.underline{
	color: #000000;
	text-decoration: underline;
}

/* Bilder ohne Rahmen und Abstand */
img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* Felder mit Standard-Werte für Textinhalt */
.text_value_top_left{
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
.text_value_top_center{
	padding: 2px;
	vertical-align: top;
	text-align: center;
}
.text_value_bottom_left{
	padding: 2px;
	vertical-align: bottom;
	text-align: left;
}


/* Um das Clear für Float-Elemente wieder zurechtzurücken */
div.float_clear{
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
}

input, textarea, select{
	font-family: arial;
}


a.calendar_link{
	cursor: pointer;
}