/* @override 
	http://192.168.178.45/rosendorf.de/www/css/basic.css
	http://localhost/rosendorf.de/www/css/basic.css
	http://www.rosendorf.de/css/basic.css
*/

@media screen {

/* @group Reset */

/* Reset Styesheet by http://meyerweb.com/eric/tools/css/reset/*/

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%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

/* @end */

/* @group Hacks & Clearfix */

.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%;
}

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	display: none;
}

.clearfloat.ie-spezial {
	display: none!important;
	display: inherit;
}

/* @end */

/* @group Typo */

body {
	font-size: 12px;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #111;
}

#entry.breit h1,
#entry.breit h2,
#entry.breit h3,
#entry.breit h4,
#entry.breit h5,
#entry.breit h6,
#entry.breit p {
	padding-right: 100px;
}

h2 {
	margin-bottom: 0.6em;
	font: italic bold 1.4em/1.6em Georgia, serif;
	color: #92141a;
	margin-top: .5em;
	line-height: 1.2em;
}


.news h2 {
	font-size: 1.2em;
}

/* @group Download-Button */

#content h2.download a {
	background: url(../images/layout/download-button-2.gif) no-repeat -1px -7px;
	padding: 7px 50px 7px 20px;
	display: block;
	color: #4f4e47;
	text-decoration: none;
	width: 215px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
}

#content h2.download a:hover {
	background-position: -1px -101px;
	color: #fff;
}

#content h2.download a:active,
#content h2.download a:focus {
	background-position: -1px -195px;
	color: #fff;
}

/* @end */

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: .5em;
	color: #191816;
	margin-top: .5em;
}

h3.first {
	margin-top: 2.7em;
}

div.right h3 {
	margin-bottom: 0.6em;
	font: italic bold 1.2em/1.6em Georgia, serif;
	color: #92141a;
	margin-top: .5em;
	line-height: 1.2em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	font-size: 1em;
	line-height: 1.4em;
	color: #5f5c52;
}

address p {
	margin: 0 0 .5em;
	font-weight: normal;
	font-style: normal;
}

p.right {
	padding: 1px;
	background: #e7e6e1;
	border: 1px solid #e7e6e1;
	float: right;
	display: inline;
	margin: 1.5em -20px 1.5em 1.5em;
}

p.mittig {
	text-align: center;
	margin: 3em 0;
}

.right.w220 {
	width: 220px;
}

div.right {
	padding: 15px;
	background: #fff;
	border: 5px solid #bcbbb7;
	float: right;
	display: inline;
	margin: 0em -100px 1.5em 2em;
	width: 290px;
}
	
p.right span.caption {
	display: block;
	padding: 8px 10px 5px;
	color: #3e3e3d;
	font-size: 11px;
	line-height: 13px;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

p.person {
	font-style: italic;
}

p.text-rechts {
	text-align: right;
}

a:focus, 
a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

#content .inhalt a {
	margin: 0 0 1.5em;
	color: #5f5c52;
	font: normal 1em/1.2em "Helvetica Neue", Arial, Helvetica, sans-serif;
}

blockquote {
	padding: 0 1.5em 1em 1.5em;
	color: #5f5c52;
	font: italic 14px/1.4em Georgia, serif;
	background: url(../images/layout/bg-blockquote.gif) no-repeat;
}

a.sponsor {
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 20px;
}

a.sponsor:hover {
	background-position: 0 -100px;
}

a.sponsor.weilheim {
	background-image: url(../images/sponsoren/weilheim.gif);
}

a.sponsor.volksbank {
	background-image: url(../images/sponsoren/volksbank-hochrhein.gif)
}

a.sponsor.blasierland {
	background-image: url(../images/sponsoren/st-blasierland.gif)
}

a.sponsor.waldhaus {
	background-image: url(../images/sponsoren/waldhaus.gif)
}

a.sponsor.schwarzwald-tourismus {
	background-image: url(../images/sponsoren/schwarzwald-tourismus.gif)
}

