* {
	font-family: Verdana;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover { color: #bbbd1c; }

#center a:hover, #breadcrumbs a:hover { color: #4B334C; }


#home a:hover { color: #bbbd1c; }

.blog a:hover { color: #4B334C !important; }

#breadcrumbs { color: #4B334C; }

img { border: none; }

.boxlink {
	display: block;
	width: 100px;
	height: 225px !important;
	background: transparent;
}

h1, .post h2 a, .post h2 {
	color: #4b334c;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
}
.post h2 a { color: #fff; }



#sidebar { padding: 20px; }

#sidebar h2 { text-transform: uppercase; font-size: 15px; font-weight: bold; }

#sidebar ul { list-style-type: none; margin: 0 0 20px 0; }

.tagcloud { margin-bottom: 20px; }


.comment-body a {  color:#4b334c; }


input, textarea {
	border: 1px solid #fff;
	background: #4b334c;
	width: 270px;
	min-height: 20px;
	margin-bottom: 5px;
	color: #BBBD1C;
	padding-left: 10px;
}
textarea { height: 120px; }

input[type=submit] { height: 30px;width: 282px; background: #CCCC00; color:#fff; font-family: Verdana; font-weight: bold; text-transform: uppercase; }
input[type=submit] { cursor: pointer; }

input[type=submit]:hover { background: #4B334C; }

input.required {
	background: #CCCC00;
}

#sidebar input { background: #fff; color: #000; width: 200px; }
#sidebar input[type=submit] { width: 65px; height: 22px; background:#CCCC00; color: #fff; border: 0; padding: 0; margin: 2px 0 0 0; }


/* FRAGEBOGEN */

#fragebogen td{
	padding-bottom: 5px;
	font-size: 11px;
}

#fragebogen label{
	font-size: 11px;
}

#fragebogen td:first-child{
	width: 50%;
	vertical-align: top;
}

#fragebogen td:last-child{
	padding-left: 20px;
	width: 45%;
}

#fragebogen td:first-child{
padding-left: 0!important;}


#fragebogen input[type=radio]{
	float: left;
/* 	width: auto!important; */
	width: 16px !important;
	}

#fragebogen input[type=checkbox]{
width: auto!important;
	clear: both;
	margin-bottom: 0;
	margin-top: 0;
}

#fragebogen input, #fragebogen textarea {
	border: 1px solid #fff;
	background: #4b334c;
	width: 80%;
	height: 20px;
	margin-bottom: 5px;
	color: #fff;
	padding-left: 10px;
	font-size: 11px;
}
#fragebogen textarea { height: 120px; }

table.legendeTitle{
	position: absolute;
	top: 40px;
	left:278px;
}

table.legende{
	position: absolute;
	left:276px;
	top:60px;
}

.legende .td-1{
	padding-left: 2px;
}

.legende .td-2{
	padding-left: 5px;
}

.legende .td-3{
	padding-left: 7px;
}

.legende .td-4{
	padding-left: 11px;
}

