/*
Stylesheet Sweelpop.nl
Roy Ahuis / Diplopia.nl
*/

body       	{ 
margin: 0px; 
background-image: url(http://www.sweelpop.nl/bgpage.jpg);
background-repeat: repeat-x;
background-color:#871080; 
}

.bigimg		{ 
border: 5px solid #ffc000; 
}
.menutop {
z-index: 2;
}

.avatar		{ 
border: 3px solid #ffc000; 
margin-right: 10px; 
margin-top: 10px; 
}

.avatar2	{ 
border: 3px solid #ffc000;
margin-right: 10px; 
border-top: 13px solid #ffc000; 
}

.titel		{ 
width: 200px; 
border-bottom: 2px solid #666666; 
border-spacing: 5px; 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size: 24px; 
font-weight: bold; 
color: #333333; 
letter-spacing: -2px; 
}

.container  { 
width: 800px; 
text-align: center; 
margin-left: auto; 
margin-right: auto; 
background-color: #FFFFFF;
}

.container:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .container {height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

.ntitel		{ 
width: 560px; 
background-color: #000000; 
margin-top: 10px; 
font-family:Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #ffc000; 
letter-spacing: -1px; 
padding: 5px;
}

.nshort		{ 
width: 560px; 
background-color: #666666; 
margin-top: 0px; 
font-family: "Lucida Sans Unicode", "Microsoft Sans Serif"; 
font-size: 12px; 
font-weight: normal; 
color: #FFFFFF; 
letter-spacing: 0px; 
padding: 5px;
}

.rechtstitel{ 
width: 200px; 
border-bottom: 1px solid #999999; 
border-spacing: 2px; 
}

.rechts		{ 
width: 200px; 
font-family: "Lucida Sans Unicode", "Microsoft Sans Serif"; 
font-size: 12px; 
font-weight: normal; 
color: #000000; 
letter-spacing: 0px; 
padding-top: 5px; 
}

.submit 	{ 
font:12px "Lucida Sans Unicode", "Microsoft Sans Serif"; 
color: #333333; 
background: #CCCCCC; 
border: 0px solid #CCCCCC; 
}

.txtfield	{ 
font: 12px "Lucida Sans Unicode", "Microsoft Sans Serif"; 
background: #FFFFFF; 
border: 1px solid #FFFFFF; 
height: 20px; 
width: 140px; 
}

.nbrief		{ 
width: 194px; 
padding: 3px; 
background:#CCCCCC; 
}

.ytimg		{ 
border: 3px solid #62005c; 
}

.yttxt		{ 
background-color: #62005c; 
width: 195px; 
padding-left: 5px; 
padding-bottom: 5px; 
font:12px "Lucida Sans Unicode", "Microsoft Sans Serif"; 
color: #ffc000; 
}

.menuimg img	{ 
border-bottom: 1px solid #62005c;
}

.footer		{ 
width: 780px; 
font-family: "Lucida Sans Unicode", "Microsoft Sans Serif"; 
font-size: 10px; 
font-weight: normal; 
color: #999999; 
letter-spacing: 0px; 
border-top: 1px solid #CCCCCC; 
margin-top: 20px; 
margin-bottom: 0px; 
padding-top: 1px; 
margin-left: 10px; 
margin-right: 10px; 
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 2;
}

#nav a {
	display: block;
	width: 110px;
z-index: 2;
}

#nav li { /* all list items */
	float: left;
	width: 110px; /* width needed or else Opera goes nuts */
z-index: 2;
}

#nav li ul { /* second-level lists */
	position: absolute;
	border: 1px solid #62005c;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	width: 100px;
	line-height: 150%;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
z-index: 2;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
z-index: 2;
}

a {
	text-decoration: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:active {
	color: #333333;
}

a:hover {
	font-weight: bold;
}
			#test {
				width: 560px;
				border: 5px solid #ffc100;
				height: 100px;
				padding-top: 200px;
				text-align: center;
				background-image: url(http://www.sweelpop.nl/www/header/wie.jpg);
			}
			#test img {
				margin: 5px;
				border-color: #ffffff;
				border: 2px solid #ffffff;
			}

#gmap {
	border: 5px solid #ffc100;
	width: 560px;
	margin-bottom: 10px;
	height: 300px;
	overflow: hidden;
z-index: 1;
}
#nav li:hover, #nav li.hover {
    position: static;
}
