/* Stylesheet Zwemschool Pinky */

/*
Kleurcodes:

grijs     : #333333
blauw     : #009DE0
geel      : #F2CB1E

*/

body,
html {
	margin:0;
	padding:0;
	background:#333;
}

body {
}

#container {
	width:970px;
	margin:auto;
	padding:0;
	background:#333;
	margin-top:10px;
}

#colomLinks {
	width:970px;
	margin-top:5px;
	height:auto;
	background:#333;
}

#boxLinks {
	float:left;
	width:380px;
	background:#333;
}

#menu1 {
	float:left;
	width:380px;
	height:325px;
	background-color:#333;
	margin-bottom:20px;
}

#menu2 {
	float:left;
	width:380px;
	height:224px;
}

#blok1 {
	float:left;
	width:168px;
	height:74px;
	background:url(../../images/blok1.gif);
	margin-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	padding-top:35px;
}

#blok1 a:link {
	color:#333;
	text-decoration: none;
}

#blok1 a:visited {
	color:#333;
	text-decoration:none;
}

#blok1 a:hover {
	color:#009DE0;
	text-decoration: none;
}


#blok2 {
	float:left;
	width:168px;
	height:64px;
	background:url(../../images/blok2.gif);
	margin-left:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#F2CB1E;
	text-align:center;
	padding-top:45px;
}

#blok2 a:link {
	color:#F2CB1E;
	text-decoration: none;
}

#blok2 a:visited {
	color:#F2CB1E;
	text-decoration:none;
}

#blok2 a:hover {
	color:#009DE0;
	text-decoration: none;
}

#blok3 {
	clear:both;
	float:left;
	width:358px;
	height:53px;
	background:url(../../images/blok3.gif);
	margin-left:20px;
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	padding-top:35px;
}

#blok3 a:link {
	color:#333;
	text-decoration: none;
}

#blok3 a:visited {
	color:#333;
	text-decoration:none;
}

#blok3 a:hover {
	color:#009DE0;
	text-decoration: none;
}

#content {
	float:right;
	width:590px;
	height:auto;
	margin-bottom:5px;
	background-color:#333;

}

#menu3 {
	float:left;
	width:542px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0 0 0 48px;
}

#menu3 a:link {
	color:#FFF;
	text-decoration: none;
}

#menu3 a:visited {
	color:#FFF;
	text-decoration:none;
}

#menu3 a:hover {
	color:#009DE0;
	text-decoration: none;
}

#inhoud {
	float:left;
	width:514px;
	height:auto;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#FFF;
	border-left:8px solid #F2CB1E;
	border-right:8px solid #F2CB1E;
	padding:0 20px 0 20px;
}

#inhoud a:link {
	color:#009DE0;
	text-decoration:none;
	font-weight:bold;
}

#inhoud a:visited {
	color:#009DE0;
	text-decoration:none;
	font-weight:bold;
}

#inhoud a:hover {
	color:#F2CB1E;
	text-decoration: none;
	font-weight:bold;
}

#borderboven {
	float:left;
	width:570px;
	height:30px;
	background:url(../../images/borderboven.gif) no-repeat;
	margin-left:20px;
}

#borderbeneden {
	float:left;
	width:570px;
	height:40px;
	background:url(../../images/borderbeneden.gif) no-repeat;
	margin-left:20px;
}

#realisatie {
	float:left;
	width:570px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	margin-left:48px;
}

#realisatie a:link {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#realisatie a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#realisatie a:hover {
	color:#F2CB1E;
	text-decoration: none;
	font-weight:bold;
}

h2 {
	margin:0 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#009DE0;
}

#fotoRechts {
	float:right;
	margin-left:20px;
	margin-top:5px;
}

/* Formulier elementen ---------------------------------------------------------- */

.inputForm {
	float:right;
	font:normal 11px verdana,arial,sans-serif;
	border:solid 1px #666666;
	background:#FFF;
	color:#666;
	width:180px;
	height:14px;
	padding:4px 4px 4px 4px;
	margin-bottom:10px;
}

.inputFormK {
	font:normal 11px verdana,arial,sans-serif;
	border:solid 1px #666666;
	background:#FFF;
	color:#666;
	height:14px;
	padding:4px 4px 4px 4px;
	margin-bottom:10px;
}

.inputArea {
	float:right;
	font:normal 11px verdana,arial,sans-serif;
	border:solid 1px #666666;
	background:#FFF;
	color:#666;
	width:180px;
	height:80px;
	padding:4px 4px 4px 4px;
	margin-bottom:10px;
}

.txtTab {
	float:left;
	font-weight:bold;
	width:200px
}

.txtTab2 {
	float:left;
	font-weight:bold;
	width:300px
}

.frmKnop {
	float:none;
	font-size:11px;
	background:#009DE0;
	margin:0px 0 20px 200px;
	width:190px;
	height:23px;
	color:#FFF;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:0;
}

.frmKnop2 {
	float:none;
	font-size:11px;
	background:#009DE0;
	margin:0 0 20px 0;
	width:190px;
	height:23px;
	color:#FFF;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:0;
}

.frmKnop3 {
	float:none;
	font-size:11px;
	background:#009DE0;
	margin:0px 0 20px 300px;
	width:190px;
	height:23px;
	color:#FFF;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
	border:0;
}

.formulier legend {
	float:left;
	color:#900;
	padding:8px;
}

.tabForm td {
	vertical-align:top;
}

.sel {
	font:normal 11px verdana,arial,sans-serif;
	border:1px solid;
	color:#666;
	height:22px;
	padding:4px 4px 4px 4px;
}

.text {
	font:normal 11px verdana,arial,sans-serif;
	border:1px solid;
	color:#666;
	padding:4px 4px 4px 4px;
}

td {
	vertical-align:top;
}

#grijsverder {
	display: none;
	padding-top: 15px
}
