@charset "UTF-8";
/* CSS Document */


#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper ul {
	padding-top:20px;
	list-style-type:none;
}


fieldset {
	background-color: #f1f1f1;
	border: none;
	border-radius: 2px;
	margin-bottom: 12px;
	overflow: hidden;
	padding: 0 0px;
}


li {
	margin: 0.5em 0;
}

label {
	display: inline-block;
	padding: 3px 6px;
	text-align: right;
	width: 150px;
	vertical-align: top;
}

input, select, button {
	font: inherit;
}

.small {
	width: 75px;
}

.medium {
	width: 150px;
}

.large {
	width: 250px;
}

.textbox {

}

textarea {
	width: 254px;
}


.create_mitteilung {
	background-color: #e00f16;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #333;
	cursor: pointer;
	color:#EEE;
	margin: 12px;
	padding: 10px;

}



.checkboxes label {
	text-align: left;
	width: 475px;
}


button * {
	vertical-align: middle;
}