/*#############################################################
Name: parabeaming.com-001
Date: 2008-05-09
Author: Rick de Zwart (PSD) / Daan Tames (HTML/CSS)
URL: www.twee-d.nl
#############################################################*/

/* standaard elementen */
* { margin:0; padding:0; }
body { 
	background:#ffffff; 
	margin:10px 5px 5px 5px; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	shim:true;
	}

/* lay-out elementen */
.container { 
	margin: 0 auto; 
	width: 861px; 
	height: 645px; 
	background:#FFFFFF 
	url(../gfx/bg-main.gif) no-repeat; 
	z-index:10; 
}

.main { 
	width: 832px; 
	height: 543px; 
	z-index:20; 
	padding:85px 0 0 15px; 
}

.left { 
	float:left; 
	width:424px; 
	height:543px; 
	background:url(../gfx/bg-inner-left.jpg); 
	z-index:30; 
}

.left p {
	color: #000; 
	margin: 0 0 0 5px; 
}
.right { 
	float:right; 
	width:408px; 
	height:543px; 
	z-index:40; 
}

.gallery {
	
	width: 380px;
	margin-bottom:10px
	margin-top:10px;
	float:left;
	
}
.thumb {
	margin: 10px;
	background-color: #000;
	float:left;
	padding:auto;
}

.thumbl {
	width: 110px;
	height: 100px;
	background-color: #000;
	margin: 10px;
	padding-left:40px;
	float:left
}
.thumbr {
	width: 146px;
	height: 100px;
	background: #000;
	margin:10px;
	padding-left:4px;
	float:left;
}
img {
	border: none;
}	

/* stijl elementen */
a { color: #e11f26; font-weight:bold; }
a:hover { color: #e11f26; text-decoration:underline; cursor:pointer; }

h1 { color:#000; font-size:22px; font-weight:normal; line-height: 22px; margin: 15px 0 10px 0;}
h2 { font-size: 20px;}
h3 { font-size: 18px; margin: 10px 0 10px 0; color: #000;}

/* inhoud elementen */

.home {
	float: right;
}
.home a { 
	color: #000;
	font-weight: bold;
	text-decoration: none;
	
}
.home a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
	
.content {
	 padding:15px 10px 25px 15px;
	 line-height:18px; 
	 height: 425px;
	 overflow-x: hidden;
	 overflow-y: auto;
	 shim:true;
}

.content p {
	margin: 5px 0 5px 0px; 
}
.video { margin: 15px 0 15px 0;}
.sponsors { margin: 10px 0 0 25px; height:55px;}


/* form elementen */
fieldset { border:0px; width:100%; }
label { width: 100px; float:left; text-align:left; display:block; margin-bottom:2px; }
input { border: 1px solid #4e4e4e; width:200px; margin-bottom:2px; }
textarea { width:200px; height:80px; margin-bottom:2px; border: 1px solid #4e4e4e; }
.inputText2 { width:45px; height:20px; font-size:14px; }
.submit { background:#00aeef; font-weight:bold; text-transform:uppercase; color:#FFFFFF;  }