a.sponsor.ferien-suedschwarzwald {
	background-image: url(../images/sponsoren/logo-ferien-suedschwarzwald.gif)
}


strong {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

sup {
	vertical-align: super;
	font-size: .8em;
}

abbr, 
acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */


ul, ol {
	margin: 0 5em 1.5em 1.5em;
	line-height: 1.4em;
}

#entry-left ul,
#entry-right ul,
#entry-left ol,
#entry-right ol {
	margin-right: 0;
}

ul li,
ol li {
	margin-bottom: 0em;
	list-style-image: url(../images/layout/bullet-liste.gif);
	color: #5f5c52;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

div.right ul,
div.right ol,
div.right p {
	margin-bottom: 0.5em;
	margin-right: 0;
}

dl {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
}

dl.historie dt {
	float: left;
	display: inline;
	color: #c6c3b2;
	width: 60px;
	font: italic bold 14px Georgia, serif;
}

dl.historie dd {
	margin-left: 60px;
	margin-bottom: 8px;
	height: 1%;
	border-bottom: 1px solid #c6c3b2;
	padding-bottom: 5px;
	color: #5f5c52;
}



/* Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th,td,caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

/* Misc classes
-------------------------------------------------------------- */

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

span.tel {
	float: left;
	width: 4.2em;
}

/* Misc classes
-------------------------------------------------------------- */

#content a {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	color: #92141a;
	text-decoration: none;
}

#content .news .links-im-text a {
	color: #5f5c52;
	font: normal 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#content a:hover {
	color: #40080b;
}

#content .news .links-im-text a:hover {
	color: #5f5c52;
	text-decoration: none;
}

.date {
	font-size: 9px;
	font-weight: bold;
	color: #edf9d2;
	background-color: #a7b05f;
	padding: 2px 5px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* @group Feedback */

input.chk {
	visibility: hidden;
	display: none;
}

#feedback {	
	color: #5f5c52;
}

#feedback label {
	display: block;
	margin: 10px 0 5px 0;
}

#feedback label.error {
	margin-top: 5px;
	font-weight: bold;
	color: #92141a;
}

#feedback input,
#feedback textarea {
	font-family:"Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	color: #454545;	
	width: 275px;
	padding: 5px 5px;
	color: #4f4e47;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #76756b;
	background-color: #c6bfb7;
}

#feedback input:focus,
#feedback input:hover,
#feedback textarea:focus,
#feedback textarea:hover {
	background-color: #849340;
	border-color: #64702e;
	color: #fff;
}

#feedback input.submit {
	width: auto;
	float: right;
	margin-top: 20px;
	background-color: #a2b258;
	border-color: #7a8642;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

#feedback input.submit:focus,
#feedback input.submit:hover {
	background-color: #849340;
	border-color: #64702e;
}

div.error {
	padding: 10px 15px 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffc2c3;
	border: 2px solid #92141a;
}

/* @end */


/* @group E-Mail Anmeldung */

#newsletter,
#newsletter-2 {
	padding: 0;
	position: relative;
}

#newsletter-2 {
	margin-bottom: 30px;
}

#newsletter input,
#newsletter-2 input {
	font: 16px/16px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	color: #454545;	
}

#newsletter input.email,
#newsletter-2 input.email {
	float: left;
	width: 240px;
	padding: 10px 15px;
	color: #4f4e47;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: url(../images/layout/newsletter-bg.jpg) repeat-x 0 -60px;
	border: 2px solid #76756b;
}

#newsletter.seitenleiste input.email,
#newsletter-2.seitenleiste input.email {
	width: 200px;
}

#newsletter input.email:focus,
#newsletter input.email:hover,
#newsletter-2 input.email:focus,
#newsletter-2 input.email:hover {
	background-position: 0 0;
	border-color: #64702e;
	color: #fff;
}


#newsletter input.senden,
#newsletter-2 input.senden {
	float: left;
	width: 41px;
	height: 41px;
	text-indent: -3000em;
	background: url(../images/layout/newsletter-senden-bg.gif) no-repeat 0 0;
	border: none;
	margin: 1px 0 0 10px;
	cursor: pointer;
}

