/* global */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #000000 url(http://www.schaakclubutrecht.nl/achtergrondfoto2.jpg) top center no-repeat;
	color: #ffffcc;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.70em;
}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.4em;
	font-size: 130%;
}
p.indent {
	margin-left: 20px;
}
p.right {
	text-align: right;
	font-weight: bold;
	line-height: 0.0em;
}
p.img {
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.4em;
	font-size: 130%;
}

table {
	text-align: left;
	line-height: 1.4em;
	font-family: verdana, sans-serif;
	font-size: 130%;
}
td {
	padding: 4px 4px 4px 4px;
}
textarea {
	text-align: left;
	line-height: 1.4em;
	font-family: verdana, sans-serif;
	font-size: 100%;
}
input {
	text-align: left;
	line-height: 1.4em;
	font-family: verdana, sans-serif;
	font-size: 100%;
}
form {
	text-align: left;
	line-height: 1.4em;
	font-family: verdana, sans-serif;
	font-size: 130%;
}

strong {
	font-variant: small-caps;
	font-size: 110%;
}
em {
	letter-spacing: 5px;
	font-style: normal;
	font-weight: bold;
}

img {
	float: none;
	border: 0 none inherit;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
img.left {
	float: left;
	border: 0 none inherit;
	margin-right: 15px;
	margin-top: 8;
	margin-bottom: 15px;
}
img.right {
	float: right;
	border: 0 none inherit;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
}

a {
	outline: none;
	text-decoration: underline;
	font-weight: normal;
	color: #e1771e;
}

a:hover {
	outline: none;
	text-decoration: underline;
	font-weight: bold;
	color: #e1771e;
}

blockquote {
	margin: 10px 0px 20px 0px; 
	padding: 0px 20px 0px 20px;
	border-left: 8px solid;
	font-size: 130%;
}

/* unordered list */
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul li {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

.Top {
	float: right; 
	list-style-type: none;
	margin: 8px 0px 8px 8px; 
	padding: 4px;
	width: 30px;
	display: block;
	text-align: center;
}

.Top a {
	text-decoration: none;
}

.Vorigeweek {
	float: right; 
	list-style-type: none;
	margin: 8px 0px 8px 8px; 
	padding: 4px;
	width: 110px;
	display: block;
	text-align: center;
}

.Vorigeweek a {
	text-decoration: none;
}

/* ordered list */
ol {
	list-style-type: square;
	margin: 8px 0px 0px 24px;
	padding: 0px;
	font-size: 130%;
}

ol li {
	margin: 0px 0px 11px 0px; 
	padding: 0px;
}

/* main container */
#main {
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}

/* logo */
#logo {
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
	height: 150px;
	text-align: right;
}

#logo h1 {
	margin: 0px;
	padding: 41px 0px 0px 19px;
	font-size: 175%;
	letter-spacing: .2em;
	color: #ffffaa;
}

/* navigation menu */
#menu {
	height: 50px;
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}

#nav, #nav ul {
	padding: 1px 1px 1px 1px;
	margin: 0;
	list-style: none;
}

#nav li {
	list-style-type: none;
	float: right;
	width: 109px;
}

#nav ul {
	position: absolute;
	width: 109px;
	left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}

#nav a {
	display: block;
	line-height: 20px;
	text-align: center;
	margin: 5px 2px 5px 2px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

ul a {
	font-weight: bold;
	color: #ffffcc;
	cursor: default;
}

ul a:hover, ul a:active {
	font-weight: bold;
	color: #663300;
	cursor: pointer;
}

ul ul a:link, ul ul a:visited {
	line-height: 15px;
	font-weight: bold;
	color: #e1771e;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active {
	font-weight: bold;
	color: #663300;
	cursor: pointer;
}

ul li {
	background-color: #e1771e;
	border-left: 3px solid #ffffcc;
}

ul ul li {
	background-color: #ffffcc;
	border-top: 3px solid #e1771e;
	margin: 0;
	border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
	border-bottom: 3px solid #ffffcc;
}

* html ul ul li {
	border-top: 0;
}
/* Einde IE only hack */ 

#nav2, #nav2 ul {
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
	list-style: none;
}

#nav2 li {
	padding: 3px 3px 3px 3px;
	list-style-type: none;
	text-align: center;
	width: 150px;
}

#nav2 ul {
	position: absolute;
	width: 150px;
	left: -1000px;
}

#nav2 li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}

#nav2 a {
	display: block;
	line-height: 20px;
	margin: 5px 2px 5px 2px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}



/* main content */
#content {
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
	height: auto;
	padding: 0px;
	overflow: hidden;
} 

/* column 1 - contains news and menu level 2 */
#column1 {
	width: 180px;
	float: left;
}

#column1 h1 {
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	font-size: 160%;
	color: #ff9900;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}

/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 720px;
	float: left;
}

#column2 h1 {
	padding: 6px 0px 4px 0px; 
	margin: 0px 0px 12px 0px; 
	border-bottom: 1px solid;
	color: #ff9900;
	font-size: 160%;
	text-transform: uppercase;
	font-weight: normal;
}

#column2 h2 {
	padding: 6px 0px 4px 0px; 
	margin: 20px 0px 0px 0px; 
	font-size: 150%;
	font-weight: bold;
	color: #ffffaa;
}

#column2 h3 {
	padding: 6px 0px 4px 0px; 
	margin: 20px 0px 0px 0px; 
	font-size: 140%;
	font-weight: bold;
}

ol.vierkant {
	list-style: square outside;
	margin-left: 25px;
}
ol.cirkel {
	list-style: disc outside;
	margin-left: 25px;
}
ol.getal {
	list-style: decimal outside;
	margin-left: 25px;
}
ol.letter {
	list-style: lower-alpha outside;
	margin-left: 25px;

#iframepvdw {
	border: 1px; 
	width: 719px; 
	height: 400px;
} 
#iframepvdw iframe {
	border: 1px; 
	width: 719px; 
	height: 400px;
}


