/*
*	Gewerbeschau Gartnisch (gewerbeschau-gartnisch.de)
*
*	master.css - Master Stylesheet
*
*	@author: Lucas Nolte
*/

/* v1.0 | 20080212 meyerweb.com | reset.css */

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;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	width: 852px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:51px;
}

.container_12 .grid_2 {
	width:122px;
}

.container_12 .grid_3 {
	width:193px;
}

.container_12 .grid_4 {
	width:264px;
}

.container_12 .grid_5 {
	width:335px;
}

.container_12 .grid_6 {
	width:406px;
}

.container_12 .grid_7 {
	width:477px;
}

.container_12 .grid_8 {
	width:548px;
}

.container_12 .grid_9 {
	width:619px;
}

.container_12 .grid_10 {
	width:690px;
}

.container_12 .grid_11 {
	width:761px;
}

.container_12 .grid_12 {
	width:832px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:71px;
}

.container_12 .prefix_2 {
	padding-left:142px;
}

.container_12 .prefix_3 {
	padding-left:213px;
}

.container_12 .prefix_4 {
	padding-left:284px;
}

.container_12 .prefix_5 {
	padding-left:355px;
}

.container_12 .prefix_6 {
	padding-left:426px;
}

.container_12 .prefix_7 {
	padding-left:497px;
}

.container_12 .prefix_8 {
	padding-left:568px;
}

.container_12 .prefix_9 {
	padding-left:639px;
}

.container_12 .prefix_10 {
	padding-left:710px;
}

.container_12 .prefix_11 {
	padding-left:781px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:71px;
}

.container_12 .suffix_2 {
	padding-right:142px;
}

.container_12 .suffix_3 {
	padding-right:213px;
}

.container_12 .suffix_4 {
	padding-right:284px;
}

.container_12 .suffix_5 {
	padding-right:355px;
}

.container_12 .suffix_6 {
	padding-right:426px;
}

.container_12 .suffix_7 {
	padding-right:497px;
}

.container_12 .suffix_8 {
	padding-right:568px;
}

.container_12 .suffix_9 {
	padding-right:639px;
}

.container_12 .suffix_10 {
	padding-right:710px;
}

.container_12 .suffix_11 {
	padding-right:781px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:71px;
}

.container_12 .push_2 {
	left:142px;
}

.container_12 .push_3 {
	left:213px;
}

.container_12 .push_4 {
	left:284px;
}

.container_12 .push_5 {
	left:355px;
}

.container_12 .push_6 {
	left:426px;
}

.container_12 .push_7 {
	left:497px;
}

.container_12 .push_8 {
	left:568px;
}

.container_12 .push_9 {
	left:639px;
}

.container_12 .push_10 {
	left:710px;
}

.container_12 .push_11 {
	left:781px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-71px;
}

.container_12 .pull_2 {
	left:-142px;
}

.container_12 .pull_3 {
	left:-213px;
}

.container_12 .pull_4 {
	left:-284px;
}

.container_12 .pull_5 {
	left:-355px;
}

.container_12 .pull_6 {
	left:-426px;
}

.container_12 .pull_7 {
	left:-497px;
}

.container_12 .pull_8 {
	left:-568px;
}

.container_12 .pull_9 {
	left:-639px;
}

.container_12 .pull_10 {
	left:-710px;
}

.container_12 .pull_11 {
	left:-781px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Typography */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.9em;
	line-height: 1em;
	padding: 0 0 0.4em 0; margin: 0;
	font-weight: normal;
	color: #cc071e;
	/*letter-spacing: 0.1em;*/
}

h2 {
	font-size: 1.4em;
	line-height: 1em;
	padding: 0 0 0.8em 0; margin: 0;
	font-weight: bolder;
	color: #6fa22c;
}

h2 a {
	text-decoration: none;
	color: #6fa22c;
}

h3 {
	color: #6fa22c;
}

h3 a {
	text-decoration: none;
	color: #6fa22c;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
fieldset {
	margin-bottom: 20px;
}

address {
	line-height: 21px;
}

/* Typography end */

/* Custom CSS 
*  ---------------------------------------------- */
body {
	/* Center Hack for older IE */
	text-align: center;
	/* Center Hack end */
	background: #4b8423 url(src/background.jpg) no-repeat center top;
	color: #333;
	padding: 0 0 60px 0;
}

a {
	text-decoration: underline;
	color: #6fa22c;
}

a:hover, a:focus {
	color: #333;
	text-decoration: none;
}

#container {
	width: 937px;
	margin: 0 auto;
}