#newsletter input.senden:hover,
#newsletter-2 input.senden:hover {
	background-position: 0 -44px;
}

#newsletter input.senden:active,
#newsletter input.senden:focus,
#newsletter-2 input.senden:active,
#newsletter-2 input.senden:active {
	background-position: 0 -88px;
	outline: none;
}

#newsletter label.error,
#newsletter-2 label.error {
	position: absolute;
	top: 55px;
	left: 0px;
	float: right;
	font-weight: bold;
	color: #92141a;
}

/* @end */

/* @group Veranstaltungskalender */

dl.veranstaltungskalender {
	margin: 4px 0 16px 0;
}

dl p {
	margin: 0 0 6px 0;
	color: #222;
}

dl.veranstaltungskalender dt {
	position: absolute;
	color: #7b8643;
	padding: 4px 0;
	margin-left: 5px;
	width: 8em;
	/*text-align: right;*/
}

dl.veranstaltungskalender dt span {
	font-size: 9px;
	position: relative;
	bottom: 3px;
	left: -1px;
}

dl.veranstaltungskalender dd {
	padding: 4px 10px 1px;
	padding-left: 9.6em;
	border-bottom: 1px solid #d6ddb1;
}

dl.veranstaltungskalender dd.last {
	border-bottom: none;
}

dl.veranstaltungskalender dd.special strong {
	color: #354212;
	font-size: 14px;
	background-color: #f0f3e2;
	padding: 1px 2px;
}

dl.veranstaltungskalender dt.special {
	
}

dl.veranstaltungskalender dd:hover {
	background: #f0f3e2;
}

dl.veranstaltungskalender span.dauer {
	color: #696969;
}

dl.veranstaltungskalender span.dauer span {
	font-size: 10px;
	text-transform: uppercase;
}



/* @end */

/* @group Content-Navi mit Pfeil */

p.article-nav {
	margin: 40px 0 20px 0;
}

#content a.pfeil-rechts,
#content a.pfeil-links {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0;
	line-height: 20px;
	display: inline;
	margin: 5px 0;
	overflow: hidden;
	float: left;
}

#content a.pfeil-rechts.beige {
	color: #51514d;
	background: none;
}

#content a:hover.pfeil-rechts.beige {
	color: #1f1f1e;
}

#content a.pfeil-rechts {
	float: right;
}

#content a:hover.pfeil-rechts,
#content a:hover.pfeil-links {
	color: #fff;
}

.pfeil-rechts .ppfeil-rechts {
	background: url(../images/layout/bg-link-pfeil-rechts.gif) no-repeat;
	padding: 2px 0 4px 6px;
}

.pfeil-rechts.beige .ppfeil-rechts {
	background-image: url(../images/layout/bg-link-pfeil-beige-rechts.gif);
}

.pfeil-rechts .after {
	background: url(../images/layout/bg-link-pfeil-rechts.gif) no-repeat right 0;
	padding: 2px 18px 3px 0;
}

.pfeil-rechts.beige .after {
	background-image: url(../images/layout/bg-link-pfeil-beige-rechts.gif);
}

#content a:hover.pfeil-rechts .ppfeil-rechts {
	background-position: 0 -28px;
}

#content a:hover.pfeil-rechts .after {
	background-position: right -28px;
}

#content a:active.pfeil-rechts .ppfeil-rechts {
	background-position: 0 -56px;
}

#content a:active.pfeil-rechts .after {
	background-position: right -56px;
}


.pfeil-links .ppfeil-links {
	background: url(../images/layout/bg-link-pfeil-links.gif) no-repeat;
	padding: 2px 0 4px 21px;
}

.pfeil-links .after {
	background: url(../images/layout/bg-link-pfeil-links.gif) no-repeat right 0;
	padding: 2px 3px 3px 0;
}

#content a:hover.pfeil-links .ppfeil-links {
	background-position: 0 -28px;
}

