/*
##############################################

      CSS "Cook"
      ---------------------------------
		
      @	Websitebaker-Template fuer
      	www.peters-kochschule.ch
      
      @	Author: Gaechter Lukas
      	Built: 2009
		
		@	You are not allowed to copy and/or 
			to use this template.
		
		@	Contact: hello@lukasgaechter.ch

##############################################
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222;
}
#container {
	width: 800px;
	margin: 30px auto 0px auto;
	background: url(/media/template/back.jpg) repeat-y;
}
#header {
	height: 128px;
	width: 800px;
	background: #ffffff;
	display: inline;
}
#header_left {
	float: left;
	width: 307px;
	height: 128px;
	border: 0px;
}
#header_right {
	float: left;
	width: 298px;
	height: 128px;
	border: 0px;
}
#logo {
	float: right;
	width: 195px;
	height: 128px;
	border: 0px;
}
#menu1 {
	float: right;
	width: 195px;
	min-height: 300px;
	/* background: url(/media/template/slice_menu.png) repeat-y; */
padding-top: 20px;
}
#menu1 ul {
	width: 200px;
	list-style-type: none;
	padding-left: 10px;
}
#menu1 ul ul {
	padding: 0 0 10px 25px;
	width: 165px;/* font-size: 0.9em; */
}
#menu1 li a {
	display: block;
	height: 20px;
	width: 150px;
	padding:6px 0 0 15px;
	text-decoration: none;
	color: #ededed;
	font-weight: bold;/* font-size: 1.0em; */
}
#menu1 li li a {
	width: 120px;
}
#menu1 li a:hover, #menu1 li a.menu_current {
	color: #2F2F2F;
}

#facebook {
	padding-top: 12px;
	padding-left: 22px;	
}

#content {
	float: left;
	width: 555px;
	padding: 20px 30px 10px 20px;
}
#content ul.galerien li {
	list-style-type: square;
	margin-left: 20px;
}
#footer {
	margin: 0px auto;
	padding: 27px 0 0 0;
	height: 18px;
	width: 800px;
	color: #ffffff;
	text-align: center;
	background: url(/media/template/footer.jpg) no-repeat center;
	font-size: 8.5pt;
}
#footer a {
	color: #ededed;
	font-weight: normal;
}
/* TEXT */

p {
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
	color: #d11c15;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#content ul {
	margin-left: 25px;	
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-family: Verdana, Arial, sans-serif;
}
h2 {
/* font-size: 1.2em;	*/
}
h3 {
	margin-bottom: 5px;
	font-size: 1.0em;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}
hr {
	border: 0px solid #d11c15;
	border-bottom: 1px solid #d11c15;
	margin: 15px 0 15px 0;
}
.kursprogramm {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kursprogramm tr td {
	height: 1.0em;
	vertical-align: top;
}
.kursprogramm .rightpart {
	vertical-align: top;
	height: 1.0em;
}
#filter {
	margin-bottom: 48px;	
}
#filter td {
	padding: 4px 4px 4px 0px;	
}
#content img.impressions {
	padding: 0px 20px 20px 0px;
}
#content img.impressions2 {
	padding: 0px 20px 20px 20px;
}
/* SUCHE */

#footer .search_box {
	margin: 0px 0 0 0px;
}
#footer input {
	border: 1px solid #8F8F8F;
	background-color: #cccccc;
	padding: 0px 2px 0px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer .search_string {
	width: 100px;
	background-color: #ffffff;
	font-size: 1.2em;
}
#footer input:hover {
	cursor: default;
}
#sendbutton:hover {
	cursor: pointer;
}
#searchstring {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}
#textsearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cccccc;
	width: 100px;
	border: 1px solid #d11c15;
}
#textsearch:hover {
	cursor:pointer;
}
/* Formular */

#form {
	line-height: 24px;
}
#content .field_title {
	width: 200px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#content .field_input {
	width: 200px;
}
.email, .textfield, .textarea, .select {
	padding: 2px;
	background-color:#F4F4F4;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .email:hover, #content .textfield:hover, #content .textarea:hover .select:hover {
	background: #ffffff;
}
#content .textarea {
	width: 200px;
	margin-top: 5px;
}
#content .select {
	width: 205px;
	margin-bottom: 5px;
}
#content .anmeldung_submit {
	margin-top: 20px;
	width: 204px;
	padding: 2px 10px 2px 10px;
	border: 1px solid #cccccc;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}
#content .anmeldung_submit:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #d11c15;
	cursor: pointer;
}
#content .required {
/* font-size: 0.8em;	 */
}
/* Download - Gallery */
td.line_text {
	padding: 5px;
}
/* Links */
#links hr {
	border: 0px;
	border-bottom: 1px solid #8F8F8F;
}
.newsletter #abschicken {
	background-color:#F4F4F4;
	border: 1px solid #CCCCCC;
	width: 200px;
}
.newsletter #abschicken:hover {
	color: #000000;
	background: #ffffff;
	border: 1px solid #d11c15;
	cursor: pointer;
}
.newsletter #e-mail-feld {
	background-color:#F4F4F4;
	border: 1px solid #CCCCCC;
	width: 200px;
}
.newsletter #e-mail-feld:hover {
	background-color: #ffffff;
}

/* Editor */
.mceContentBody {
	font-family: Verdana;
	font-size: 8pt;
}

.mceContentBody p {
	margin-bottom: 20px;
}

.img_left {
	float: left;
	margin: 0px 18px 10px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 10p 18px;
}


/* Style der gefundenen Suchbegriffe */
.highlight {
}

/* LIGHTBOX */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(media/lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(media/lightbox/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

