/*

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
	
	reset.css
	Resets default browser CSS.
	
	Based on but not the same as work by Eric Meyer:
	http://meyerweb.com/eric/tools/css/reset/
	v1.0 | 20080212
	
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight:400;
	}

/* 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,
a:focus {
	outline: none;
	}

del {
	text-decoration: line-through;
}

/* @end Reset Styling */

/* -- !VARIOUS RESETS -- */

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Verdana, "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
	background: url(images/body-bg.jpg) repeat;
	margin: 0;
	padding: 0;
}

/* 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: 18px;
	}

form input, form textarea  {
	border: 1px solid #2FC2FE;
	color: #000;
	padding: 5px 10px;
	font-size: 8pt;
}

form input:focus, form textarea:focus {
	color: black;
	background: #EDEDED;
	}

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 TYPO3 Styling Adjustments */

div.csc-textpic-center div.csc-textpic-imagewrap,
div.csc-textpic-left div.csc-textpic-imagewrap,
div.csc-textpic-right div.csc-textpic-imagewrap {
	margin-bottom: 0;
	}

div.csc-textpic div.csc-textpic-single-image img {
	margin-bottom: 0;
}

/* @end TYPO3 Styling Adjustments */


/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 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 */

#wrapper {
	width: 977px;
	background: url(images/wrapper-bg.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#pageWrap {
	margin: 0 60px 0 60px;;
	}

#feature {
	margin-bottom: 20px;
	}

#generatedContent-1 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}

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

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

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

#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: 164px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 384px;
	margin-right: 38px;
	}

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

/* @end Layout */

/* @group Header */

#header {
	font-size: 8pt;
	}

#masthead {
	float: left;
	margin: 12px 0 6px 0;
	padding: 0;
	overflow: hidden;
	}

#masthead a {
	display: block;
	padding-top: 100px;
	}

#navigation {
	clear: both;
	height: 100px;
	border-top: 1px solid #0882d0;
	position: relative;
}
/* @group Global Menu */

#globalMenu.l1 {
	margin: 0;
	float: left;
	}

.l1 li {
	display: inline;
	float: left;
	padding: 0;
	}

.l1 li.last {
	border: none;
	}

.l1 a:link, .l1 a:visited {
	float: left;
	color: #FFF;
	width: 65px;
	padding: 1px 9px 2px 3px;
}

.l1 .dark a:link, .l1 .dark a:visited {
	background: #0480CF;
}

.l1 .dark a:hover, .l1 .dark a:hover {
	background: #45A1DB;
}

.l1 .light a:link, .l1 .light a:visited {
	background: #2FC2FE;
}

.l1 .light a:hover, .l1 .light a:active {
	background: #65D2FE;
}

.l1 .l2 {
	position: absolute;
	top: 20px;
	margin: 0;
}

.l1 .l2 li {
	position: relative;
	margin: 0;
	display: block;
	float: none;
}

.l1 .l2 a:link, .l1 .l2 a:visited {
	width: auto;
}

/* ------------------- dark-blue ----*/
.l1 .l2 .dark a:link, .l1 .l2 .dark a:visited {
	background: #0480CF;
}

.l1 .l2 .dark a:hover, .l1 .l2 .dark a:hover {
	background: #45A1DB;
}

/* ------------------- light-blue ----*/
.l1 .l2 .light a:link, .l1 .l2 .light a:visited {
	background: #2FC2FE;
}

.l1 .l2 .light a:hover, .l1 .l2 .light a:active {
	background: #65D2FE;
}

/* ------------------- yellow ----*/
.l1 .l2 .yellow a:link, .l1 .l2 .yellow a:visited {
	background: #FFBA00;
}

.l1 .l2 .yellow a:hover, .l1 .l2 .yellow a:hover {
	background: #FFCF31;
}

/* ------------------- green ----*/
.l1 .l2 .green a:link, .l1 .l2 .green a:visited {
	background: #5EBA1B;
}

.l1 .l2 .green a:hover, .l1 .l2 .green a:active {
	background: #6DD453;
}

/* ------------------- red-dark ----*/
.l1 .l2 .red-dark a:link, .l1 .l2 .red-dark a:visited {
	background: #D60D0D;
}

.l1 .l2 .red-dark a:hover, .l1 .l2 .red-dark a:active {
	background: #F33943;
}

/* ------------------- red ----*/
.l1 .l2 .red a:link, .l1 .l2 .red a:visited {
	background: #FF0600;
}

.l1 .l2 .red a:hover, .l1 .l2 .red a:active {
	background: #FF2533;
	background: #E25E5E;
}

/* ------------------- red-light ----*/
.l1 .l2 .red-light a:link, .l1 .l2 .red-light a:visited {
	background: #FF806E;
}

.l1 .l2 .red-light a:hover, .l1 .l2 .red-light a:active {
	background: #FF9C90;
}
#menuitem_21 {
	width: 300px
}

#menuitem_22 {
	clear: both;
}
#menuitem_18,
#menuitem_19,
#menuitem_20,
#menuitem_23 {
	clear: both;
	float: left;
}

#menuitem_24,
#menuitem_25 {
	float: left;
}

/* @end Global Menu */

#metaMenu.l1 {
	float: right;
}

#metaMenu.l1 a:link, #metaMenu.l1 a:visited {
	width: 70px;
}

/* @end Header */

/* @group Footer */

#footer {
	font-size: 8pt;
	padding: 3px 0;
}

#footerCopyright {
	float: left;
	color: #999999;
}