#content a:hover.pfeil-links .after {
	background-position: right -28px;
}

#content a:active.pfeil-links .ppfeil-links {
	background-position: 0 -56px;
}

#content a:active.pfeil-links .after {
	background-position: right -56px;
}

/* @end */


/* @end */

/* @group Layout */

body {
	background-image: url(../images/layout/bg.jpg);
}

#index #wrapper {
	min-height: 245px;
	height: auto!important;
	height: 245px;
	background: url(../images/layout/bg-index-blumen-mit-nav-rot.jpg) repeat-x scroll 0 0}

#container {
	width: 880px;
	margin: 0 auto;
}

#index #header {
	background: url(../images/layout/bg-index-blau.jpg) repeat-x;
	width: 100%;
	height: 410px;
	margin: 0;
	padding: 0;
}

#index #header-center {
	margin: 0 auto;
	width: 900px;
	padding-right: 55px;
	padding-left: 35px;
	height: 100px;
	margin-bottom: -100px;
}

#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height: 100px;
	padding-right: 20px;
}

#content {
	background: #ffffff;
	padding: 20px 20px 40px;
	position: relative;
}

#index #content {
	background: none;
	padding-bottom: 10px;
}

#teaser {
	margin: 0 -20px 20px;
	padding: 15px 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.2em;
}

#teaser.mit-navi {
	padding-left: 240px;
}

/* @group Teaser Rosentage */

#teaser-rosentage {
	margin: 0 -20px 20px;
	padding: 45px 20px 15px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.2em;
	background: #731615 url(../images/bilder/rosentage-2011-teaser.jpg) no-repeat left bottom;
	/*border: 3px solid #fff;*/
	border-top: none;
	border-bottom: none;
	padding-bottom: 5px;
	padding-left: 370px;
}

#teaser-rosentage.neutral {
	background: #4b5826 url(../images/bilder/rosentage-2011-teaser-rose.jpg) no-repeat left bottom;
}

#teaser-rosentage h2 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
	font-style: normal;
	color: #e0c587;
}

#teaser-rosentage.neutral h2 {
	color: #fff;
}

#teaser-rosentage h3 {
	color: #e0c587;
	margin: 14px 0 5px;
	font-size: 14px;
	font-weight: bold;
}

#teaser-rosentage.neutral h3 {
	color: #ccd898;
}


#teaser-rosentage h4 {
	color: #e0d6b9;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 2px 0 10px;
}


#teaser-rosentage p {
	color: #ddd8d2;
	margin: 0 0 6px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#teaser-rosentage strong {
	font-weight: bold;
}

#teaser-rosentage .vorverkauf {
	background: #903f62;
	margin: 10px 0;
	width: 400px;
	padding: 15px 10px;
}

#teaser-rosentage .vorverkauf .vv-left {
	float: left;
	display: inline;
	width: 170px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

#teaser-rosentage .vorverkauf .vv-right {
	float: left;
	display: inline;
	width: 170px;
	padding-left: 20px;
}

#teaser-rosentage .vorverkauf h4 {
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #ebb5cc;
	margin-bottom: 5px;
}

#teaser-rosentage .vorverkauf h4 span {
}

#teaser-rosentage .vorverkauf p,
#teaser-rosentage .vorverkauf a {
	font: 20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 0;
}

#teaser-rosentage .vorverkauf a {
	padding-left: 30px;
	background: url(../images/layout/pfeil-link.gif) no-repeat;
}

#teaser-rosentage a {
	font: normal 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #feffff;
}

/* @end */

#teaser strong {
	font-weight: normal;
}


.lila {
	background: #9f3263;
	color: #f283b5;
}

.lila strong {
	color: #f2c8db;
}

.beige {
	background: #979486;
	color: #d0d0bd;
}

.beige strong {
	color: #efede7;
}

.rot {
	background: #881318;
	color: #d06468;
}

.rot strong {
	color: #dfb1b3;
}

.blau {
	background: #4c8097;
	color: #81c0dd;
}

