#gruppen-components{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#gruppen-components a{
	text-decoration: none;
	outline: none;
	font-size: 18pt;
	color: black;
}
#gruppen-components a:hover{
	font-weight: bold;
}
#feed{
	width: 80%;
	border: 1px solid #999;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;

	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
#feed input{
	width: 600px;
	height: 40px;
	
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;
}

#feed textarea{
	width: 600px;
	height: 100px;
	
	/* Runde Ecken */
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;
}
#feed label{
	width: 50px;
	font-size: 15pt;
	display: inline-block;
}

#feed button{
	width: 175px;
	height: 40px;
	
	/* Schatten */
    border-radius: 5px;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	
	text-align: center;
	font-size: 15pt;
	color: #575757;
}

#feed button:hover{
	box-shadow:inset 0 0 15px #999;
}

/* Table styling */
#gruppen-components table{
	border: 1px solid black;
	width: 80%;
}
#gruppen-components th{
	background-color: #8A8A8A;
}
#mod{
	font-weight: bold;
}