@font-face {

	font-family: AllCaps;

	src: url('../fonts/AllCaps.eot');					/* IE9 Compat Modes */

	src: url('../fonts/AllCaps.eot?#iefix') format('embedded-opentype'),	/* IE6-IE8 */

	url('../fonts/AllCaps.woff') format('woff'),				/* Modern Browsers */

	url('../fonts/AllCaps.ttf')  format('truetype'),			/* Safari, Android, iOS */

	url('../fonts/AllCaps.svg#svgAllCaps') format('svg');			/* Legacy iOS */

	font-weight: normal;

	font-style: normal;

}



/* Die komplette Seite */

*{

	box-sizing:border-box;

	-moz-box-sizing:border-box;

	-webkit-box-sizing:border-box;

}

body,html{

	margin:0px;

	padding:0px;

	color:#252525;

	cursor:default;

}

::selection {

	background:transparent;

	color:auto;

}

::-moz-selection {

	background:transparent;

	color:auto;

}

#page_text ::selection {

	background:gray;

	color:white;

}

#page_text  ::-moz-selection  {

	background:gray;

	color:white;

}

hr{

	border:solid #768C23 1px;

	background-color:#464C13;

	height:1px;

}

a{

	color:#864C13;

	cursor:pointer;

}



/* Der Header */

#header{

	background: #ffffff;

	text-align:center;

	display:block;

	border-top-left-radius: 30% 2em;

	border-top-right-radius: 30% 2em;

	padding-top:0.5em;

}

#title{

	font-family: 'AllCaps', Franklin Gothic Medium, Tahoma, Geneva;

	color: #cc3322;

	text-shadow:#ff0000 0px 0px 2px;

	font-weight: bold;

}

#subtitle{

	color:#111111;

	font-family:'AllCaps', Courier;

	text-shadow: #111111 0px 0px 1px;

}





/* Die Navi */

#menu{

	padding: 3px;

}

#menu ul{

	margin: 0;

	padding: 0;

}

#menu li{

	list-style-type: none;

	white-space: nowrap;

	overflow:hidden;

	position:relative;

	letter-spacing: 1px;

	font-size:1.2em;

}

#menu li:hover{

	box-shadow:white 0px 0px 5px;

}

#menu a:first-letter{

	font-size:1.5em;

	color:#000000;

	font-family: Courier New, Courier, monospace;

	font-weight: bold;

}

#menu a{

	border-bottom: 1px solid white;

	text-decoration:none;

	display:block;

	background: #768C23;

	color:white;

	-webkit-transition: color 0.6s ease-in-out, background 0.35s ease-in-out 0s;

	-moz-transition: color 0.6s ease-in-out, background 0.35s ease-in-out 0s;

	-o-transition: color 0.6s ease-in-out, background 0.35s ease-in-out 0s;

}

#menu a:hover{

	color:darkgreen;

	background: #ffffff;

	-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;

	-moz-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;

	-o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;

}





/* Der Seitentext */

#page_title{

	display:block;

	font-weight:bold;

	font-size:1.3em;

	color: #464C13;

}

#content{

	display:block;

	background-image: url(../images/transparent_20.png);

}





/* Das Copyright */

#copyright{

	font-size:0.9em;

	text-align: right;

}