.blau strong {
	color: #d0eefb;
}

.gruen {
	background: #8aa024;
	color: #c6df59;
}

.gruen strong {
	color: #e9eecf;
}

.dunkel-lila {
	background: #973e86;
	color: #df75ca;
}

.dunkel-lila strong {
	color: #e9aede;
}

/* @group Teaser Gastgeber */

#teaser2.gastgeber {
	padding: 0;
	background-color: #979486;
	margin: 0 -20px 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.2em;
}

.gastgeber {
	padding: 0;
	height: 190px;
	background-image: url(../images/layout/karte-gastgeber-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#teaser2.gastgeber h3 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	display: inline;
	float: left;
	line-height: 28px;
}

#teaser2.gastgeber span.km {
	position: absolute;
	left: 0;
	top: 20px;
	color: #edece3;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#teaser2.gastgeber a {
	float: left;
	display: inline;
	width: 24px;
	height: 24px;
	padding: 2px;
	margin-left: 6px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#teaser2.gastgeber a:hover {
	background-position: 0 -63px;
}

#teaser2.gastgeber a span {
	text-indent: -3000em;
	display: block;
}

#teaser2.gastgeber a.essen-trinken {
	background-image: url(../images/layout/karte-gastgeber-icon-essen-trinken.gif);
}

#teaser2.gastgeber a.uebernachten {
	background-image: url(../images/layout/karte-gastgeber-icon-uebernachten.gif);
}

#teaser2.gastgeber a.tourist-info {
	background-image: url(../images/layout/karte-gastgeber-icon-tourist-info.gif);
}

#teaser2.gastgeber a.rosengarten {
	background-image: url(../images/layout/karte-gastgeber-icon-rosengarten.gif);
}

#teaser2.gastgeber .noeggenschwiel {
	position: absolute;
	left: 562px;
	top: 21px;
}

#teaser2.gastgeber .weilheim {
	position: absolute;
	left: 710px;
	top: 137px;
}

#teaser2.gastgeber .heubach {
	position: absolute;
	left: 497px;
	top: 113px;
}

#teaser2.gastgeber .bannholz {
	position: absolute;
	left: 282px;
	top: 132px;
}

#teaser2.gastgeber .remetschwiel {
	position: absolute;
	top: 88px;
	right: 704px;
}

#teaser2.gastgeber .waldhaus {
	position: absolute;
	top: 51px;
	right: 678px;
}

#teaser2.gastgeber .brunnadern {
	position: absolute;
	top: 10px;
	left: 20px;
}

/* @end */

#left-zweispaltig {
	float: left;
	display: inline;
	width: 400px;
	padding-right: 20px;
}

#right-zweispaltig {
	float: right;
	display: inline;
	width: 400px;
	padding-left: 20px;
}

#left {
	float: left;
	display: inline;
	width: 180px;
	padding-right: 20px;
	padding-top: 10px;
}

#entry {
	float: right;
	display: inline;
	width: 520px;
	padding-left: 20px;
	padding-right: 100px;
}

#entry.breit {
	width: 640px;
	padding-right: 0;
	margin-right: -20px;
}

.inner-content {
	margin-right: -100px;
	padding-right: 100px;
}

#entry-left,
.content-left {
	float: left;
	display: inline;
	width: 290px;
	padding-left: 20px;
	margin-left: -20px;
	padding-right: 20px;
}

#entry-right,
.content-right {
	float: right;
	display: inline;
	width: 290px;
	padding-left: 20px;
	margin-right: -100px;
}

#index .news {
	float: left;
	width: 260px;
	margin-right: 30px;
}

#index #news-3.news {
	margin-right: 0;
}

.gastro {
	background: #e8e7e2;
	border: 1px solid #f6f5f3;
	margin: 0 -15px 30px;
	padding: 15px;
	width: 100%;
}

.gastro .gastro-left {
	float: left;
	display: inline;
	width: 200px;
}

.gastro .gastro-right {
	float: right;
	display: inline;
	width: 300px;
}

