/*layout.css for www.m-agemusic.nl.nl - wireframes presentation*/
/*by eric ribberink - oppernet, zutphen, the netherlands*/


HTML{
}
BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
DIV#wrap {
	margin-left : auto;
	margin-right : auto;
	margin-top: 60px;
	width : 990px;
	text-align : left;
	height : 465px;
}
DIV#user1{
	margin-top: 0px;
	position : relative;
	float : left;
	width: 60px;
	height : 465px;
	background-image : url(../images/titel.jpg);
}

DIV#user2{
	position : relative;
	top: 45px;
	float : left;
	width: 465px;
	text-align : right;
}

DIV#content{
	position: relative;
	top: 0px;
	left: 0px;
	width : 465px;
	text-align : left;
	float : right;
	height : 465px;
	overflow : auto;
}

DIV#menu{
	position: relative;
	top: -465px;
	left: 400px;
	height : 465px;
	width: 125px;
	background-image : url(../images/Menu.png);
	background-repeat : no-repeat;
	clear: both;
}

DIV#footer{
	margin-left : auto;
	margin-right : auto;
	text-align: center;
}

.contentpaneopen{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}
td.contentheading{
	padding-top: 40px;
}


/*
// JoomlaWorks "Simple Image Rotator" Module for Joomla! 1.5.x - Version 1.2
// License: http://www.gnu.org/copyleft/gpl.html
// Copyright (c) 2006 - 2008 JoomlaWorks, a Komrade LLC company.
// More info at http://www.joomlaworks.gr
// Developers: Fotis Evangelou
// ***Last update: May 20th, 2008***
*/

DIV#jw-sir{
	float : right;
}

DIV#jw-sir UL{
	text-align: right;
}

ul#jw-sir {position:relative;list-style:none;list-style-image:none;margin:0px auto;padding:0px;overflow:hidden;border:none;background:none;}
ul#jw-sir li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir li#jw-sir-loading {background:#fff url(loading.gif) no-repeat center;}
ul#jw-sir li#jw-sir-loading-black {background:#000 url(loading_black.gif) no-repeat center;}

/*Formulier*/
form#Contact input {
	width: 250px;
	background-color: #D6D6D6;
	border : none;
	display: run-in;
}
form#Contact span input{
	width: 25px;
}
textarea{
	background-color: #D6D6D6;
	border : none;
}

/*span.radioRadio{
	display: block;
}
input{
	width: 25px;
	background-color : Aqua;
	display: inline;
}*/


form#Contact INPUT#verstuur{
	cursor:pointer;
	border: 0px outset #A0C300;
	background:#999;
	padding: 1px 2px;
	font-size: 10pt;
	width: 70px;
	height: 30px;
	color: white;
}
