/* 
 * ----------------------------------------------------------
 * Title:		MediaFlirt - CSS Main Stylesheet
 * Author:		Kenny van Ooijen
 * Date:		10/07/09
 * ----------------------------------------------------------
 * MediaFlirt - Webdesign bureau
 * www.mediaflirt.nl
*/


html { background: #ffffff url('images/htmlbg.gif') repeat-x; height: 100%; }
body { font: 12px Arial; margin: 0px auto; height: 100%; }

/* container */
.Container {
	position: relative;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	z-index: 2;
}


/* header */
.Header {
	float: left;
	width: 936px;
	padding: 0px 32px 26px 32px;
	background-color: #ffffff;
}
.Header .logo {
	float: left;
	border: 0px;
	margin-top: 29px;
}
.Header .navigatie {
	float: right;
	text-align: right;
	margin-top: 48px;
}
.Header .navigatie a { font: 12px Arial; font-weight: bold; color: #003745; text-decoration: none; padding: 0px 0px 0px 14px; margin-left: 35px; background: url('images/arrow.gif') no-repeat; }
.Header .navigatie a:hover { color: #00a4e4; text-decoration: underline; background: url('images/arrow.gif') no-repeat 0 -13px; }
.Header .navigatie .on { font: 12px Arial; font-weight: bold; color: #00a4e4; text-decoration: underline; padding: 0px 0px 0px 14px; margin-left: 35px; background: url('images/arrow-on.gif') no-repeat; }

	
/* content */
.Content {
	float: left;
	width: 936px;
	height: 100%;
	padding: 0px 32px 20px 32px;
	background-color: #ffffff;
}
.Content h1 {
	font: 24px Georgia;
	color: #00a4e4;
	margin: 0px;
	padding-bottom: 8px;
}
.Content p {
	font: 12px Arial;
	color: #777777;
	line-height: 24px;
	margin: 0px;
}
.Content .ontwerp {
	float: left;
	width: 936px;
	padding: 30px 0px 15px 0px;
	margin-top: 18px;
	border-top: 1px solid #d6d6d6;
}
.Content .ontwerp .afb {
	float: left;
	position: relative;
	height: 187px;
	width: 650px; 	
	background: url('images/voorbeelden/over.gif') no-repeat;

}
.Content .ontwerp .afb:hover {
	float: left;
	position: relative;
	height: 187px;
	width: 650px; 	
	background: url('images/voorbeelden/over.gif') no-repeat 0 -187px;
}
.Content img {
	float: left;
	margin-top: -187px;
	border: 0px;
}
.Content .omschrijving {
	float: right;
	margin: -185px 0px 0px 0px;
	width: 268px;
}
.Content .omschrijving h2 {
	font: 18px Georgia;
	color: #003745;
	margin: 0px;
}
.Content .omschrijving .link { color: #00a4e4; text-decoration: none; }
.Content .omschrijving .link:hover { text-decoration: underline; }

.Content .omschrijving p {
	font: 12px Arial;
	color: #777777;
	line-height: 24px;
	margin: 5px 0px 15px 0px;
}
.Content .omschrijving .voorbeeld { font: 12px Arial; color: #00a4e4; text-decoration: underline; padding: 0px 0px 0px 14px; background: url('images/arrowr.gif') no-repeat; }
.Content .omschrijving .voorbeeld:hover { color: #003745; text-decoration: underline;}

.Content .omschrijving .bezoek { font: 12px Arial; color: #003745; text-decoration: none; padding: 0px 0px 0px 14px; background: url('images/arrowr.gif') no-repeat; }
.Content .omschrijving .bezoek:hover { color: #003745; text-decoration: underline;}

.Content .omschrijving .offline { font: 12px Arial; color: #003745; padding: 0px 0px 0px 14px; background: url('images/offline.gif') no-repeat; }

.Content .paginanr {
	float: left;
	width: 936px;
	text-align: right;
	font: 12px Arial;
	color: #003745;
	margin-top: 20px;
}
.Content .paginanr a {
	font: 12px Arial;
	color: #00a4e4;
	text-decoration: none;
	margin-left: 8px;
	padding: 5px;
}
.Content .paginanr a:hover {
	font-weight: bold;
	color: #003745;
	text-decoration: underline;
}
.Content .paginanr .on {
	font: 16px Arial;
	font-weight: bold;
	color: #003745;
	padding: 5px;
}
.Content .paginanr .volgende {
	font: 12px Arial;
	color: #003745;
	padding: 5px;
}

/* footer */
.FooterContainer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 150px;
	margin-top: -60px;
	background: #003745 url('images/footerbg.gif') repeat-x;
	z-index: 1;
}
.FooterContent {
	width: 1000px;
	margin: 0px auto;
}
.FooterNavigatie {
	float: left;
	width: 936px;
	position: absolute;
	margin-top: 80px;
	padding: 0px 32px 0px 32px;
}
.FooterNavigatie .line {
	float: left;
	font: 12px Arial;
	color: #ffffff;
	margin: 0px 25px 0px 25px;
}
.FooterNavigatie .copy {
	float: right;
	font: 12px Arial;
	color: #ffffff;
}
.FooterNavigatie a { float: left; font: 12px Arial; color: #ffffff; text-decoration: none; }
.FooterNavigatie a:hover { text-decoration: underline; }
