* {
	border: 0;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	padding: 0;
	margin: 0;
	background-color: #C2C2C2;
	padding-top: 10px;
}

#layout_table {
	width: 960px;
	height: 448px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
hr {
	width: 100%;
	border-bottom: 1px solid black;
}
strong {
	font-weight: bold;
	font-size: inherit;
	text-decoration: inherit;
	color: inherit;
}
b {
	font-weight: bold;
	font-size: inherit;
	text-decoration: inherit;
	font-style: inherit;
	color: inherit;
}
u {
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
}
i {
	font-style: italic;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;

}
p {
	font-style: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;

}
textarea {
	width: 440px;
	height: 300px;
	border: 1px solid #000000;
	color: #000000;
}
input {
	border: 1px solid #000000;
	color: #000000;
}
#content {
	width: 491px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background: #ABA8A8;
}

#content_inside {
	width: 460px;
	padding: 10px;
}

form p {
	margin: 2px;
	padding: 0;
}
.error {
	color: #FF0000;
}
.textfeld_01 {
	width: 100%;
}
.error_text {
	color: #FF0000;
	font-weight: bold;
}

.success_text {
	color: #009900;
	font-weight: bold;
}
.bildfloat_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bildfloat_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.bildfloat_none {
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}