@charset "UTF-8";
.stage {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fffbcc;
}
.stage .logo {
	height: 100px;
	width: 100%;
	float: left;
	position: relative;
}
.stage .logo #inloggen {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}
#inloggen a {
	color: #FFFFFF;
	text-decoration: none;
}
#inloggen a:hover {
	text-decoration: underline;
}
.stage .left_menu {
	width: 200px;
	color: #AF1712;
	padding-top: 25px;
}
.stage .left_menu a {
	color: #AF1712;
	text-decoration: none;
}
.stage .left_menu a:hover {
	background-color: #FFE6AE;
}
.stage .left_menu .menu_complete {
	padding-bottom: 10px;
}
.main_menu {
	padding-left: 20px;
	padding-bottom: 3px;
	color: #AF1712;
	text-transform: uppercase;
}
.sub_menu {
	padding-left: 35px;
	padding-bottom: 5px;
}
.left_menu .menu_active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF1712;
	height: 1px;
	margin-left: 20px;
}
.left_menu .submenu_active {
	background-image: url(../images/site/bullit.gif);
	background-repeat: no-repeat;
	background-position: 25px 4px;
	padding-bottom: 5px;
	padding-left: 35px;
}
.stage .content {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.stage .content .main_text {
	line-height: 125%;
}
.stage .content .main_text a {
	color: #AF1712;
	text-decoration: underline;
}
.stage .content .main_text a:hover {
	text-decoration: none;
}
.stage .content .main_text .streamer {
	font-size: larger;
	font-weight: bold;
	text-transform: uppercase;
	color: #AF1712;
	margin-bottom: 15px;
}
.stage .content .files {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFE6AE;
	padding: 5px;
	float: right;
	width: 230px;
	margin-left: 10px;
}
.stage .content .files a {
	color: #AF1712;
	text-decoration: none;
}
.stage .content .files a:hover {
	text-decoration: underline;
}
.stage .content .files .file {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.stage .content .files .file img {
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
}
.stage .content .artikel {
	float: left;
	width: 100%;
}
.stage .content .artikel a {
	color: #AF1712;
	text-decoration: underline;
}
.stage .content .artikel a:hover {
	text-decoration: none;
}
.stage .content .artikel .artikel_header {
	font-size: larger;
	font-weight: bold;
	color: #AF1712;
	float: left;
	width: 100%;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AF1712;
	margin-bottom: 10px;
	margin-top: 15px;
}
.stage .content .artikel .artikel_text .artikel_images {
	float: left;
}
.stage .content .artikel .artikel_text .artikel_images .deimages {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	clear: left;
}
.stage .content .artikel .artikel_text .artikel_text_text {
	float: left;
}
#imageviewer {
	margin-top: 15px;
	float: left;
	width: 100%;
}
#imageviewer .viewer_image_container {
	float: left;
	padding: 3px;
	margin: 2px;
}

