* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	color: #263d00;
}
body {
	font-size: 15px;
	background-color: black;
	background: url('/img/bg.png') top;
}
@-webkit-keyframes flicker {
	0% {
		opacity:0;
	}
	10% {
		opacity:0;
	}
	11% {
		opacity:1;
	}
	12% {
		opacity:0;
	}
	21% {
		opacity:0;
	}
	22% {
		opacity:1;
	}
	23% {
		opacity:0;
	}
	24% {
		opacity:0;
	}
	25% {
		opacity:1;
	}
	26% {
		opacity:1;
	}
	27% {
		opacity:0;
	}
	51% {
		opacity:0;
	}
	52% {
		opacity:1;
	}
	54% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	62% {
		opacity:0.5;
	}
	63% {
		opacity:1;
	}
	64% {
		opacity:0;
	}
	73% {
		opacity:0;
	}
	74% {
		opacity:1;
	}
	75% {
		opacity:1;
	}
	77% {
		opacity:0;
	}
	78% {
		opacity:0;
	}
	79% {
		opacity:1;
	}
	80% {
		opacity:0;
	}
	84% {
		opacity:0.1;
	}
	100% {
		opacity:1;
	}
}
#shine {
	background: url('/img/bg2.png') top repeat-x;
	width: 100%;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	top: 0;
	height: 600px;
	z-index: 0;
	-webkit-animation-name: flicker;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}
#hundred {
	width: 100%;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top: 0;
}
.shorthundred {
	top: 0;
	margin-top: -200px;
}
#contain {
	width: 960px;
	margin: 0 auto 20px auto;
}
#header {
	width: 925px;
	margin: 0 auto -170px auto;
}
.contentblock {
	width: 620px;
	font-size: 17px;
	line-height: 22px;
	margin: 0 auto 40px 130px;
	padding: 20px 35px 20px 35px;
	background-color: #000000;
	background-image: url('/img/box.png');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 3px 3px 5px rgba(0,40,0,0.2), 2px 2px 4px rgba(255,255,255,0.4), -1px -1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 3px 3px 5px rgba(0,40,0,0.2), 2px 2px 4px rgba(255,255,255,0.4), -1px -1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 3px 3px 5px rgba(0,40,0,0.2), 2px 2px 4px rgba(255,255,255,0.4), -1px -1px 3px rgba(0,0,0,0.5);
}
.third {
	width: 175px;
	margin: 0 22px 40px 0;
	float: left;
	padding: 12px 20px 15px 20px;
}
.thirdcontainer {
	float: left;
	margin-left: 130px;
}
.short {
	background-image: url('/img/boxshort.png');
}
.contentblock h2 {
	padding-top: 2px;
	font-family: 'Copse', arial, serif;
	width: 100%;
//	text-align: center;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
}
.third h2 {
	color: black;
}
.third p {
	font-size: 13px;
	line-height: 17px;
}

.contentblock h2 a {
	font-family: 'Copse', arial, serif;
	text-decoration: none;
	color: #ffffff;
}
.contentblock h2 a:hover {
	text-shadow: #ccccee 0px 0px 10px;
}

.contentblock h3 {
	width: 100%;
//	text-align: center;
	font-weight: lighter;
	font-size: 12px;
	margin: 0 0 5px 0;
	color: #ffffff;
}
.content-ende, .content-ende a {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding-top: 20px;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	color: #666;
}
.menu {
	font-family: Verdana, Arial, sans-serif;
	background-color: black;
	background-image: none;
	padding: 4px 35px 5px 35px;
	width: 620px;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 41px;
	margin-top: 20px;
	color: #ffffff;
	background-color: black;
	background: -moz-linear-gradient(top, #000000 0%, #353535 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#353535)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#353535',GradientType=0 ); /* ie */
}
.menu a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
.menu a:hover {
	text-decoration: none;
	text-shadow: #ccccee 0px 0px 10px;
	color: #ffffff;
}
.selected {
	font-weight: bold;
}
p {
	margin: 15px 0 15px 0;
}
.footer {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-image: none;
	padding: 0px 35px 0 35px;
	font-size: 10px;
	color: rgba(255,255,255,0.6);
	background-color: rgba(0,0,0,0);
	clear: left;
	margin-bottom:0;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,40,0,0.2), 2px 2px 3px rgba(255,255,255,0.2), -1px -1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 2px 2px 3px rgba(0,40,0,0.2), 2px 2px 3px rgba(255,255,255,0.2), -1px -1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 2px 2px 3px rgba(0,40,0,0.2), 2px 2px 3px rgba(255,255,255,0.2), -1px -1px 2px rgba(0,0,0,0.2);
}
.comment {
	background-image: url('/img/boxcomm.png');
	padding: 10px 25px 10px 25px;
	margin-bottom: 40px;
	margin-top: -20px;
	margin-left: 140px;
	width: 620px;
	color: black;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.sendcomment {
	background-image: none;
	background-color: rgba(255,255,255,0.7);
	padding: 15px 25px 15px 25px;
	margin-bottom: 40px;
	margin-top: -20px;
	margin-left: 140px;
	width: 620px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.sendcomment span {
	color: #666666;
	font-size: 10px;
}
.smallgrey {
	color: #dddddd;
	font-size: 12px;
}
input{
	margin-bottom: 5px;
	width: 200px;
}
textarea {
	width: 620px;
}
.white, .white a b, .white a:hover b {
	color: #eeeeee;
}
.white a {
	text-decoration: none;
}
.text {
	margin-top: 25px;
}
.pageboth {
	margin: -15px auto 10px 128px;
	height: 40px;
	width: 695px;
}