#wrap {
	/* Center Hack for older IE */
	text-align: left;
	/* Center Hack end */
	float: left;
	margin: 0 auto;
	background: #fff;
}

#head {
	height: 125px;
	background: #f5f5f5;
}

#head #logo {
	background: url(src/logo.gif) no-repeat;
	height: 125px;
	text-indent: -9999px;
}

#head #visit {
	background: url(src/visit_us.gif) no-repeat scroll 225px top;
	height: 125px;
	text-indent: -9999px;
}

#teaser {
	height: 172px;
	background: url(src/teaser_default.jpg) no-repeat;
}

body#start #teaser {
	background: url(src/teaser.jpg) no-repeat;
	height: 280px;
}

body#ueber #teaser {
	background: url(src/teaser_ueber.jpg) no-repeat;
}

#navigation {
	margin: 0;
	padding: 0 0 0 13px;
	line-height: .9em;
}

#navigation ul {
	padding: 0; margin: 0;
}

#navigation ul li {
	display: block;
	float: left;
	padding: 21px 0 17px 0;
	margin: 0;
}

#navigation ul li:hover {
	
}

#navigation ul li a {
	text-decoration: none;
	margin: 0;
	padding: 21px 36px 17px;
}

#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.active {
	background: #6fa22c;
	color: #fff;
}

/* Secondary Navigation */
#secondary_navigation {
	color: #555;
}

#secondary_navigation h3 {
	color: #cc071e;
}

#secondary_navigation ul {
	margin: 10px 0 20px 0;
}

#secondary_navigation ul li {
	margin: 0 0 10px 20px;
	font-size: .9em;
	list-style: none;
}

#secondary_navigation ul li a {
	color: #555;
	text-decoration: none;
	font-size: inherit;
}

#secondary_navigation ul li a:hover, #secondary_navigation ul li a:focus, #secondary_navigation ul li a.active {
	font-weight: bold;
	color: #333;
}

/* Secondary Navigation end */

#body {
	margin: 5px 0 0 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

body#start #body {
	margin: 0;
}

#body #primary {
	padding: 20px 30px;
}

body#start #body #primary {
	padding-bottom: 5px;
}

#body #primary p {
	line-height: 1.8em;
}

#body #secondary {
	margin: 10px 0;
	padding: 0 30px;
	color: #555;
}

#body #secondary ul {
	margin: 0 0 20px 0;
}

#body #secondary ul li {
	margin: 0 0 0 40px;
	font-size: .9em;
}

#body #secondary ul li a {
	color: inherit;
	text-decoration: inherit;
}

#body #secondary #information ul {
	list-style: none;
	margin: 10px 0 10px 0;
}

#body #secondary #information ul li {
	padding: 0 0 10px 0; margin: 0 0 0 30px;
}

#body #secondary #information ul li a:hover {
	color: #333;
	font-weight: bold;
}

#body #secondary .post {
	margin: 0 0 15px 0;
}

#body #secondary .post p, #body #secondary .post p a {
	font-size: .9em;
}


/* Reiter Navigation (#rider_navigation) */
#rider_navigation {
	margin-top: 342px;
	width: 85px;
	float: left;
}

body#start #rider_navigation {
	margin-top: 450px;
}

#rider_navigation .rider {
	margin-bottom: 10px;
}

#footer {
	color: #fff;
	text-align: right;
	padding: 10px 120px 0 0;
	font-size: .8em;
}

#footer a {
	color: #fff;
	text-decoration: none;
	font-size: inherit;
}

#footer a:hover, #footer a:focus {
	font-weight: bold;
}

#sitemap_list ul.child li{
	padding-left: 20px;
}

table, tbody, tr, thead, td {
	border: 1px solid #ccc ! important;
}

table {
	margin: 10px 0 0 0 ! important;
}

table.hidden_border {
	margin: 0 ! important;
}

table.hidden_border , table.hidden_border tbody, table.hidden_border tr, table.hidden_border thead, table.hidden_border td {
	border: 0 ! important;
}

table.hidden_border td {
	vertical-align: top;
}

td {
	padding: 5px ! important;
}

td a, table p a {
	font-size: inherit;
}

table p, table p span {
	font-size: 14px;
}

table p span a {
	font-size: inherit;
}

/* Contact Form */
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: middle;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  500px;
	 padding: 7px;
	 background: #ddd;
	border: 1px solid #999;
}

input.text:focus, textarea:focus {
	background: #f1f1f1;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}

#frogr ul li {
	display: inline;
	list-style: none;
	margin: 0; padding: 5px;
}
