/*

kleuren:

text: color: #002832
wat rood is: #701600
link:hoover: #007A98

CSS based on QuickSite Wireframe by Ron Hall, Busy Noggin, Inc.

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
table, caption, tbody, tfoot, thead, tr, th, td { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font: normal 12px/18px "Cambria, Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif";
	color: #002832;
	height: 100%;
	background: url(images/aufwind_hg.jpg);
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
}

form input[type=text], form input[type=password], form textarea {
	border: 1px solid;
}

form input:focus, form input:hover {
	color: black;
}

form select {
	font-size: 11px;
}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
}

.csc-firstHeader {
	margin-top: 0px;
}

.graphicTextWrap {
	overflow: hidden;
}

.graphicText {
	line-height:300px;
	display: block;
}

/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 875px;
	padding: 0;
	margin: 0 auto;
}

#feature {
	margin-bottom: 20px;
}

#contentBlock-1 {
	background-color: #FFF;
	padding: 20px 80px 20px 20px;
}

#generatedContent-1 {
	width: 235px;
	float: left;
}

#generatedContent-2 {
	width: 200px;
	float: right;
}

#f1d #contentBlock-1 {
	float: right;
	width: 540px;
}

#f1e #contentBlock-1 {
	float: left;
	width: 540px;
}


#f1f #contentBlock-1 {
	float: left;
	width: 480px;
}

#f2a #contentBlock-1 {
	float: left;
	width: 730px;
}

#f2a #contentBlock-2 {
	width: 230px;
	float: right;
}

#f2b #contentBlock-1 {
	float: left;
	width: 730px;
}

#f2b #contentBlock-2 {
	width: 230px;
	float: right;
}

#f2c #contentBlock-1 {
	float: left;
	width: 730px;
}

#f2c #contentBlock-2 {
	width: 230px;
	float: right;
}


#f2d #contentBlock-1 {
	float: left;
	width: 480px;
}

#f2d #contentBlock-2 {
	width: 230px;
	float: right;
}

#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
}

#f2e #contentBlock-2 {
	width: 230px;
	float: left;
}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 230px;
	float: left;
}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 230px;
	float: right;
}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 230px;
	float: left;
	margin-right: 20px;
}

/* @end Layout */

/* @group Header */

#header {
	margin: 20px 0;
	width: 860px;
	height: 172px;
	position: relative;
}

#masthead {
	position: absolute;
	bottom: 0;
	left: 0;
}

#masthead a {
	display: block;
	height: 55px;
	width: 200px;
	overflow: hidden;
	background: url(images/aufwind_logo.png) no-repeat;
	border: none;
	/* behaviour: url(/iepngfix.htc); */
	text-indent: -1000em;
}

#headerImage {
	margin-left: 235px;
	width: 600px;
	height: 132px;
	border: 20px solid #FFF;
	background: url() center no-repeat;
}


/* @end Header */

/* @group Footer */

#pageWrap #footer {
	width: 600px;
	padding: 8px 20px 8px 20px;
	margin: 20px 0;
	background: #FFF;
	float: right;
}

#footer p {
	margin: 0;
}

/* @end Footer*/

/* @group Local Menu */


/* @end Local Menu */

.nav {
	margin-left: 0;
	padding: 15px 0;
	font: bold 14px Calibri, Trebuchet MS, Helvetica Neue, Arial, Helvetica, sans-serif;
}

.nav ul {
	margin-left: 22px;
}

.nav li {
	list-style: none;
	margin-top: -1px;
}

.nav li a {
	color: #002832;
	text-transform: uppercase;
	border: 0 solid #FFF;
	border-width: 1px 0;
	padding: 3px 4px;
	display: block;
	margin-right: 32px;
}

.nav li a:hover {
	background: #FFF;
}

.nav li a.current {
	color: #701600;
	background: url(images/aufwind_navpfeil.png) center right no-repeat;
	border-width: 0;
	padding: 4px 36px 4px 4px;
	margin-right: 0;
	/* behaviour: url(/iepngfix.htc); */
}

.nav li li a {
	text-transform: lowercase;
}

#localMenu {}

#secMenu li a {
	border: none;
	padding: 4px;
	text-transform: lowercase;
	font-weight: normal;
}

/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background: url(images/right_module_cap.gif) no-repeat right top;
	font-size: 14px;
}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
	background: #008aec url(images/left_module_cap.gif) no-repeat left top;
}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
	background: url(images/right_module_cap.gif) no-repeat right bottom;
	font-size: 1px;
	overflow: hidden;
}

.moduleFooter span {
	display: block;
	height: 15px;
	background: #008aec url(images/left_module_cap.gif) no-repeat left bottom;
}

.moduleBody {
	padding: 15px 10px 10px 10px;
}

.moduleBodyWrap {
	border-left: 2px solid #008aec;
	border-right: 2px solid #008aec;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
}


.moduleBodyBleed {
	padding: 0;
}

.columnGroup {
	margin-bottom: 10px;
}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
}

.moduleGroup {
	margin-bottom: 10px;
}

.moduleFeature {
	margin-bottom: 15px;
}

/* @end Module Styling */


/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; }
DIV.csc-textpic-imagewrap { padding: 0; margin-right: -3px; }

/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
}

/* @end */
