/*

Main stylesheet for Friesenstall im Bachtal

author: Manuel Munz <manu at comuno dot net>
based on the main stylesheet for the templavoila framework by Ron Hall, Busy Noggin, Inc.
*/

/* @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 */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #333333;
	font-weight: normal;
	height: 100%;
}


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


.csc-default {
	margin-bottom: 40px;
}

/* @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 */

#pageWrap {
	width: 980px;
	padding: 0 20px 0 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}

#feature {
	margin-bottom: 20px;
	}

#generatedContent-1 {
	width: 180px;
	float: left;
	margin-right: 30px;
	}

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

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

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

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

#f2a #contentBlock-1 {
	float: left;
	width: 700px;
	padding-right: 30px;
	}

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

#f2b #contentBlock-1 {
	float: left;
	width: 700px;
	padding-right: 30px;
}

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

#f2c #contentBlock-1 {
	float: left;
	width: 7ß0px;
	padding-right: 30px;
}

#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-top: 20px;
	margin-bottom: 50px;
	}

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

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

#logo {
	float: right;
	width: 132px;
	height: 65px;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(images/bn_top_logo.gif) no-repeat;
	}

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

/* @group Global Menu */

#globalMenu {
	clear: both;
	margin-left: 0px;
	margin-bottom: 30px;
	border-top: 3px solid #e6e6e6;
	padding-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	}

#globalMenu li {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #e6e6e6;
	}

#globalMenu li.last {
	border: none;
	}

#globalMenu a {
	height: 17px;
	display: inline;
	float: left;
	color: #b2b2b2;
}

#globalMenu a:hover {
	color: black;
	}

#globalMenu li.active a {
	color: #333333;
}

#globalMenu ul {
	position: absolute;
	height: 20px; 
	top: 20px;
	left: 0px;
	margin: 0px;
	background-color: #999;
	width: 940px;
	font-size: 11px;
	padding-left: 10px;
}

/* @end Global Menu */

/* @end Header */

/* @group Footer */

#footer {
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

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

#footerCopyright a {
	color: #999999;
}

#footerCopyright a:hover {
	color: #000000;
}


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

a#footerHomeLink:hover {
	color: black;
	}

/* @end Footer*/

/* @group Local Menu */

#localMenu {
	margin-left: 0;
	}

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

#localMenu ul li {
	background: #f8f8f8;
	margin: 0;
	}

#localMenu li {
	list-style: none;
	font-size: 14px;
	padding: 1px;
	background-color: #f8f8f8;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	}

#localMenu li a {
	margin:0;
	color: #b2b2b2;
	padding: 10px;
	display: block;
	background-color: #f8f8f8;
	}

#localMenu li a:hover {
	color: #333333;
	background-color:#f0f0f0;
	display: block;
	}

#localMenu li.current a {
	color: #333333;
	background: #dddddd url("images/local_menu_arrow.gif") no-repeat right;
	display: block;
	}

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

#localMenu li.current {
	}

/* @end Local Menu */






/* @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 {
	height: 20px;
	display: block;
	padding: 5px 0 0px 10px;
	background: #e0e0e0 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: #e0e0e0 url(images/left_module_cap_gray.gif) no-repeat left bottom;
	}

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

.moduleBodyWrap {
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	/* 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 */



/* @group Forms */

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

.csc-loginform {
	background: #ffffff url("images/keys_small.jpg") no-repeat top right;
}
.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#000000; }

/* @end */

/* Multicintent */

/* anythingslider */
.anythingSlider-default {
	margin: 0;
	padding: 0;
}

.anythingSlider .anythingWindow {
	border: 0;
}

/* slider on start page */

#c140 {
	height: 300px;
	max-height: 300px;
	overflow: hidden;
}

.moduleBody .tx-jfmulticontent-pi1 ul {
	margin: 0;
}

.moduleBody .tx-jfmulticontent-pi1 ul li {
	list-style: none;
}


/* felogin */
.tx-felogin-pi1 input {
	margin-bottom: 10px;
}

.tx-felogin-pi1 h2 {
	margin-top: 0;
}


/* gedicht zentriert */

#c117 {
	text-align: center;
}
