section#container {
	width:auto;
}

.duplicate {
	border:2px solid #BD1622;
	border-radius:5px;
	cursor: pointer;
	display:inline-block;
	margin:10px 0;
	padding:5px;
	vertical-align: middle;
	width:200px;
}

.toggle-act-div {
	background-color: #FDEDEE;
	border: 1px solid #BD1622;
	box-sizing: border-box;
	color: #BD1622;
	cursor: pointer;
	padding: 10px;
	width: 100%;
}

.toggle-act-div span {
	color: inherit;
}

/* Header */

header {
	width:100%;
}

#nav_top {
	margin-left:0px;
}

#nav_top ul li {
	border:2px solid #BD1622;
	border-radius:20px;
	padding:5px 30px;
	float:none;
	display:inline-block;
	
	-moz-transition:all 0.4s;
	transition:all 0.4s;
}

#nav_top ul li:hover {
	box-shadow:0 0 5px #BD1622;
}

#nav_top ul li a {
	font-size:16px;
	background-image:none;
	padding:0px;
}

/* Navigation */

#side {
	border-left: 2px solid #BD1622;
	width: 187px;
}

.side-nav {
	border-bottom: 2px solid #BD1622;
	border-right: 2px solid #BD1622;
	margin-top: 60px;
	padding: 0 10px 30px 10px;
	position: relative;
}

.side-nav-title {
	color: #BD1622;
	padding-top: 10px;
}

.side-nav-item {
	padding-left: 5px;
}

.side-nav img {
	left: -7px;
	padding-top: 3px;
	position: absolute;
}

#content#content { /* Specificity von default.css übersteuern */
	margin-left: 187px;
}

/* Titles */

h1 {
	margin-bottom:10px;
}

h4 {
	font-weight:normal;
	margin-top:30px;
	margin-bottom:30px;
	font-size:30px;
	color:#BD1622;
}

/* Text */

small {
	font-size: 10px;
}

.vip {
	background-color: gold;
}

.inactive {
	background-color: lightgrey;
}

.under-review {
	background-color: paleturquoise;
}

/* Forms */

form {
	background:none;
	border:none;
	padding:0px;
}

fieldset {
	display: inline;
	margin-top: 20px;
	padding-right: 30px;
}

input[type="button"], input[type="submit"] {
	margin-left:0px;
	margin-top:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="radio"] {
	width: 30px;
	margin-left: 10px;
}

textarea, input[type="text"], input[type="password"], input[type="file"] {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#FDEDEE;
	margin-bottom:1px;
}

select {
	width:200px;
	background-color:#FDEDEE;
	margin-bottom:1px;
}

textarea {
	overflow:auto;
}

textarea[readonly] {
	border:none;
	background-color:#FFFFFF;
	padding-left:0px;
}

#login input{
	width:200px;
}

#search input[type="text"]{
	margin-bottom:5px;
}

#search select{
	width:252px;
}

.search-box{
	display:inline-block;
	vertical-align: top;
}

.add-act-form {
	max-height: 0;
	overflow-y: hidden;
	transition: all .5s ease;
}

.activity_tables input[type="button"],
.activity_tables input[type="submit"] {
	margin-top:0px;
	margin-bottom:0px;
	width:115px;
}

#logout {
	margin-top: 50px;
	width:165px;
}

#save_address {
	cursor:not-allowed;
}

input:disabled, select:disabled {
	background-color:#BBB;
}

.donation-table input[type="button"] {
	margin: 0;
}

/* Tables */

table {
	width:100%;
}

table, th, td {
	border:1px solid #BD1622;
	border-collapse:collapse;
	padding:5px;
	vertical-align:top;
}

th {
	color:#BD1622;
	text-align:left;
}

#address_table {
	display:none;
}

#address_table tr td:first-child {
	width:200px;
}

.row_selected td {
	cursor:pointer;
	background-color:#FDEDEE;
}

#second_res_col {
	width:140px;
}

#third_res_col {
	width:30px;
}

#first_add_act_col {
	width:100px;
}

.act_add_amount {
	visibility: hidden;
	border: none;
}

#first_add_file_col {
	width:150px;
}

#login table {
	width:200px;
}

.activity_tables {
	margin-bottom:20px;
}

.activity_tables th {
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	color:#555555;
}

.activity_header {
	width:115px;
}

table[id^="act_edit_"] {
	display:none;
}

/* Links */

a {
	text-decoration:none;
}

a:hover strong {
	color:#BD1622;
}

/* States */

.state_1 {
	background-color:#0F0; /* Grün */
}

.state_2 {
	background-color:#F00; /* Rot */
}

.state_3 {
	background-color:#000; /* Schwarz */
}

.state_4 {
	background-color:#F90; /* Orange */
}

.state_5 {
	background-color:#FF0; /* Gelb */
}