body
{
	background-color: black ;
	text-align: center ;
	font-family: arial, helvetica, verdana ;
	font-size: 100% ;
	padding: 20px ;
}

h1
{
	font-size: 125% ;
	padding: 10px ;
	margin: 0 ;
}
h2
{
	font-size: 110% ;
}
h3
{
	font-size: 90% ;
}

#container
{
	width: 1058px ;
	margin-left: auto ;
	margin-right: auto ;
}

#banner
{
	background-color: white ;
	background-image: url('./bilder/banner.jpg') ;
	background-repeat: no-repeat ;
	width: 1058px ;
	height: 392px ;
}

a:link
{
	color: black ;
	text-decoration: none ;
}
a:hover
{
	color: black ;
	text-decoration: underline ;
}
a:visited
{
	color: #222222 ;
}
a:active
{
	color: #FFAAAA ;
}


#navigation
{
	background-color: #eaeaea ;
	padding: 15px ;
	font-weight: bold ;
}

#navigation ul
{
	margin: 0 ;
	padding: 0 ;
}

#navigation li
{
	list-style-image: none ;
	display: inline ;
	margin: 10px ;
	font-size: 110% ;
}
#navigation .activelink
{
	list-style-image: none ;
	color: #666666 ;
}

#content
{
	width: 100% ;
	text-align: left ;
	background-color: white ;
}

#contentpadding
{
	padding: 20px ;
}

#teamtable
{
	width: 100% ;
}
#teamtable .staff
{
	width: 50% ;
}
#teamtable .person
{
	width: 50% ;
}

#footer
{
	color: white ;
	/* list-style-image: none ; */
	text-align: right ;
	font-size: 70% ;
}
#footer a
{
	color: white ;
}

#footer_left
{
	float: left ;
	padding: 5px ;
}

#footer_right
{
	float: right ;
	padding: 5px ;
}
#clear_both
{
	clear: both ;
}

.hiddenfield
{
	visibility: hidden ;
}

.innerpadding
{
	padding: 5px ;
}

.jurymember
{
	float: left ;
	width:100%;
	margin-bottom: 20px ;
	background-color: rgb(248,248,248) ;
	border: 1px solid black;
}
.juryname
{
	float: left ;
	width:100%;
}
.jurypicture
{
	float:left;
	width: 200px ;
}
.juryvita
{
	float:right;
	width: 818px;
	height: auto ;
}