@font-face {
    font-family: "Old English Text";
    src: url(../Fonts/OLDENGLT.TTF);
}

@font-face {
    font-family: "Kelmscot";
    src: url(../Fonts/KELMSCOT.TTF);
}

html
{
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	color:yellow;
}

body
{
	width:800px;
	margin:0 auto;	
}

a
{
	color:#F60;
}

h2
{
	font-family:"Old English Text";
}

h3
{
	font-family:"Old English Text";
	font-size:28px;
	font-weight:bolder;
	color:#CC0;
	text-decoration:underline;
}

h4
{
	font-family:"Old English Text";
	font-size:23px;
	text-decoration:underline;
}

#header
{
	width:100%;
	text-align:center;
}

#edition
{
	margin-top:-50px;
	position:relative;
	margin-left:500px;
	color:red;
	font-size:24px;
	
	transform:rotate(-30deg);
	-ms-transform:rotate(-30deg); /* IE 9 */
	-webkit-transform:rotate(-30deg); /* Opera, Chrome, and Safari */
}

#date
{
	margin-top:-40px;	
}

#mittelalterfest
{
	margin-top:-50px;	
}


#header h1
{
	font-family:"Old English Text";
	font-size:48px;
}

#banners
{
	width:100%;
	height:50px;
	text-align:center;
	margin-top:50px;
}

.linkToPage:hover
{
	position: relative; 
    top: -5px;

    filter: brightness(150%);
	-webkit-filter: brightness(150%);
	-moz-filter: brightness(150%);
	-o-filter: brightness(150%);
	-ms-filter: brightness(150%);	
}

.bigEmblem
{
	position: absolute;
	margin-top:-190px;
	margin-left:-30px;

	/*filter: sepia(1);
	-webkit-filter: sepia(1);
	-moz-filter: sepia(1);
	-o-filter: sepia(1);
	-ms-filter: sepia(1);*/

	filter: brightness(150%);
	-webkit-filter: brightness(150%);
	-moz-filter: brightness(150%);
	-o-filter: brightness(150%);
	-ms-filter: brightness(150%);

	/*transform:rotate(-20deg);
	-ms-transform:rotate(-20deg);
	-webkit-transform:rotate(-20deg); */
}

#content
{
	position: relative;
	padding-top:60px;
	margin-left:40px;
	text-align:center;
}

#text{
    text-align:center;
	font-family:"Kelmscot";
	font-weight:lighter;
	font-size:24px;
	color:yellow;	
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:2px solid yellow;
	width:160px;
	height:140px;
}

.pic a{
	width:160px;
	height:140px;
	text-indent:-99999px;
	display:block;
}

.pic hover{
	margin:0 15px 15px 0;	
	border:5px solid #FF0;	
}

#table_bewerbung td
{
	text-align:left;
}

#table_bewerbung td input
{
	width:300px;	
}


#table_bewerbung td textarea
{
	width:300px;
	height:40px;	
	resize:none;
}

.bewerbung_note
{
	font-size:12px;
	margin-left:10px;
	margin-top:-3px;
	color:#FC0;	
}