/* 1.0 | hannes | 2006-04-21 | belvita.it */

/* STANDARD HTML TAGS */
body, th, td, fieldset legend {
	color: #636363;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
th, td { 
	vertical-align: top;
	text-align: left; 
}
a { color: #636363; }
a:hover { color: #333; }
hr {
	clear: both;
	border: 1px solid #FFF;
	border-bottom: 1px dotted #E4E4E4;
}
form, img { margin: 0; }
a img { border: none; border: 0; }

/* TEXT */
.klein { font-size: 11px; }
.sehrklein { font-size: 10px; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.blocksatz { text-align: justify; }
.hidden { display: none; }

/* AUSRICHTUNG */
.right { float: right; }
.left { float: left; }

.valignmiddle { vertical-align: middle; }
.valigntop { vertical-align: top; }

/* PADDING */
.paddingtop { padding-top: 1em; }
.paddingright { padding-right: 1em; }
.paddingbottom { padding-bottom: 1em; }
.paddingleft { padding-left: 1em; }

/* MARGIN */
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }

/* STANDARD FOMRATIERUNGEN */
.mysqlnav {
	text-align: center;
	padding: 1em;
}
.kalenderlink {
	background: url(/grafik/icon_kalender.gif) no-repeat left center;
	padding: 0 2px 4px 20px;
	height: 24px;
	font-weight: normal;
}

/* MODULE */
label {	vertical-align: top; }
fieldset { 
	clear: both;
	padding: 4px;
	margin: 5px 0;
	border: none;
	border: hidden; /* x Opera */
}
fieldset.border { border: 1px solid #955E28; }
fieldset legend { 
	padding: 0 10px 0 0;
	margin-bottom: 10px;
}
fieldset label { 
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	padding: 3px 5px 0 0;
	white-space: nowrap;
}
fieldset input, fieldset select { margin: 0 0 2px 0; }

/* FORMULARFELDER */
.inputxsmall, .inputsmall, .inputlarge, .inputstandard, .inputtextfeld, select { border: 1px solid #AAA; }
.inputtextfeld { width: 350px; }
.inputlarge { width: 200px; }
.inputsmall { width: 75px; }
.inputxsmall { width: 25px; }
input { z-index: 0; }
.button { margin-left: 140px; }

/* TEMP */
.menuleft blockquote.expressanfrage table td input.inputlarge { width: 100px; }

#javascriptalert {
	background-color: #FFFFCC;
	border: 1px dotted #FFCC66;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover {
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }