@charset "UTF-8";
/* CSS Document */

/***********************************************/

/* styles.css                                  */

/* Version 1.0  www.upstairs-event.de/          */

/***********************************************/

/***********************************************/

/* Author:                                     */

/* Buero brandwalker - Tony Peters             */

/* http://www.brandwalker.com                  */

/***********************************************/

/***********************************************/

/* HTML tag styles    Basics                   


grau - header #7c7b73
gruen #bdd732

*/
/***********************************************/

* {
	margin: 0;
	padding: 0;
	font-size:1em;
	line-height:1.4em;
}


/*  body and font definitions */

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #7c7b73;
}

/*  IE Anpassungen */
* html, * html body {
	height: 100%;
}

* html #wrapper {
	position: relative;
	height: 98%;
	overflow: auto;
}

* html #footer {
	height: 2%;
	background: #bdd732;
}

/*  IE Anpassungen */

/*  Header */
#logo {
	margin: 20px 0 0 140px;
}

#logo a img {
	border: none;
}

#logo div.csc-header {
	display: none;
}

/*  Top Navigation */

#top_nav {
	margin: 0 0 2px 598px;
	font-size: 0.7em;
}

#top_nav ul {
	list-style-type: none;
}

#top_nav ul li {
	display:inline;
}

#top_nav ul li a,
#top_nav ul li a:visited {
	display: inline;
	text-decoration: none;
	color: #7c7b73;
}

#top_nav ul li a:hover {
	color: #bdd732;
}

#top_nav ul li a.act,
#top_nav ul li a.act:visited {
	color: #bdd732;
}

/*  Header Main Navigation */
#header {
	background: #7c7b73;
	height: 175px;
}

#header_inner {
	width: 900px;
	overflow: hidden;
	height: 175px;
}

#subheader {
	border-top: 3px solid #fff;
	background: #bdd732;
	height: 20px;
}

#header_nav {
	float: left;
	width: 575px;
	text-align: left;
	display: inline;
	font-size: 0.75em;
	margin: 15px 0 0 20px;
	height: 160px;
	z-index: 1000;
}

#header_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 120px;
	height: 160px;
	position: relative;
	background: #7c7b73;
}

#header_nav ul ul.second {
	width: 185px;
}

#header_nav ul ul.second a,
#header_nav ul ul.second a:visited {
	width: 185px;
}

#header_nav li {
	height: 20px;
}

* html #header_nav li {margin-left:-16px; margin-lef\t:0;}

/* get rid of the table */
#header_nav table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
#header_nav a, #header_nav a:visited {
	display: block; 
	text-decoration:none;
	height: 20px;
	line-height: 20px;
	width: 120px;
	color: #fff;
	background: #7c7b73;
	text-indent: 3px;
}

/* style the link hover */
* html #header_nav a:hover {color:#bdd732; background:#7c7b71;}

#header_nav :hover > a {
	color:#bdd732; 
	background:#7c7b71;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#header_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 120px;
}

#header_nav ul.second ul {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 185px;
}


#header_nav li.act ul,
#header_nav li.act ul li.act ul {
	visibility: visible;
}

#header_nav li.act ul ul {
	visibility: hidden;
}

#header_nav :hover li.act ul,
#header_nav :hover li.act ul li.act ul,
#header_nav span.hover li.act ul,
#header_nav span.hover li.act ul li.act ul {
	visibility: hidden;
}

#header_nav a#actlink {
	color: #bdd732;
}

/* make the second level visible when hover on first level list OR link */
#header_nav ul li:hover ul,
#header_nav ul li.act:hover ul,
#header_nav ul a:hover ul {
	visibility: visible;
	height: 160px;
}

/* keep the third level hidden when you hover on first level list OR link */
#header_nav ul :hover ul ul,
#header_nav ul :hover ul.second ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
#header_nav ul :hover ul :hover ul,
#header_nav ul :hover ul li.act:hover ul { 
	visibility: visible;
	height: 160px;
}

/*  Header Gallery */

#header_img {
	float: left;
	width: 266px;
	display: inline;
}

#header_img img {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#header_img div.csc-header {
	display: none;
}

/*  Content */

#sharebutton {
	position: absolute;
	top: 330px;
	left: 20px;
	width: 85px;
	height: 60px;
	background: #fff;
}

#sharebutton img {
	margin-bottom: 10px;
}

#content {
	width: 450px;
	margin: 30px 0 30px 140px;
}

#content p {
	padding: 0 0 20px 0;
	font-size: 0.7em;
}

#content ul {
	margin: 0 0 20px 12px;
	font-size: 0.7em;
}

#content ol {
	margin: 0 0 20px 23px;
	font-size: 0.7em;
	list-style-type: decimal;
}

#content ul.csc-menu {
	margin: 0 0 20px 0;
	font-size: 0.7em;
	list-style-type: none;
}


#content a,
#content a:visited {
	text-decoration: underline;
	color: #7c7b73;
}

#content a:hover {
	color: #7c7b73;
	background: #bdd732;
}

#content h1,
#content h2,
#content h3 {
	font-size: 0.7em;
}

#content h2 {
	margin: 20px 0 0 0;
}

#content a img {
	border: none;
}

#content img {
	border:1px solid #7c7b73;
}

#content table.contenttable {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

#content .tx-neegvcard-pi1 {
	font-size: 0.7em;
}

#content .tx-neegvcard-pi1 img {
	border: none;
	float: left;
	margin-right: 10px;
}

#content span.clear {
	clear: both;
	display: block;
}

/*  Footer */

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: #bdd732;
	font-size: 0.7em;
}

#footer p {
	margin: 0 0 0 140px;
	padding: 2px 0 0 0;
}

#footer a,
#footer a:visited {
	color: #7c7b73;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Kontaktform  */

fieldset.csc-mailform {
	border: none;
	background: #fff;
	margin: 10px 0;
	font-size: 90%;
	color: #564b47;
}

fieldset.csc-mailform .csc-mailform-field {
	padding: 5px 0;
	clear: left;
	overflow: hidden;
}

fieldset.csc-mailform .csc-mailform-field label {
	width: 30%;
	display: block;
	float: left;
	padding-right: 3px;
}

fieldset.csc-mailform .csc-mailform-field input,
fieldset.csc-mailform .csc-mailform-field textarea {
	width: 60%;
	padding: 2px;
	background: #f1f1f1;
	border: 1px solid #dadada;
}

fieldset.csc-mailform .csc-mailform-field input:focus,
fieldset.csc-mailform .csc-mailform-field textarea:focus {
	background: #fff;
}

fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check,
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-radio {
	width: auto;
	padding: 0;
}

fieldset.csc-mailform .csc-mailform-field select option {
	width: auto;
	padding: 1px 10px;
}

fieldset.csc-mailform input.csc-mailform-submit {
	background: #f29400;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight:bold;
	margin-left: 31%;
	padding: 3px 10px;
	width: 40%;
}

fieldset.csc-mailform span.req {
	font-weight: bold;
}

span.csc-mailform-radio fieldset {
	margin-left: 31%;
	border: none;
	display: block;
	width: 60%;
}

span.csc-mailform-radio fieldset legend {
	display: none;
}

span.csc-mailform-radio fieldset input {
	margin: 0 5px 0 0;
}

.csc-mailform-field span.csc-mailform-radio fieldset label {
	display: inline;
	float: none;
}


.tx-slideshow-pi1 {
	margin: 0;
	text-align:left;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}




