body {
	background: #232323 url('../images/bg_body.png') top left repeat-x;
	color: #fff;
	font-family: Helvetica, Verdana, sans-serif;
}

/*
	HEADINGS
*/
h4, h5 {
	color: #fff; /* dc412f */
	margin-bottom: 0;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	margin-bottom: 0px;
}

td { padding: 3px; }

/*
	FORMS
*/
fieldset label {
	float: left;
	width: 150px;
}

fieldset p {
	clear: left;
}

input, button, textarea {
	width:400px;
}

span.colored {
	color: #dc412f;
}

br.clear { height:0px; clear: both; width: 0px; display: inline; }


/*
	GENERAL BOX DESIGN
*/
.box {
	border-top: 1px solid #373737;
	background: #2a2a2a url('../images/bg_footer.png') top left repeat-x;
	padding: 10px;
	margin-bottom: 20px;
}

.box h4, .box h5 {
	border-bottom: 1pt solid #232323;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.box h4 span {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 8pt;
}



a {
	color: #dc412f;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pagewrapper {
	width: 960px;
	height: 1px;
}

#page {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#header {
	margin: 53px 0px 20px 10px;
	width: 940px;
	height: 86px;
	background: #aaa url('../images/bg_head.png') top left no-repeat;
}

#header h1 {
	position: relative;
	width: 220px;
	height: 70px;
	text-indent: -9999999px;
}

#header h1 a {
	display: block;
	left: 0px;
	width: 100%;
	height: 100%;
}

#header a {
	width: 250px;
	height: 75px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	padding: 0px 5px;
}

#navigation {
	list-style: none;
	width: 230px;
	margin-right: 0px;
}

#navigation li {
	float: left;
	width: 66px;
	height: 66px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
	text-align: center;
	
}

#navigation li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 66px;
	text-decoration: none;
	color: #000;
	background: #fff url('../images/bg_navi.png') top left no-repeat;
}

#navigation li a.long {
	padding-top: 12px;
	line-height: 20px;	
}

#navigation li a:hover, #navigation li a.active {
	background-color: #dc412f;
	background-position: 0px -66px;
	color: #fff;
}

#impression {
	height: 218px;	
	background: #fff url('../images/bg_impression.png') top left no-repeat;	
	margin-bottom: 30px;
	text-align: center;
}
#impression img { margin: 4px }

#content, #sidebar {
	margin-top: 10px
}

#supporter {
	margin-top: 20px;
	list-style: none;	
	
	background: #2A2A2A url('../images/bg_footer_n.png') top left repeat-x;
	border-bottom: 1px solid #202020;
}

#supporter li 
{
	float: left;
	width: 200px;
	margin: 20px 16px;
}

#footer {
	background: url('../images/bg_footer_n.png') top left repeat-x;
	padding-top: 10px;
	
}
#footer a { color: #fff }



.menu {
	border-top: 1px solid #373737;
	list-style: none;
}

.menu li { 
	margin-left: 0px;
	background: #2A2A2A;
	margin-bottom: 1px;
}

.menu li a {
	display: block;
	text-indent: 15px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	text-decoration: none;
}

.menu li a:hover {
	background: #444;
}

.menu li a.active {
	background: #444;
}

#awards li {
	padding: 10px;
	text-align: center;
}

.pressoverviewentry {
	float: left;
	width: 200px;
	margin-right: 15px;		
}

.pressoverviewentry h5 {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.galeryoverview {
	float: left;
	width: 200px;
	margin-right: 15px;
}
.galeryoverview h5 {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

.galeryoverview p.imgcontainer {
	text-align: center;
	overflow: hidden;
	height: 150px;
}

p.imgcontainer {
	text-align: center;
}

.galeryoverview img {
	width: 200px;
}

a.externalurl {
	padding-left: 16px;
	background: url('../images/externalurl.gif') top left no-repeat;	
}
