/*
	Style Sheet for Schöpfer Gastronomie
	Obrist und Partner
	Don't steal design = good karma
*/

/* FONTS
---------------------------------------------------------------------- */
@font-face {
	/* 
	@vendor:     Google Android
 	@vendorurl:  http://code.google.com/android/
	@licenseurl: http://www.fontsquirrel.com/license/Droid-Sans
	*/
	font-family: "DroidSans";
	font-weight: normal;
	src: url("../fonts/DroidSans.eot");
	src: local("Droid Sans Regular"), local("DroidSans"), url("../fonts/DroidSans.ttf") format("truetype");
}
@font-face {
	/* 
	@vendor:     Google Android
 	@vendorurl:  http://code.google.com/android/
	@licenseurl: http://www.fontsquirrel.com/license/Droid-Sans
	*/
	font-family: "DroidSans";
	font-weight: bold;
	src: url("../fonts/DroidSans-Bold.eot");
	src: local("Droid Sans Bold"), local("DroidSans-Bold"), url("../fonts/DroidSans-Bold.ttf") format("truetype");
}
/* BASE
---------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #940222 url(../media/gradient.png) top left repeat-x;
/*	background-attachment: fixed;*/
	font-family: DroidSans, sans-serif;
	text-align: center;
}
h1 {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0 40px 20px 40px;
	padding-top: 40px;
	width: 580px;
}
p {
	margin: 1em 0;
}
strong {
	font-family: DroidSans, sans-serif;
	font-weight: bold;
}
em {
	font-style: normal;
	background: #ffc;
}
img { border: none; }
a { outline: none; } /* Get rid of this ugly firefox dotted outlines around links */
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#nav {
	float: left;
	font-family: DroidSans, sans-serif;
	font-weight: bold;
	font-size: 22px;
}
#nav ul {
	float: left;
	list-style-type: none;
}
#nav ul li {
	float: left;
}
#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #7b021c;
	font-family: DroidSans, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
}
#nav ul li a:hover {
	color: #000;
}
#nav ul li a:active {
	color: #fff;
}
#nav ul li.here a {
	background: transparent url(../media/indicator.gif) bottom center no-repeat;
	font-family: DroidSans, sans-serif;
	color: #fff;
	text-shadow: 0px 2px 4px #5c0115;
}
#nav ul li.here a:hover {
	color: #ededed;
}
#page {
	clear: both;
	background: #fff;
	-webkit-box-shadow: 0px 5px 16px #5c0115;
	-moz-box-shadow: 0px 5px 16px #5c0115;
}
#page p.lead {
/*	font-size: 17px;*/
	font-size: 24px;
	line-height: 1.4em;
	color: #666;
	margin: 0 40px 40px 40px;
/*	padding-top: 40px;*/
	width: 580px;
}

/* EVENT LIST
---------------------------------------------------------------------- */
#elist {
	list-style-type: none;
}
#elist li {
	clear: both;
/*	background: transparent url(../media/elist-gradient.gif) top left repeat-x;*/
	border-top: 2px solid #ededed;
}
#elist li:after {
	/* selfclear */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#elist img {
	float: left;
	margin: 40px;
	background: #ccc;
}
#elist div.econt {
	float: left;
/*	background: #ffc;*/
	width: 340px;
	margin-bottom: 40px;
}
#elist h2 {
	font-weight: normal;
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.3em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
/*	color: #940222;*/
}
#elist h3 {
	font-weight: normal;
	font-size: 22px;
	color: #999;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#elist p {
/*	width: 200px;*/
	line-height: 1.4em;
	font-size: 13px;
}
#elist ul,
#elist ol {
	line-height: 1.4em;
	font-size: 13px;
	list-style-position: outside;
	list-style-type: disc;
	border: none;
	margin-top: 1em;
	margin-left: 20px;
}
#elist ol {
	list-style-type: decimal;
}
#elist ul li,
#elist ol li {
	border: none;
}
#elist ul ul,
#elist ol ol {
	list-style-type: circle;
	margin-left: 20px;
}
#elist ol ol {
	list-style-type: decimal;
}
#elist a,
#elist a:link {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}
#elist a:visited {
	border-bottom: 1px solid #ccc;
}
#elist a:hover {
	border-bottom: 1px solid #000;
	background: #f4f4f4;
}
#elist a:active {
	border-bottom: 1px solid #000;
	background: #ccc;
}
#elist div.apply {
	float: left;
	width: 140px;
	margin: 42px 0 0 10px;