.gastro .gastro-bottom {
	padding: 10px 0 0;
	margin-top: 10px;
	border-top: 1px solid #c4c4bf;
}

.gastro h2 {
	margin-top: 0;
}

.gastro p {
	margin-bottom: .8em;
}


/* @group Signet */

h1 {
	position: relative;
	z-index: 99;
	display: block;
	width: 170px;
	height: 69px;
	left: 5px;
	top: 30px;
	float: left;
}

h1 span {
	text-indent: -3000em;
	position: absolute;
	z-index: 14;
	width: 100%;
	height: 100%;
	left: -3000em;
}

/* @end */

/* @group Subnav */

#subnav {
	list-style-type: none;
	display: inline;
	float: right;
	margin-right: 9px;
	margin-top: 40px;
}

#subnav li {
	display: inline;
	float: left;
	padding: 0 3px;
}

#index #subnav li {
	border-right: 1px solid #c1d3d8;
}

#subnav li {
	border-right: 1px solid #a3a29f;
}

#subnav li.last,
#index #subnav li.last {
	border-right: none;
;
}

#subnav li a {
	color: #58585a;
	text-decoration: none;
	display: block;
	padding: 0 8px;
}

#index #subnav li a {
	color: #5f97a5;
}

#index #subnav li a:hover {
	color: #4c595d;
}

#subnav li a:hover {
	color: #0f0f0f;
}

/* @end */

/* @group Nav */

#nav {
	font: 16px Georgia, serif;
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#index #nav {
	margin-top: 0;
	padding: 10px 0 15px;
	/*background: url(../images/layout/bg-index-nav-dots.gif) repeat-x 0 bottom;*/
}

#nav li {
	display: inline;
	overflow: hidden;
}

#nav li a {
	color: #595750;
	text-decoration: none;
	padding: 10px 0 5px 0;
	float: left;
}

#index #nav li a {
	color: #e7a8a9;
}

#nav li a span.l {
	padding: 10px 10px 5px 19px;
}

#nav li a span.r {
	padding: 10px 6px 5px 0;
}

#nav li.current span.r,
#nav li.current span.l {
	background: url(../images/layout/bg-nav.gif) no-repeat 0;
}

#nav li.current span.l {
	padding-left: 19px;
}

#nav li.current span.r {
	background-position: right;
	padding-right: 6px;
}

#nav li.current.first span.l {
	background-position: -4px;
	padding-left: 19px;
}

#nav li.current.first span.r {
	padding-right: 6px;
} 

#nav li.current.last span.r {
	background-position: -474px;
	padding-right: 2px;
}

#nav li a:hover,
#nav li.current a {
	color: #96a325;
}

#index #nav li a:hover {
	color: #fff;
}

#nav li.current a:hover {
	color: #595750;
}

#nav .char-et {
	padding: 0 0px 0 2px;
	background: url(../images/layout/char-et.gif) no-repeat left -57px;
}

#index #nav .char-et {
	background-image: url(../images/layout/char-et-startseite-auf-rot.gif);
}

#nav a:hover .char-et {
	background-position: left -37px;
}

#nav li.current .char-et {
	background-position: left 3px;
}

#nav li.current a:hover .char-et {
	background-position: left -17px;
}

#nav .hide {
	visibility: hidden;
}

/* @end */

/* @group Content-nav */

#content-nav,
#content-subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	float: left;
	display: inline;
}

#content-nav ul {
	list-style-type: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	display: inline;
}

#content-nav li,
#content-subnav li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dedcd6;
	width: 180px;
	float: left;
	position: relative;
	z-index: 80;
}

#content-nav li li {
	width: 165px;
}

#content-nav li.last,
#content-subnav li.last {
	border-bottom: none;
}

#content-nav li a,
#content-subnav li a {
	padding: 3px 0;
	display: block;
	color: #58585a;
	font: normal 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	width: 180px;
	float: left;
	position: relative;
	z-index: 100;
}

#content-nav li.current li a {
	width: 160px;
	font-weight: normal;
}


