/*

Laméco Enquête 2010
Gemaakt door: Gerard van der Kruijs

*/
body {
	background: url('../images/backgroundStretch.png') top repeat-x;
	background-color: #e6e3df;
	font-family: 'Trebuchet Ms', Tahoma,Verdana, Arial;
	font-size: 11px;
	color: #1c1b1a;
	text-align: justify;
	margin: 0;	
	padding: 0;
}

h1 {
	font-size: 20px;
	color: #fff;
	margin: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

span {
	text-align: left;	
}

img {
	border: 0;
}

a {
	color: #969293;
	text-decoration: none;
}

a:hover { 
	color: #f70e39;
	text-decoration: none;
}

#container {
    margin: 0 auto;
    width: 1000px;
    padding: 0;
}

#mainContainer {
	float: left;
	background: url('../images/backgroundContainerStretch.png') repeat-y;
	width: 1000px;
}

#mainContainerContent {
	float: left;
	width: 950px;
	padding: 20px 20px 0 21px;
}

#footerMainContainer {
	float: left;
	background: url('../images/backgroundContainerBottom.png') bottom no-repeat;
	width: 1000px;
	height: 25px;
	margin-top: 0;
	padding: 0;
}

#header {
	float: left;
	width: 120px;
	height: 48px;
	padding: 26px 415px;
    border-bottom: 1px solid #969293;	
}

#content {
	float: left;
	width: 910px;
    margin: 20px 20px 20px 20px;
}

#intro {
    margin: 0 0 20px 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: #173f7a;
    text-align: center;
}

#inhoud1 {
	display: none;
	padding:5px;
	background-color:#fff;
	margin: 0;
}
#collapse1 {
	display:block;
	background-color:#B20437;
	color: #fff;
}

.titel {
	display:block;
	padding:10px;
	background-color:#173f7a;
	color: #fff;
	font-size: 20px;
	margin: 0;
	height: 25px;
}

.block {
	margin: 0 0 20px 0;
	border:1px solid #969293;
	padding: 10px;
}

.block2 {
    height: 400px;
	margin: 0 0 20px 0;
	padding: 10px;
}

.stripeMe {
	border-collapse: collapse;
	width: 50%;
	margin: 24px;
	font-size: 1.1em;
}

.even {
    background: #eee;
}

.stripeMe th {
	background: #f70e39;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

.stripeMe tr td {
	padding: 6px 11px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #fff;
	vertical-align: top;
}

.stripeMe tr td * {
	padding: 6px 11px;
}


.stripeMe tr.over td {
	background: #bbb;
}

.groupWrapper
{
	width: 32%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}
.serializer
{
	clear: both;
}
.groupItem
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	line-height: 28px;
	background-color: #f70e39;
	color: #fff;
	padding: 0 10px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 28px;
	position: relative;
}

.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
    color: #fff;
}
.sortHelper
{
	border: 2px dashed #bbb;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.itemContent ul {
    margin: 0;
    padding: 0;
}