a#footerHomeLink {
	display: block;
	float: right;
	color: #999999;
	}

a#footerHomeLink:hover {
	color: black;
	}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	border-right: 1px solid #008aec;
	border-top: 5px solid #008aec;
	}

#localMenu ul {
	margin-top: 10px;
	}

#localMenu ul li {
	margin-bottom: 3px;
	}

#localMenu li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	}

#localMenu li a {
	color: #b2b2b2;
	}

#localMenu li a:hover {
	color: black;
	}

#localMenu li.current a {
	color: #008aec;
	}

#localMenu li.current li a {
	color: #b2b2b2;
	}

#localMenu li.current {
	background: url(images/local_menu_arrow.gif) no-repeat right -5px;
	}

/* @end Local Menu */

#breadcrumb {
	float: right;
	color: #999;
	margin: 0;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color: #999;
}

#breadcrumb li {
	background: none;
	display: inline;
	padding: 0 3px;
}

#breadcrumb li.spacer {
	padding: 0;
}

#breadcrumb li.cur {
	text-decoration: underline;
	padding: 0 0 0 3px;
}

/* @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: 10px 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;
	background: url(images/body-bg.jpg) repeat 0 6px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

.moduleFooter {
	background: none;
	display: none;
}

.moduleFooter span {
	background: none;
}

.moduleBodyWrap {
	border-left: 0px solid #008aec;
	border-right: 0px solid #008aec;
	position: relative;
	/* 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 */
	}

/* @end Module Styling */



/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	color: #0489CF;
	}

/* @end */

.type-blue-light {
	border-top: 1px solid #2FC2FE;
	border-bottom: 1px solid #2FC2FE;
	padding: 20px 0 20px 0;
}

.type-normal,
.type-blue-dark {
	border-top: 1px solid #0882d0;
	border-bottom: 1px solid #0882d0;
	padding: 20px 0 20px 0;
}

.type-yellow {
	border-top: 1px solid #FFBA00;
	border-bottom: 1px solid #FFBA00;
	padding: 20px 0 20px 0;
}

.type-green {
	border-top: 1px solid #5EBA1B;
	border-bottom: 1px solid #5EBA1B;
	padding: 20px 0 20px 0;
}

.type-red {
	border-top: 1px solid #FF0600;
	border-bottom: 1px solid #FF0600;
	padding: 20px 0 20px 0;
}

.type-red-light {
	border-top: 1px solid #FF806E;
	border-bottom: 1px solid #FF806E;
	padding: 20px 0 20px 0;
}

.type-red-dark {
	border-top: 1px solid #D60D0D;
	border-bottom: 1px solid #D60D0D;
	padding: 20px 0 20px 0;
}

#contentBlock-2 .csc-bulletlist {
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 0 20px 0;
	font-size: 11pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 135%;
}

#contentBlock-2 .csc-bulletlist li {
	padding: 0 15px 0 30px;
	position: relative;
	left: -20px;
	margin: 0;
}

.csc-bulletlist-1 {
	background: #2FC2FE;
}

.csc-bulletlist-1 li {
	background: url(images/li-blue-light-bg.png) no-repeat 0 3px;
}

.csc-bulletlist-0,
.csc-bulletlist-2 {
	background: #0480CF;
}

.csc-bulletlist-0 li,
.csc-bulletlist-2 li {
	background: url(images/li-blue-dark-bg.png) no-repeat 0 3px;
}

.csc-bulletlist-3 {
	background: #FFBA00;
}

.csc-bulletlist-3 li {
	background: url(images/li-yellow-bg.png) no-repeat 0 3px;
}

.csc-bulletlist-4 {
	background: #5EBA1B;
}

.csc-bulletlist-4 li {
	background: url(images/li-green-bg.png) no-repeat 0 3px;
}

.csc-bulletlist-5 {
	background: #FF0600;
}

.csc-bulletlist-5 li {
	background: url(images/li-red-bg.png) no-repeat 0 3px;
}

.csc-bulletlist-6 {
	background: #FF806E;
}

.csc-bulletlist-6 li {
	background: url(images/li-red-light-bg.png) no-repeat 0 3px;
}

.csc-bulletlist-7 {
	background: #D60D0D;
}

.csc-bulletlist-7 li {
	background: url(images/li-red-dark-bg.png) no-repeat 0 3px;
}

.csc-mailform .csc-mailform-field {
	float: left;
	margin: 0 0 10px 0;
}

.csc-mailform .csc-mailform-field.mitteilung {
	margin: 0 0 3px 0;
}

.csc-mailform .csc-mailform-field input {
	width: 152px;
}

.csc-mailform .betreff input {
	width: 343px;
}

.csc-mailform .mitteilung textarea {
	width: 343px;
	font-family: Verdana, sans-serif;
}

.csc-mailform-label {
	clear: both;
	margin: 0 0 15px 0;
	font-size: 7pt;
}

.csc-mailform-label span,
.csc-mailform .csc-mailform-field span {
	color: #2FC2FE;
	font-size: 8pt;
}

.csc-mailform .csc-mailform-field .csc-mailform-submit {
	border: none;
	background: #2FC2FE;
	color: #FFF;
	width: 80px;
}

.csc-mailform .csc-mailform-field .csc-mailform-submit {
	border: none;
	background: #2FC2FE;
	color: #FFF;
	width: 80px;
	margin: 0;
}

.csc-mailform .csc-mailform-field .csc-mailform-submit:hover {
	background: #0480CF;
}
