/****************************************
(c) 2010 Niels Kim, 050media
Lay-out: Fysiosportief Groningen
Bestand: style.css
****************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
}

body {
	border-top: 4px solid #3a3a3a;
}

.reparatiekit {
	height: 1px;
	font-size: 1px;
	clear: both;
}


#kliko {
	width: 906px;
	margin: 0 auto;
}

#debug {
	display: none;
}

/****************************************
(c) 2010 Niels Kim, 050media
Lay-out: Fysiosportief Groningen
Bestand: header.css
****************************************/

#header {
	margin: 0 0 40px 0;
}

/* Head adres */
#head_adres {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #7f7e7e;
	text-align: right;
	padding: 8px 0 0 0;
}
#head_adres strong {
	margin: 0 5px 0 15px;
}
#head_adres span {
	margin: 0 10px 0 10px;
}
#head_adres a {
	color: #7f7e7e;
	text-decoration: underline;
}
#head_adres a:hover {
	text-decoration: none;
}
/* Eind head-adres */

/* Head adres */
#head_openi {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #7f7e7e;
	text-align: right;
	padding: 8px 0 20px 0;
}
/* Eind head-adres */

/* H1 */
#header h1 {
	width: 193px;
	height: 47px;
	background-image: url('../images/fysiosportief_head_logo.png');
	margin: 0 0 5px 45px;
}
#header h1 a {
	display: block;
	width: 193px;
	height: 47px;
}
#header h1 a span {
	display: none;
}
/* Eind H1 */


/* Inner header */
#inner_header {
	position: relative;
	width: 904px;
	height: 285px;
	background-image: url('../images/header_bg.png');
}

/* Topmenu */
#topmenu {
	position: absolute;
	right: 15px;
	top: -15px;
	width: 413px;
	height: 38px;
	background-image: url('../images/topmenu_bg.png');
	background-repeat: no-repeat;
	background-position: right;
}
#topmenu ul {
	list-style-type: none;
	margin: 2px 0 0 2px;
}
#topmenu ul li {
	float: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	height: 32px;
	background-image: url('../images/topmenu_items_spacer.png');
	background-repeat: no-repeat;
	background-position: right top;
	text-transform: lowercase;
}
#topmenu ul li a {
	float: left;
	display: block;
	color: #fff;
	padding: 0 16.5px 0 17px;
	text-decoration: none;
	height: 32px;
}
#topmenu ul li a:hover {
    background-image: url('../images/topmenu_items_hover_bg.png');
}
#topmenu ul li.socialmedia a {
	float: left;
	display: block;
	color: #fff;
	padding: 0 5px 0 5px;
	text-decoration: none;
	height: 32px;
}
#topmenu ul li.socialmedia img {
	padding: 7px 0 0 0;
}

/* Eind topmenu */

/* Menu (main) */
#menu {
	position: absolute;
	top: 193px;
	left: 18px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float: left;
	line-height: 42px;
	height: 50px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	background-image: url('../images/menu_spacer.png');
	background-repeat: no-repeat;
	background-position: right top;
}
#menu ul li a {
	display: block;
	float: left;
	height: 50px;
	padding: 0 13px 0 13px;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
	background-image: url('../images/menu_hover_bg.png');
	background-position: center top;
}

#menu ul li a.huidig_item {
	background-image: url('../images/menu_huidig_bg.png');
	background-position: center top;
}
/* Eind menu */

/* Kruimelpad */
#kruimelpad {
	position: absolute;
	left: 30px;
	bottom: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a4a4a;
}
#kruimelpad a {
	color: #4a4a4a;
	text-decoration: underline;
}
#kruimelpad a:hover {
	text-decoration: none;
}
/* Eind kruimelpad */

/* Head zoeken */
#head_zoeken {
	position: absolute;
	right: 15px;
	bottom: 10px;
	width: 245px;
	height: 26px;
	text-align: right;
	background-image: url('../images/head_zoeken_bg.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#head_zoeken input[type="text"] {
	width: 171px;
	height: 20px;
	background-image: url('../images/head_zoeken_input_bg.png');
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6c6c;
	padding: 6px 30px 0 10px;
}
#head_zoeken input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background-color: transparent;
	background-image: url('../images/head_zoeken_submit_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000em;
	cursor: pointer; 
	border: 0!important;
	padding: 0;
}
/* Eind head zoeken */

/****************************************
(c) 2010 Niels Kim, 050media
Lay-out: Fysiosportief Groningen
Bestand: content.css
****************************************/


#content {
/*	width: 850px;
	margin: 0 auto;*/
}

#pag_sub {
	width: 700px;
	float: left;
}

/* Tabellen */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

/* Inhoud */
.inhoud {
	min-height: 400px;
}
.inhoud h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ff591a;
	margin: 0 28px 15px 28px;
}
.inhoud h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ff591a;
}
.inhoud p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
.inhoud ul {
	margin: 0 0 15px 30px;
	list-style-type: disc;
}
.inhoud ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 1.5em;
}
.inhoud img {
	margin: 0 0 5px 5px;
}
.inhoud a {
	color: #ff4600;
	text-decoration: underline;
}
.inhoud a:hover {
	text-decoration: none;
}
.cont_blok {
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 15px 0;
	margin: 0 28px 30px 28px;
}
.cont_blok h1 {
	margin: 0 0 5px 0!important;
}
/* Eind inhoud */

