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

body.scratches{
	background-image: url(../img/scratch_bg.jpg);
}

.shootContainer{
	width: 700px; 
	margin: 20px auto 0 auto;
}
input {
	background-color: #000;
	color: #a6e299;
	font-weight: bold;
}

.message {
	background-color: #000;
	color: #a6e299;
	font-weight: bold;
	width: 300px;
	height: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.newsHeadline{
	color: #a6e299;
	margin-left: 0px;
}

.rubrik,
.error,
.green{
	color: #a6e299;
}

.headline{
	font-size: 20px;
	color: #a6e299;
}

ul {
	margin-top: 0;
	padding: 0pc 10px 10px 10px;
}