@IMPORT url("legacy.css");

@IMPORT url("buttons.css");

/* GENERAL */
body {
	background-color: #eff1f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg-weiss.gif);
	background-repeat: repeat-y;
}

a {
	color: #003366;
	text-decoration: none;
}

textarea {
	width: 197px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
	background-color: #f9f9f9;
}

fieldset legend {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* ID Elemente */
#new-buttons {
	clear: both;
	left: 560px;
	top: 10px;
	position: relative;
	width: 200px;
}

a.welcome {
	font-weight: bold;
	background-image: url(../images/teaser-link-arrow.gif);
	padding-left: 10px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

a.welcome:hover {
	font-weight: bold;
	background-image: url(../images/teaser-link-arrow-hover.gif);
	padding-left: 10px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #00adef;
}

/* Klassen */
.formfield {
	margin-top: 5px;
	clear: both;
}

.formfield select {
	width: 200px;
	height: 18px;
	border-color: #a1b7cb #7f9db9 #a1b7cb #7f9db9;
	border-style: solid;
	border-width: 1px;
	background-color: #f9f9f9;
}

input.borderfield,textarea {
	border-color: #a1b7cb #7f9db9 #a1b7cb #7f9db9;
	border-style: solid;
	border-width: 1px;
	background-color: #f9f9f9;
}

.required-field {
	border: 1px solid #800000 !important;
	background-color: #ffc0c0 !important;
}

.textfield-long {
	width: 198px;
	height: 14px;
	background-color: #f9f9f9;
}

.textfield-short {
	width: 48px;
	height: 14px;
	background-color: #f9f9f9;
}

.textfield-middle {
	width: 145px;
	height: 14px;
	background-color: #f9f9f9;
}

.formfield textarea {
	width: 198px;
}

.input-label {
	float: left;
	width: 128px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

.indented-field {
	margin-left: 18px;
}

.indented-form {
	margin-left: 10px;
}

.bottom-spacer {
	margin-bottom: 10px;
}

.floating {
	float: left;
}

.checkbox {
	margin-right: 5px;
}

.required_star {
	color: #333333;
}

.error-message {
	color: #800000;
	font-style: italic;
	clear: both;
}

div.radioboxes div {
	margin-bottom: 10px;
}

.welcome-img {
	border: none;
}

.introtext-error {
	font-weight: bold;
	color: #800000;
	margin-top: 15px;
	margin-bottom: 15px;
}