/* Formulier */
.inhoud form {

}
.inhoud dl {
	margin: 0 0 15px 0;
}
.inhoud dl dt {
	float: left;
	clear: left;
	width: 120px;
	padding: 3px 10px 0px 0px;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.5em;
}
.inhoud dl dd {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
.inhoud input, .inhoud textarea {
	width: 200px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #444;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #c9c9c9;
}
.inhoud textarea {
	height: 160px;
}
.inhoud input:focus, textarea:focus {
	border: 1px solid #ff591a;
}
#contact_form-Send {
	width: 206px;
	height: 32px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0px;
	background-color: transparent;
	background-image: url('../images/knop_verzenden.png');
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -1000em;
	cursor: pointer; 
}
ul.errors {
	color: #f00;
	margin: 0 0 0 20px;
}
ul.errors li {
	color: #f00;
}
/* Eind formulier */

/* Zoekresultaten */
#inhoud_zoek_form {

}
#inhoud_zoek_form input[type="submit"] {
	width: 24px;
	height: 19px;
	margin: 0 0 0 5px;
	padding: 0;
	border: 0!important;
	background-color: transparent;
	background-image: url('../images/head_zoeken_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000em;
	cursor: pointer;
}
#inhoud_zoek_form .reparatiekit {
	margin: 0 0 30px 0;
}
#inhoud_zoek_form #search-label {
	display: none;
}
.inhoud ul.search-results {
	list-style-type: none;
	margin: 5px 0 15px 0;
}
.inhoud ul.search-results li {
	margin: 0 0 10px 0;
}
.inhoud ul.search-results li p {
	margin: 0 0 0 0;
}
/* Eind zoekresultaten */

/* Sidebar */
#sidebar {
	float: left;
	width: 180px;
	margin: 0 0 0 20px;
}
#sidebar h1 {
	background-image: url('../images/sb_h1_bg.png');
	width: 165px;
	height: 30px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ededed;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	padding: 0 0 0 15px;
	background-image: url('../images/sb_item_image.png');
	background-repeat: no-repeat;
	background-position: 4px 6px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #4f4e4e;
	line-height: 1.7em;
}
#sidebar ul li a {
	color: #4f4e4e;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
/* Eind sidebar */

/****************************************
(c) 2010 Niels Kim, 050media
Lay-out: Fysiosportief Groningen
Bestand: tagcloud.css
****************************************/

#tagcloud {
	padding: 40px 0 40px 0;
}
#tagcloud ul {
	list-style-type: none;
	text-align: center;
	font-size: 1px;
}
#tagcloud ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #292929;
	display: inline;
	margin: 0 15px 0 15px;
	line-height: 0.9em;
}
#tagcloud ul li a {
	color: #292929;
}
#tagcloud ul li a:hover {

}

.tc1 {
	font-size: 13px!important;
}
.tc1 a {
	text-decoration: none;
}
.tc1 a:hover {
	text-decoration: underline;
}

.tc2 {
	font-size: 16px!important;
}
.tc2 a {
	text-decoration: none;
}
.tc2 a:hover {
	text-decoration: underline;
}

.tc3 {
	font-size: 16px!important;
}
.tc3 a {
	text-decoration: underline;
}
.tc3 a:hover {
	text-decoration: none;
}

.tc4 {
	font-size: 18px!important;
}
.tc4 a {
	text-decoration: underline;
}
.tc4 a:hover {
	text-decoration: none;
}

.tc5 {
	font-size: 22px!important;
}
.tc5 a {
	text-decoration: none;
}
.tc5 a:hover {
	text-decoration: underline;
}

/****************************************
(c) 2010 Niels Kim, 050media
Lay-out: Fysiosportief Groningen
Bestand: bottom.css
****************************************/

#bottom {
	width: 906px;
	background-image: url('../images/bottom_cent_bg.png');
}


#bottom_head {
	height: 189px;
	background-image: url('../images/bottom_head_bg.png');
	font-size: 1px;
}
#bottom_cent {
	margin-top: -160px;
	min-height: 180px;
}
#bottom_foot {
	height: 14px;
	background-image: url('../images/bottom_foot_bg.png');
	font-size: 1px;
}

/* Bottom blok */
.bottom_blok {
	width: 190px;
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 20px 0;
}
.bottom_blok h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
}
.bottom_blok h3 a {
	display: block;
	color: #fff;
	text-decoration: underline;
}
.bottom_blok h3 a:hover {
	text-decoration: none!important;
}

.bottom_blok ul {
	list-style-type: none;
}
.bottom_blok ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.7em;
}
.bottom_blok li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.bottom_blok li a:hover {
	text-decoration: underline;
}

/****************************************
(c) 2010 Niels Kim, 050media
Lay-out: Fysiosportief Groningen
Bestand: footer.css
****************************************/

#footer {
	padding: 5px 0 0 0;
}

#footer p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #5c5c5c;
	height: 52px;
	line-height: 52px;
}
#footer p span {
	margin: 0 10px 0 10px;
}
#footer a {
	color: #5c5c5c;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer a img {
	margin: 0 0 0 10px;
}

#fleft {
	width: 430px;
	float: left;
	margin: 0 0 0 30px;
}
#fright {
	width: 410px;
	float: right;
	text-align: right;
}