/*	background: #ccf;*/
	text-align: right;
}
#elist div.apply a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	border: 2px solid #999;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ccc url(../media/button-gradient.gif) left top repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(0.5, #ccc));
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 1px 0px #fff;
}
#elist div.apply a:hover {
	border-color: #333;
}
#elist div.no {
	font-size: 14px;
	color: #ccc;
}
#elist div.full {
	font-size: 16px;
	color: #940222;
}
/* SIGNUP
---------------------------------------------------------------------- */
#signup {
	margin: 0 40px;
	padding: 40px 0;
}
#signup h2 {
	font-family: DroidSans, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
/*	color: #940222;*/
}
#signup h2 span {
	font-weight: normal;
}
#signup h3 {
	font-weight: normal;
	font-size: 22px;
	color: #999;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

#signup table {
	border-collapse: collapse;
}
#signup table tr.control td {
	padding-top: 40px;
}
#signup table td {
	padding: 5px 10px;
}
#signup table td.cmsFrmLabel {
	padding-right: 10px;
	font-weight: normal;
	text-align: right;
}
#signup table td.top {
	vertical-align: top;
}
#signup table #txtVorname,
#signup table #txtName,
#signup table #txtStrasse,
#signup table #txtTelefon,
#signup table #txtEMail,
#signup table #txtMitteilung,
#signup table #captcha_code {
	font-size: 14px;
	padding: 2px;
	width: 480px;
}
#signup table #txtPLZ,
#signup table #txtOrt,
#signup table #txtAnzahl {
	font-size: 14px;
	padding: 2px;
}
#signup table #txtAnzahl {
	width: 2em;
	text-align: center;
}
#signup table #txtOrt {
	width: 360px;
}
#signup table p.note {
	margin: 0.5em 0;
	font-size: 13px;
	color: #aaa;
}
#signup table #captcha_code {
	width: 172px;
}
#signup a.button {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	border: 2px solid #999;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #ccc url(../media/button-gradient.gif) left top repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff), color-stop(0.5, #ccc));
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 1px 0px #fff;
}
#signup a.button:hover {
	border-color: #333;
}
#signup noscript p {
	text-align: right;
	margin: 0 40px;
}
#signup table tr.control td span#hide {
	display: none;
}

#signup a.linkbutton {
	font-size: 14px;
	text-decoration: none;
	color: #999;
	margin-right: 10px;
}
#signup a.linkbutton:hover {
/*	border-bottom: 1px solid #000;*/
	color: #000;
	margin-right: 10px;
}
/* FORM SENT (SUCCESS)
---------------------------------------------------------------------- */
#success {
	min-height: 300px;
	padding: 40px 0;
}
#success h2,
#success p {
	margin: 0 40px;
}
#success h2 {
	font-weight: normal;
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.3em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 1em;
}
#success a,
#success a:link {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}
#success a:hover {
	border-bottom: 1px solid #000;
	background: #f4f4f4;
}
#success a:active {
	border-bottom: 1px solid #000;
	background: #ccc;
}

/* VENTURES
---------------------------------------------------------------------- */
#map {
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
height: 400px;
}
#ventures {
	font-weight: normal;
}
#ventures ul {
	list-style-type: none;
	margin: 40px;
	font-size: 14px;
	line-height: 1.2em;
}
#ventures ul li {
	margin: 0;
	padding: 0;
}
#ventures ul li p {
	height: 18px;
	font-size: 16px;
}
#ventures ul li img {
	vertical-align: text-top;
}
p.ginfo {
	font-size: 14px;
}
#ventures ul li a {
	padding: 1px 24px 1px 0;
	text-decoration: none;
	color: black;
}
#ventures ul li a:hover {
	color: #940222;
}
#ventures a.arr { background: transparent url(../betriebe/arrow.gif) right center no-repeat; }
#ventures a.arr:hover { background-image: url(../betriebe/arrow-on.gif); }