#content-nav li.last a,
#content-subnav li.last a {
	border-bottom-color: #fff;
}

#content-nav li.last ul li a,
#content-subnav li.last ul li a {
	border-bottom-color: transparent;
}



#content-nav li a:hover,
#content-subnav li a:hover {
	color: #0f0f0f;
	margin-bottom: -1px;
	border-bottom: 1px solid #333;
}

#content-nav li.last ul li a:hover,
#content-subnav li.last ul li a:hover {
	color: #0f0f0f;
	margin-bottom: -1px;
	border-bottom: 1px solid #333;
}

#content-nav li.current a,
#content-subnav li.current a,
#content-nav li.current li.current a {
	font-weight: bold;
	color: #363530;
}

/* @end */

/* @group Footer */

#footer {
	padding: 15px 20px 10px;
	text-align: right;
	color: #58585a;
	font-size: 11px;
	line-height: 13px;
}

#index #footer {
	background: url(../images/layout/bg-index-nav-dots.gif) repeat-x 0 top;
}

#footer p {
	margin-bottom: 0;
}

#footer p.konus-link {
	float: left;
	position: relative;
}

#footer a {
	color: #58585a;
}

#footer p.konus-link a {
	text-decoration: none;
	color: #9b9a94;
	width: 68px;
	height: 44px;
	background: url(../images/sponsoren/logo-konus-footer.gif) no-repeat 0 0;
	float: left;
	position: relative;
	top: -5px;
	/*margin-top: 20px;*/
}

#footer p.konus-link a:hover {
	background-position: 0 -44px;
}


#footer p.konus-link span {
	position: absolute;
	top: 5px;
	left: 55px;
	width: 180px;
	text-align: left;
	padding-left: 30px;
	cursor: pointer;
}

#footer a:hover {
	text-decoration: none;
}

#footer p.konus-link a:hover {
	color: #67655a;
}

.impressum {
	margin: 0;
	margin-bottom: 6px;
}

.impressum li {
	display: inline;
	padding: 0 3px 0 3px;
	border-right: 1px solid #a3a29f;
}

.impressum li.last {
	padding-right: 0;
	border-right: none;
}

/* @end */

/* @end */

/* @group Index - Slideshow */

#slideshow {
	width: 100%;
	position: absolute;
	top: 60px;
}

#myController {
	display: none;
}

#myController span {
	cursor: pointer;
}

#mySlides .jFlowSlideContainer {
	position: relative;
	z-index: 10;
}

#mySlides div {
	display: none;
}

#mySlides div.first,
#mySlides div.first div {
	display: block;
}

#mySlides div div.slideshow-inhalt {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#mySlides .raff {
	
}

#mySlides .slide-1,
#mySlides .slide-2,
#mySlides .slide-3,
#mySlides .slide-4,
#mySlides .slide-5 {
	height: 350px;
}

#mySlides .slideshow-inhalt {
	height: 250px;
	padding-top: 100px;
}

#mySlides .slide-1 {
	background: url(../images/slideshow-startseite/bg-band-raff.gif) repeat-x 0 297px;
}

#mySlides .slide-1 .slideshow-inhalt {
	background: url(../images/slideshow-startseite/raff-rosenkoenigin.jpg) no-repeat center 0;
}

#mySlides .slide-1 h2 {
	width: 360px;
}

#mySlides .slide-1 p.person {
	position: absolute;
	bottom: 5px;
	margin-bottom: 0;
	margin-left: 57px;
}

#mySlides .slide-2 .slideshow-inhalt {
	background: url(../images/slideshow-startseite/mutti-und-fatti.jpg) no-repeat center 0;
}

#mySlides .slide-3 .slideshow-inhalt {
	background: url(../images/slideshow-startseite/rosenkoenigin-2009.jpg) no-repeat center 0;
}

#mySlides .slide-4 .slideshow-inhalt {
	background: url(../images/slideshow-startseite/rosenfest-rosendorf-noeggenschwiel.jpg) no-repeat center 0;
}

