/**
/* Main CSS Bramsom.nl
/*
/* @author Sensus Solutions.
/* @date 29/05/2009
**/
body {
	margin:0px;
	margin-bottom:20px;
	line-height:17px;
	font-family:verdana, arial, helvetica;
	font-size: 12px;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
}

#baan {
	width:100%;
	height:100%;
	margin: 0px auto;
	background-image: url(../images/atletiekbaan.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: yellow;
    font-size: 150%;
    color: red;
    padding: 2px;
}

img { 
	border:0px;
}

h1 {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:28px;
	font-weight:lighter;
	color: #000;
}

h2 {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:18px;
	font-weight:lighter;
	color: #c03401;
}

h3{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:16px;
	color: #000;
}

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
} 

#logo {
	width: 750px;
	margin:0px auto;
}

#navigation {
	width:750px;
	height:35px;
	margin:0px auto;
	padding-left:35px;
	background: transparent;
	cursor:pointer;
}

#navigation img {
	margin:0px;
	padding:0px;
}

#container {
	width: 750px;
	height: auto;
	margin: 0px auto;
	background-color: #fff;
}

#container-top {
	width: 750px;
	height: 14px;
	margin: 0px auto;
	background-image: url(../images/container-top.png);
}

#container-bottom {
	width: 750px;
	height: 14px;
	margin: 0px auto;
	background-image: url(../images/container-bottom.png);
}

#content {
	height: 100%;
	padding-left:15px;
	background-color: #fff;
}

#left-column {
	line-height:18px;
	width:480px;
	padding-top:16px;
	float:left;
}

#right-column {
	width:210px;
	padding-top:16px;
	padding-right:30px;
	text-align:left;
	float:right;
}

#right-column a {
	font-family:verdana, arial, helvetica;
	font-size:16px;
	font-weight:lighter;
	color: #c03401;
	text-decoration:none;
}

#right-column a:hover{
	text-decoration:underline;
}

#right-column h2 {
	color: #000;
}

#titles {
	height: 33px;
	width: 705px;
	padding-top:20px;
	padding-right:10px;
	border-bottom: 1px solid #ccc;
}

#titles  h1{
	line-height:30px;
}

#recente-fotos {
	width: 194px;
	height: 292px;
}

#thumbnails img {
	cursor:pointer;
}

.selected {
	border:2px solid orange;
	border:inside;
}

/* Start Home image rotator */

div#rotator {
	margin-top:2px;
	position:relative;
	height:198px;
}

div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}

div#rotator ul li.show {
	z-index:500
}

/* End Home image rotator */

#emailerror  {
	color: red;
}

.rounded a {
	color: #000;
	text-decoration:none;
}

.rounded a:hover {
	text-decoration:underline;
}
#twitter_widget {
	float:right;
	width:190px;
	margin-bottom:25px;
}

#twitter_widget a:link{
	font-size:12px;
}

