.theme_box {
	margin-bottom: 45px;
}
#theme, #header {
	background: url("../images/header_bg.png") no-repeat scroll center 0 #3a4e59;
    color: #fff;
    padding: 11px;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}
#theme_titel {
	width: 33.33%;
	text-align: left;
	float: left;
}
#theme_autor {
	width: 33.33%;
	text-align: center;
	float: left;
}
#theme_date {
	width: 33.33%;
	text-align: right;
	float: left;
}
#theme_question, #content {
	background-color: #e6e7e8;
	padding: 11px 11px 11px;
	border-radius: 0 0 5px 5px;
}

.answer_autor {
	background-color: #e6e7e8;
    border-radius: 5px;
    margin-bottom: 11px;
    padding: 11px;
}
.answer_content {
	margin-bottom: 22px;
	padding: 0 11px;
}

.string {
	float: left;
	text-align: left;
}
.integer {
	float: left;
	text-align: right;
}
.theme, .category {
	margin-bottom: 8px;
}

.width_40 {
	width: 40%;
}
.width_35 {
	width: 35%;
}
.width_30 {
	width: 30%;
}
.width_25 {
	width: 25%;
}
.width_20 {
	width: 20%;
}
.width_10 {
	width: 10%;
}

.width_15 {
	width: 15%;
}
.function {
	display: inline;
}
.function .delete, .function .edit, .function .answer_mail {
	float: right;
	margin: 0 8px;
}
answer_mail {
	margin-rigth: 8px;
}