#mySlides .slide-5 .slideshow-inhalt {
	background: url(../images/slideshow-startseite/rosenkoenigin-2010.jpg) no-repeat center 0;
}

#mySlides .slide-6 .slideshow-inhalt {
	background: url(../images/slideshow-startseite/rosenkoenigin-2011.jpg) no-repeat center 0;
}

#mySlides h2 {
	color: #3b484b;
	font: normal 26px/26px "Georgia", serif;
	width: 320px;
	padding-left: 33px;
	background: url(../images/layout/startseite-blockquote.gif) no-repeat;
	margin-left: 24px;
}

#mySlides p {
	width: 300px;
	color: #6e7a7c;
	font-size: 12px;
	line-height: 16px;
	margin-left: 57px;
}

#mySlides p.person {
	width: 300px;
	margin-left: 31px;
	text-align: right;
	color: #2e3436;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}

#mySlides a.weiter-lesen {
	color: #5a676b;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
	background: url(../images/layout/bg-slideshow-link.gif) no-repeat right 1px;
}

#mySlides a:hover.weiter-lesen {
	color: #2e3436;
	background-position: right -22px;
}

#myController span.jFlowSelected {
}

#slideshow-nav {
	position: relative;
	z-index: 80;
	top: -30px;
	width: 890px;
	margin: 0 auto;
	display: none;
}

a.jFlowPrev, 
a.jFlowNext {
	cursor: pointer;
	position: absolute;
	top: -130px;
	width: 41px;
	height: 42px;
	background: url(../images/layout/slideshow-next.gif) no-repeat 0 0;
}

a.jFlowPrev {
	left: -50px;
	background-image: url(../images/layout/slideshow-prev.gif);
}

a.jFlowPrev:hover, 
a.jFlowNext:hover {
	background-position: 0 -44px;
}

a.jFlowPrev:active, 
a.jFlowNext:active {
	background-position: 0 -88px;
}

.jFlowPrev span, 
.jFlowNext span {
	text-indent: -3000em;
	display: block;
}

.jFlowNext {
	right: -50px;
}

/* @end */

/* @group Content - Slideshow */

.content-slideshow.breit {
	width: 630px;
	margin-right: -100px;
	overflow: hidden;
	margin-bottom: 20px;
}

.content-slideshow a.floatbox {
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #e6e5e0;
}

.content-slideshow a:hover.floatbox {
	border-color: #a9a8a5;
}


/* @end */

}

@media print {

/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   0.8 (2008-03-10)
	 
-------------------------------------------------------------- */

body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: Garamond,"Times New Roman", serif;
	color: #000;
	background: none #ebeae5;
}

/*Headings */

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 19pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 15pt;
}

h4,h5,h6 {
	font-size: 12pt;
}

code {
	font: 10pt Courier, monospace;
}

blockquote {
	margin: 1.3em;
	padding: 1em;
	font-size: 10pt;
}

hr {
	background-color: #ccc;
}

/* Images */

img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
}

a img {
	border: none;
}

/* Links */

a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #92141a;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

a[href^="http://"] {
	color: #92141a;
}

/* Table */

table {
	margin: 1px;
	text-align: left;
}

th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #333;
}

th,td {
	padding: 4px 10px 4px 0;
}

tfoot {
	font-style: italic;
}

caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}

thead {
	display: table-header-group;
}

tr {
	page-break-inside: avoid;
}



#nav,
#subnav,
#slideshow,
#footer ul.impressum {
	display: none;
}

body {
	font: 10pt/12pt Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h2 {
	color: #959595;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin: 1cm 0 0.5cm 0;
}

h2:nth-child(1) {
	margin-top: 0;
}

a {
	color: #92141a;
}

a:after {
	i
}

h1 {
	margin: 0;
	padding: 0;
}

h1 span {
	font: 6pt/8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a5a5a5;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

h1 img {
	float: right;
	margin: 1cm;
}


#footer {
	margin: 1cm 0 0 0;
	border-top: 1px solid #828282;
}


}
