/************************************************************
Saxofoonles.nu Global Stylesheet 
Target: Screen
Author: Martijn Schornagel - Momono Ontwerpwerk - www.momono.nl
************************************************************/

* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
#content a:link, #content a:visited {
	border-bottom: 1px solid #0083D7;
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	color: #0083D7;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0px;
}
body {
	background: #010206 url(img/body-bg.png) repeat-x scroll left top;
	font-family: Arial, Helvetica, sans-serif;
}

/************************************************************

* Positioning

************************************************************/
#bg-img {
	background: url(img/kees-sax.jpg);
	height: 382px;
	width: 269px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}
#logo a {
	position: absolute;
	left: 50px;
	top: 114px;
	height: 156px;
	width: 175px;
	background: url(img/logo.png) no-repeat left top;
	text-indent: -4000px;
	display: block;
}
#logo a:hover {
	background: url(img/logo.png) no-repeat left bottom;
}
#menu {
	position: absolute;
	left: 270px;
	top: 188px;
}
#content {
	position: absolute;
	width: 50%;
	left: 270px;
	top: 310px;
	color: #FFFFFF;
	font-size: 0.75em;
	line-height: 18px;
}
#tarieftable {
}
#tarieftable td {
	padding: 4px 4px 4px 0px;
}


/************************************************************

* Main menu

************************************************************/
#menu ul li {
	float: left;
	padding-right: 16px;
	margin-right: 10px;
	color: #999999;
}
#menu ul li a {
	float: left;
	color: #0083D7;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #000000;
}
#menu ul li a.selected {
	text-decoration: none;
	color: #000000;
}
#menu ul li.bullit {
	background: url(img/menu-divider.gif) no-repeat right center;
}

/************************************************************

* Typography

************************************************************/
h1 {
	position: absolute;
	left: 270px;
	top: 241px;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0083D7;
} 
#content p {
	margin-bottom: 15px;
}
#content ul {
	margin-bottom: 15px;
}
#content ul li {
	background: url(img/content-bullit.gif) no-repeat left center;
	padding-left: 10px;
}
#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px solid #323232;
	padding: 3px;
	background: #000000;
}
.bold {
	font-weight: bold;
	color: #0083D7;
}
.blue {
}



/************************************************************

* Formstyles

************************************************************/

textarea {
	width: 500px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	font-size: 11px;
	border: 1px solid #D5D5D5;
}
input {
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	background: #FFFFFF;
	color: #0083D7;
}
ul.zemError {
	list-style-image: none;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #FFFFFF;
}
ul.zemError li {
	background: url(img/content-bullit.gif) no-repeat left center;
	padding-left: 10px;
}

#naam {
	margin-bottom: 5px;
	width: 300px;
	color: #FFFFFF;
	border: 1px solid #0083D7;
	background: #0083D7;
}
#email {
	margin-bottom: 5px;
	width: 300px;
	color: #FFFFFF;
	border: 1px solid #0083D7;
	background: #0083D7;
}

#telefoon {
	margin-bottom: 5px;
	width: 300px;
	color: #FFFFFF;
	border: 1px solid #0083D7;
	background: #0083D7;
}
#opmerkingen {
	margin-bottom: 10px;
	width: 300px;
	color: #FFFFFF;
	border: 1px solid #0083D7;
	background: #0083D7;
}
#uwnaam {
	margin-bottom: 5px;
	width: 300px;
	color: #FFFFFF;
	border: 1px solid #0083D7;
	background: #0083D7;
}
.edit {
	margin-bottom: 5px;
	width: 160px;
	color: #FFFFFF;
	border: 1px solid #0083D7;
	background: #0083D7;
}
.publish {
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	background: #FFFFFF;
	color: #0083D7;
}
.publish:hover {
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999999;
	font-size: 11px;
	background: #999999;
	color: #FFFFFF;
}
