/* ============================================================ */
/*AllgemeinGestaltung von Elementen die gemeinsam im Rahmen und Kontent vorkommen.*/
/* ============================================================ */
/*Standard Hintergrundfarbe */
body {
	background-color: #c0c0c0;
	text-align: center;
/*Seite zentrieren IE*/
}
/*Standard Textfarbe*/
body, textarea {
	font-family: Verdana, Arial, sans-serif;
	color: black;
}
/*Standard Schriftgroesse*/
.ATTRIBUT_Schriftgroesse_1 {
	font-size: 12px;
}
.ATTRIBUT_Schriftgroesse_2 {
	font-size: 13px;
}
.ATTRIBUT_Schriftgroesse_3 {
	font-size: 14px;
}
/* Standard Links*/
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #808080;
}
/* Standard Ueberschriften*/
h1, h2, h3 {
	font-size: 120%;
	margin-bottom: 15px;
	color: #404040;
}
/* Standard Eingabefelder */
textarea {
	font-size: 100%;
}
input.Text, select, textarea {
	border: 1px solid #a0a0a0;
/* Standard Input Rahmen */
	background-color: #f0f0f0;
/* Standard Input Hintergrundfarbe */
}
input.Text, textarea {
	padding: 2px;
	width: 150px;
}
/*Standard Fehler-Formatierung*/
.Fehler input.Text, .Fehler select, .Fehler textarea {
	border: 1px solid #f0a0a0;
	background-color: #ffd5d5;
	background-image: url('/custom/Bilder/InputTextHintergrundFehler.gif');
}
dt.Fehler, dd.Fehler {
	color: #f00000;
	font-weight: bold;
}
.Fehler input.Checkbox {
	border: 2px solid #f0a0a0;
}
.Fehler a {
	color: #f00000;
	font-weight: bold;
}

.buttons {
	background: url(/custom/Bilder/Buttons/Buttons_bg1.gif) repeat-x center transparent;
	border: 1px solid #AECDE4;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px #bbb;
	cursor: pointer;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	white-space:nowrap;
	margin:0;
}
.buttons:hover{
	background: url(/custom/Bilder/Buttons/Buttons_bg_hover.gif) repeat-x center transparent;
	}
.buttons .button_body {
	line-height: 20px;
	height:20px;
	width: auto;
	color: #fff;
	text-shadow: 1px 1px #444;
	padding: 0;
}
a.Details div.buttons{
	width: 40px;
	font-size: 12px;
	float:left;
}

