body, td, select, input {
	font-family: Verdana;
	font-size: 11px;
}

.eingabe_o {
	border: 1 #FFE7BA inset;
	background-color: #FFF0D4;
}

.knopf_o {
	color: white;
	font-size: 11px;
	font-weight: bold;
	border: 1 #FFE7BA outset;
	background-color: orange;
	cursor: hand;
}

.titel {
	font-size: 15px;
	color: orange;
	font-style: italic;
}

.titel2 {
	font-size: 15px;
	color: orange;
	font-style: italic;
}

.titel3 {
	color: orange;
	font-weight: bold;
	font-style: italic;
}

.wichtig {
	font-weight: bold;
	color: orange;
}

a:link, a:visited {
	color: #770002;
	font-weight: bold;
	text-decoration: underline
}

a:active, a:hover {
	color: orange;
}

a.sl2:link, a.sl2:visited {
	color: #770002;
	text-decoration: none
}

a.sl2:active, a.sl2:hover {
	color: orange;
}

.feldbeschr {
	font-style: italic;
	color: #770002;
}

/* Blog */
.blog_container {
	border: 1 dashed orange;
	padding: 5;
	margin-top: 10;
}

.blog_entry {
	margin-top: 10;
}

.blog_date {
	color: orange;
	font-style: italic;
	font-size: 13px;
}

.blog_info {
	color: orange;
	text-align: right;
	font-style: italic;
}

.blog_title {
	color: #770002;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
}

.blog_content {
	margin-left: 10;
}

.blog_object {
	border: 1 solid #770002;
}

a.blog_link:link, a.blog_link:visited {
	color: orange;
	text-decoration: none;
}

a.blog_link:active, a.blog_link:hover {
	color: #770002;
}

.blog_comment_container, .blog_new_container {
	margin-top: 5;
	margin-left: 10;
	padding: 5;
	background-color: #faebcb;
}

.blog_comment_title {
	color: #770002;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 5;
}

.blog_comment_content {
	margin-left: 10;
}

.blog_comment_info {
	text-align: right;
	font-style: italic;
}

.blog_tdlabel, .blog_comment_tdlabel {
	width: 133;
	font-weight: bold;
	color: #770002;
}

.blog_textinput, .blog_comment_textinput {
	width: 180;
	font-family: Verdana;
	font-size: 11px;
}

.blog_textinput_small {
	width: 60;
	font-family: Verdana;
	font-size: 11px;
}

.blog_textarea, .blog_comment_textarea {
	width: 313;
	font-family: Verdana;
	font-size: 11px;
}

.blog_button, .blog_comment_button {
	font-weight: bold;
	font-style: italic;
	color: #770002;
}

.blog_note {
	font-style: italic;
}

.blog_error {
	color: #770002;
	font-weight: bold;
}