/* @override http://guitaracademy.local/wimweb.css */

body, p, h2, td, li, span, div {
	font: 13px/19px arial;
	color: #333333;
}

body {
	text-align: center;
	background: url('./img/plafond1.jpg') fixed repeat center center;
}

img, #logo, .red, .blue, .lightblue { behavior: url(iepngfix.htc) }

p {
	padding: 4px 30px;
	margin: 0;
}

ul, ol {
}

h1 {
	font: 24px/29px arial;
	letter-spacing: 1.2;
	color: #001155;
	padding: 10px 30px 4px 30px;
	margin: 0;
}

h2 {
	font-weight: bold;
	letter-spacing: 1.2;
	padding: 10px 30px 4px 30px;
	margin: 0;
}

div {
	text-align: left;
}

a {
	color: #001155;
	text-decoration: none;
}

a span {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.quote {
	font: 30px/36px arial;
	letter-spacing: 1.2;
	font-style: italic;
	color: white;
	position: absolute;
}

#container {
	margin: 0 auto;
	width: 900px;
	position: relative;
	text-align: left;
	clear: both;
	height: 0;
}

#header {
	position: relative;
}

#header_info {
	width:  900px;
	line-height: 13px;
	padding: 0;
	position: relative;
	margin: 50px auto 6px auto;
}

#lang_select {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	text-align: right;
}

#vestigingen {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 400px;
	text-align: right;
	line-height: 15px;
	color: #777777;
}
#vestigingen a {
	color: #333333;
}

#logo {
	background: url('./img/bg_semi_white.png') repeat center center;
	width: 892px;
	height: 44px;
	z-index: 10;
	padding: 8px 4px;
}

#menu {
	background-color: #001155;
	width: 900px;
	height: 31px;
	z-index: 30;
	position: relative;
	margin-bottom: 2px;
}

.navbutton {
	display: block;
	float: left;
	padding: 6px 10px;
}

.navbutton:hover {
	text-decoration: none;
}

.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 250px;
	background-color: #001155;
}

.submenu li {
	margin: 0;
	padding: 0;
	text-align: left;
}

a.subnavbutton {
	display: block;
	position: relative;
	height: 36px;
	overflow: hidden;
	text-decoration: none;
	padding: 14px 0 0 82px;
}

.subnavbutton img {
	position: absolute;
	top: -7px;
	left: 0;
}

.subnavbutton:hover {
	text-decoration: none;
}

#content {
	width: 900px;
	padding: 0;
	position: relative;
}

.page {
	background: url('./img/bg_semi_white.png') repeat center center;
	width: 900px;
	clear: both;
	position: relative;
}

.rightalign {
	text-align: right;
}

.left {
	float: left;
	clear: left;
}

.right {
	float: right;
	clear: right;
}

.vspace {
	height: 20px;
	width: 1px;
}

.box {
	padding-top: 5px;
	padding-bottom: 10px;
}
.normal {
}
.red {
	background: url('./img/bg_semi_red.png') repeat;
}
.blue {
	background: url('./img/bg_semi_blue.png') repeat;
}
.lightblue {
	background: url('./img/bg_semi_lightblue.png') repeat;
}
.red h1, .red p, .red li, .red td, .red th {
	color: #e78b81;
}
.blue h1, .blue p, .blue li, .blue td, .blue th {
	color: #b6bdda;
}
.blue h2, .red h2, .blue strong, .red strong {
	color: white;
}
.lightblue h1, .lightblue h2, .lightblue p, .lightblue li, .lightblue td, .lightblue th {
}
.red a {
	color: #e78b81;
	text-decoration: underline;
}
.blue a {
	color: #7e8fd2;
	text-decoration: underline;
}
.box p, .box h1, .box h2, .box table {
	padding-left: 15px;
	padding-right: 15px;
}

#lichtkrant {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 900px;
	height: 35px;
	background: url('./img/bg_semi_black.png') repeat;
	overflow: hidden;
}
#lichtkrant_text {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 8px;
	color: white;
	left: 0;
	top: 0;
}
#lichtkrant_text a {
	color: white;
	text-decoration: underline;
}
#lichtkrant_titel {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 27px;
	padding: 8px 10px 0 10px;
	font-weight: bold;
	background-color: #303030;
	color: white;
}

table.mooi {
	border-collapse: collapse;
}
table.mooi th {
	border-bottom: 1px solid #888888;
}
table.mooi th, table.mooi td {
	padding: 8px 20px 8px 10px;
}
.red table.mooi, .blue table.mooi, .lightblue table.mooi, .red table.mooi th, .blue table.mooi th, .lightblue table.mooi th {
	border-color: white;
}
.box table.mooi {
	margin: 10px;
}

#footer {
	padding: 10px 0 0 0;
	text-align: center;
	color: #888888;
}

#hideall {
}

/*
 * Login Box Styles
 */
#loginContainer {
	background-color: white;
}

#loginContainer label {
	display: block;
	clear: left;	
	float: left;
	margin-top: 10px;
	text-align: right;
	width: 130px;
}

#loginContainer label.inlineLabel {
	display: inline;
	float: none;
}
#loginContainer input.textInput {
	float: left;
	width: 199px;
	margin-top: 10px;
}

#loginContainer .group {
	display: block;
	margin-left: 130px;
	width: 199px;	
}

#loginContainer p.formLabel {
	display: block;
	padding-left: 0px;
	clear: both;
}

#loginForm {
	float: left;
	width: 350px;
}

#registrationForm {
	float: left;
}

.alert_content {
	background-color: white !important;
}

#loginForm #login_button {
	float: left;
	width: 100px;
	margin-left: 130px;
}

#loginForm #loginCancel {
	margin-left: 10px;
	float: left;
	width: 100px;
}

#forgotten_link {
	display: block;
	clear: both;
}
#reg_button {
	width: 50px;
	color: white;
	margin: 0 auto;
}