#ventures a.m1 { background: transparent url(../betriebe/markdot1.gif) right center no-repeat; }
#ventures a.m1:hover { background-image: url(../betriebe/markdot1-on.gif); }
#ventures a.m2 { background: transparent url(../betriebe/markdot2.gif) right center no-repeat; }
#ventures a.m2:hover { background-image: url(../betriebe/markdot2-on.gif); }
#ventures a.m3 { background: transparent url(../betriebe/markdot3.gif) right center no-repeat; }
#ventures a.m3:hover { background-image: url(../betriebe/markdot3-on.gif); }
#ventures a.m4 { background: transparent url(../betriebe/markdot4.gif) right center no-repeat; }
#ventures a.m4:hover { background-image: url(../betriebe/markdot4-on.gif); }
#ventures a.m5 { background: transparent url(../betriebe/markdot5.gif) right center no-repeat; }
#ventures a.m5:hover { background-image: url(../betriebe/markdot5-on.gif); }
#ventures a.m6 { background: transparent url(../betriebe/markdot6.gif) right center no-repeat; }
#ventures a.m6:hover { background-image: url(../betriebe/markdot6-on.gif); }
#ventures a.m7 { background: transparent url(../betriebe/markdot7.gif) right center no-repeat; }
#ventures a.m7:hover { background-image: url(../betriebe/markdot7-on.gif); }
#ventures a.m8 { background: transparent url(../betriebe/markdot8.gif) right center no-repeat; }
#ventures a.m8:hover { background-image: url(../betriebe/markdot8-on.gif); }
#ventures a.m9 { background: transparent url(../betriebe/markdot9.gif) right center no-repeat; }
#ventures a.m9:hover { background-image: url(../betriebe/markdot9-on.gif); }
#ventures a.m10 { background: transparent url(../betriebe/markdot10.gif) right center no-repeat; }
#ventures a.m10:hover { background-image: url(../betriebe/markdot10-on.gif); }
#ventures a.m11 { background: transparent url(../betriebe/markdot11.gif) right center no-repeat; }
#ventures a.m11:hover { background-image: url(../betriebe/markdot11-on.gif); }
#ventures a.m12 { background: transparent url(../betriebe/markdot12.gif) right center no-repeat; }
#ventures a.m12:hover { background-image: url(../betriebe/markdot12-on.gif); }
#ventures a.m13 { background: transparent url(../betriebe/markdot13.gif) right center no-repeat; }
#ventures a.m13:hover { background-image: url(../betriebe/markdot13-on.gif); }
#ventures a.m14 { background: transparent url(../betriebe/markdot14.gif) right center no-repeat; }
#ventures a.m14:hover { background-image: url(../betriebe/markdot14-on.gif); }
#ventures a.m15 { background: transparent url(../betriebe/markdot15.gif) right center no-repeat; }
#ventures a.m15:hover { background-image: url(../betriebe/markdot15-on.gif); }


/* JOBS
---------------------------------------------------------------------- */
#jobs {
	width: 650px;
}
#jobs h2 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin: 40px 40px 0 40px;
}
#jobs ul {
	margin: 1em 60px;
}
#jobs ul li {
	margin-left: 20px;
	line-height: 1.4em;
}
#jobs p {
	line-height: 1.4em;
	margin: 0 40px 1em 40px;
}
#jobs p.contact {
	font-weight: bold;
	line-height: 1.4em;			
	margin-top: 40px;
}
#jobs a,
#jobs a:link {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #999;
}
#jobs a:visited {
	border-bottom: 1px solid #ccc;
}
#jobs a:hover {
	border-bottom: 1px solid #000;
	background: #f4f4f4;
}
#jobs a:active {
	border-bottom: 1px solid #000;
	background: #ccc;
}


/* FOOTER
---------------------------------------------------------------------- */
#footer {
	background: #efefef url(../media/footer-logo.gif) right center no-repeat;
/*	min-height: 200px;*/
	padding-top: 1px;
	/* IE 7 HACKS 
	display: block;
	width: 750px;
	min-height: 140px;
	margin-bottom: 50px;
	*/
	border-top: 2px solid #efefef;
}
#footer p {
	float: left;
	margin: 40px 0px 40px 40px;
	color: #999;
	line-height: 1.3em;
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer a {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	color: #333;
}

/* SPECIAL
---------------------------------------------------------------------- */
p.logobanner {
	text-align: center;
	padding: 40px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
