/*
	$URL: http://as@seewolf.fizon.de/svn/websites/fizon.de/www/htdocs/styles/fizon.css $
	$Date: 2012-11-28 10:35:56 +0100 (Mi, 28. Nov 2012) $
	$Author: as $
	$Rev: 20282 $
*/

body, html, div, form {
	margin			: 0;
	padding			: 0;
}

html {
	background-color	: #c1c5c8;
	background-image	: url(/images/bg.jpg);
	background-attachment	: fixed;
}

#bg {
	position		: fixed;
	width			: 100%;
	height			: 100%;
	top			: 0;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background		: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background		: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 44%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background		: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(44%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background		: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background		: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.4) 100%); /* Opera 12+ */
	background		: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background		: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 44%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter			: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-8 fallback on horizontal gradient */
}

body, table {
	font-family		: Verdana, Geneva, Arial, sans-serif;
	font-size		: 12px;
	color			: #4F4A48; 
}

a img {
	border-width		: 0;
}

p a img {
	border-width		: 1px;
	border-color		: #FFF;
	border-style		: solid;
}

img.left, img.right, img.border, img[width="700"], img[width="300"] {
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow	: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	behavior		: url(/styles/PIE.htc);
}

img.border {
	border-width		: 1px;
	border-color		: #FFF;
	border-style		: solid;
}

img.noborder {
	border-radius		: 0;
	-webkit-border-radius	: 0;
	-moz-border-radius	: 0;
	box-shadow		: none;
	-webkit-box-shadow	: none;
	-moz-box-shadow		: none;
}

img.left {
	margin-right		: 10px;
}

img.right {
	margin-left		: 10px;

}

.left {
	float			: left;
}

.right {
	float			: right;
}

a img:hover {
	border-color		: #999;
}

a, a:visited {
	color			: #fc6401;
	text-decoration		: none;
}

h1 {
	color			: #fc6401;
	background-color	: #ffe0cc;
	text-shadow		: 0 1px 1px #FFFFFF;
	text-indent		: 60px;
	background-image	: url(/images/dot.png);
	background-repeat	: no-repeat;
	background-position	: 20px 16px;
	font-size		: 20px;
	line-height		: 45px;
	padding			: 5px 0;
	margin			: -20px -20px 10px -20px;
	border-radius		: 4px 4px 0 0;
	-webkit-border-radius	: 4px 4px 0 0;
	-moz-border-radius	: 4px 4px 0 0;
}

input, select, textarea {
	border-width		: 1px;
	border-style		: inset;
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	color			: #4F4A48;
	behavior		: url(/styles/PIE.htc);
}

input[type="submit"] {
	border-style		: outset;
	background-color	: rgb(255, 100, 0);
	color			: #FFF;
	font-weight		: bold;
}

#content ul li {
	margin			: 5px 0;
}

#content ul li div {
	font-weight		: bold;
	line-height		: 150%;
}

.orange {
	color:	#fc6401;
}

.orange a, .orange a:visited {
	text-decoration		: underline;
}

.orange.block {
	background-color	: #ffe0cc;
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow	: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	text-shadow		: 0 1px 1px #FFFFFF;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #FFF;
	padding			: 5px;
	behavior		: url(/styles/PIE.htc);
}
p.right {
	text-align		: right;
}

.notice {
	font-size		: 90%;
	color			: #9a918d;
}

.big {
	font-size		: 200%;
	color			: #fc6401;
	font-weight		: bold;
}

#container {
	width			: 760px;
	margin			: 0 auto;
	padding-bottom		: 50px;
}

#topmenulayer {
	position		: absolute;
	width			: 760px;
	top			: 25px;
	height			: 105px;
	z-index			: 1010;
}

#topmenu {
	list-style-type		: none;
	padding			: 0;
	margin			: 0;
	height			: 200px;
	position		: absolute;
	top			: 25px;
	z-index			: 1100;
}

#topmenu li {
	border			: 1px solid #A3A3A3;;
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow	: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow		: 0 0 4px rgba(0, 0, 0, 0.4);
	background-color	: #FFF;
	width			: 138px;
	border			: 1px solid #999;
	float			: left;
	margin-left		: 15px;
}

#topmenu li:first-child {
	margin-left		: 0px;
}

#topmenu a {
	line-height		: 100px;
	height			: 100px;
	text-align		: center;
	display			: block;
	font-weight		: bold;
}

#topmenu img {
	position		: relative;
	top			: 20px;
}

#topmenu div {
	background-color	: #fc6401;
	color			: #FFF;
	font-size		: 11px;
	height			: 5px;
	overflow		: hidden;
	color			: #fc6401;
}

#topmenu li.open div,
#topmenu li:hover div {
	height			: 110px;
	color			: #FFF;
}

#topmenu table {
	font-size		: 11px;
	border-collapse		: collapse;
	color			: #FFF;
}

#topmenu table td {
	padding: 0;
}

#topmenu table a {
	line-height		: 11px;
	text-align		: right;
	display			: inline;
	color			: #FFF;
}

#topmenu em {
	font-style		: normal;
	display			: block;
	text-align		: center;
	padding-top		: 85px;
	font-size		: 13px;
}


body #topmenu li.webmail {
	display			: none;
}

body.open #topmenu li.willkommen {
	transform		: rotate(-18deg);
	-ms-transform		: rotate(-18deg);
	-webkit-transform	: rotate(-18deg);
	-o-transform		: rotate(-18deg);
	-moz-transform		: rotate(-18deg);
	-ms-filter		: "progid:DXImageTransform.Microsoft.Matrix(M11=0.95105652, M12=0.30901699, M21=-0.30901699, M22=0.95105652,sizingMethod='auto expand')";
	filter			: progid:DXImageTransform.Microsoft.Matrix(M11=0.95105652, M12=0.30901699, M21=-0.30901699, M22=0.95105652,sizingMethod='auto expand');
	position		: relative;
	top			: 110px;
	left			: 0;
}

body.open #topmenu li.spektrum {
	position		: relative;
	top			: 100px;
	left			: 0;
}

body.open #topmenu li.referenzen {
	transform		: rotate(9deg);
	-ms-transform		: rotate(9deg);
	-webkit-transform	: rotate(9deg);
	-o-transform		: rotate(9deg);
	-moz-transform		: rotate(9deg);
	-ms-filter		: "progid:DXImageTransform.Microsoft.Matrix(M11=0.98768834, M12=-0.15643447, M21=0.15643447, M22=0.98768834,sizingMethod='auto expand')";
	filter			: progid:DXImageTransform.Microsoft.Matrix(M11=0.98768834, M12=-0.15643447, M21=0.15643447, M22=0.98768834,sizingMethod='auto expand');
	position		: relative;
	top			: 100px;
	left			: 0;
}

body.open #topmenu li.service {
	transform		: rotate(-9deg);
	-ms-transform		: rotate(-9deg);
	-webkit-transform	: rotate(-9deg);
	-o-transform		: rotate(-9deg);
	-moz-transform		: rotate(-9deg);
	-ms-filter		: "progid:DXImageTransform.Microsoft.Matrix(M11=0.98768834, M12=0.15643447, M21=-0.15643447, M22=0.98768834,sizingMethod='auto expand')";
	filter			: progid:DXImageTransform.Microsoft.Matrix(M11=0.98768834, M12=0.15643447, M21=-0.15643447, M22=0.98768834,sizingMethod='auto expand');
	position		: relative;
	top			: 90px;
	left			: 0;
}

body.open #topmenu li.kontakt {
	transform		: rotate(18deg);
	-ms-transform		: rotate(18deg);
	-webkit-transform	: rotate(18deg);
	-o-transform		: rotate(18deg);
	-moz-transform		: rotate(18deg);
	-ms-filter		: "progid:DXImageTransform.Microsoft.Matrix(M11=0.95105652, M12=-0.30901699, M21=0.30901699, M22=0.95105652,sizingMethod='auto expand')";
	filter			: progid:DXImageTransform.Microsoft.Matrix(M11=0.95105652, M12=-0.30901699, M21=0.30901699, M22=0.95105652,sizingMethod='auto expand');
	position		: relative;
	top			: 140px;
	left			: -20px;
}

body.open #topmenu li.webmail {
	position		: absolute;
	left			: 370px;
	top			: 285px;
	transform		: rotate(35deg);
	-ms-transform		: rotate(35deg);
	-webkit-transform	: rotate(35deg);
	-o-transform		: rotate(35deg);
	-moz-transform		: rotate(35deg);
	-ms-filter		: "progid:DXImageTransform.Microsoft.Matrix(M11=0.81915204, M12=-0.57357644, M21=0.57357644, M22=0.81915204,sizingMethod='auto expand')";
	filter			: progid:DXImageTransform.Microsoft.Matrix(M11=0.81915204, M12=-0.57357644, M21=0.57357644, M22=0.81915204,sizingMethod='auto expand');
	display			: block;
}

#content {
	border			: 1px solid #A3A3A3;;
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow	: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow		: 0 0 4px rgba(0, 0, 0, 0.4);
	background-color	: #FFF;
	margin-top		: 152px;
	padding			: 20px;
	line-height		: 18px;
	z-index			: 100;
	position		: relative;
}

#content table {
	border-spacing		: 12px;
	border-collapse		: collapse;
}

#content.transparent {
	border-color		: transparent;
	background-color	: transparent;
	box-shadow		: none;
	-webkit-box-shadow	: none;
	-moz-box-shadow		: none;
	border-width		: 0;
}

#contentlayer {
	z-index			: 1000;
	background-color	: #FFF;
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	behavior		: url(/styles/PIE.htc);
}

#footer {
	font-size		: 11px;
	background-color	: #000;
	position		: fixed;
	bottom			: 0;
	width			: 100%;
	border-top		: 1px solid #DDDDDD;;
	padding			: 4px;
	text-shadow		: 0 1px 1px #FFFFFF;
	z-index			: 1100;
	box-shadow		: 0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow	: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow		: 0 0 4px rgba(0, 0, 0, 0.4);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background		: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background		: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(198,198,198,1) 100%); /* FF3.6+ */
	background		: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
	background		: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(198,198,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background		: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(198,198,198,1) 100%); /* Opera 11.10+ */
	background		: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(198,198,198,1) 100%); /* IE10+ */
	background		: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(198,198,198,1) 100%); /* W3C */
	filter			: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-8 */
}

#footer div.box {
	margin			: 0 auto;
	width			: 760px;
	text-align		: center;
	color			: #333333;
}

#footer ul {
	list-style-type		: disc;
	padding			: 0;
	margin			: 0;
	display			: inline-block;
}

#footer li {
	float			: left;
	padding-right		: 23px;
}

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

#footer li:first-child {
	list-style-type		: none;
}

.clear {
	clear			: both;
}

.error {
	background-color	: rgba(255, 100, 0, 0.2);
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow	: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	text-shadow		: 0 1px 1px #FFFFFF;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #FFF;
	padding			: 20px;
	font-weight		: bold;
	line-height		: 24px;
	margin-bottom		: 20px;
	behavior		: url(/styles/PIE.htc);
}

div.login {
	width			: 100%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #FFF;
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow	: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	background-color	: #e5e5e5;
	behavior		: url(/styles/PIE.htc);
}

div.login div.title {
	color			: #FFF;
	background-color	: #FF6400;
	border-radius		: 4px 4px 0 0;
	-webkit-border-radius	: 4px 4px 0 0;
	-moz-border-radius	: 4px 4px 0 0;
	line-height		: 20px;
	text-indent		: 10px;
	border-width		: 0 0 1px 0;
	border-style		: solid;
	border-color		: #FFF;
	behavior		: url(/styles/PIE.htc);
}

div.login div.content {
	padding			: 10px;
}

div.login table {
	border-spacing		: 0;
	border-collapse		: separate;
}

div.login table th {
	text-align		: left;
	font-weight		: normal;
}

div.login table th,
div.login table td {
	text-shadow		: 0 1px 1px #FFFFFF;
}

#content table.grid {
	border-collapse		: separate;
	border-spacing		: 10px;
}

table.grid td {
}

table.kinfo {
	empty-cells		: show;
}

table.kinfo td {
	padding			: 4px 14px 0 0px;
}

table.kinfo td.subtitle,
table.kinfo td:first-child {
	text-align		: right;
	color			: gray;
	white-space		: nowrap;
}

table.kinfo td.normal {
	text-align		: left;
	color			: #4F4A48;
}

div.popup {
	border-width		: 1px;
	border-style		: solid;
	border-color		: #999;
	padding			: 2px;
	background-color	: #FFF;
	z-index			: 2000;
}

div.popup div.title div.close {
	float			: right;
	width			: 18px;
	height			: 18px;
	margin			: 1px 1px 0 0;
	background-image	: url(/images/icon_close18.png);
	background-repeat	: no-repeat;
}

div.popup div.title div.close:hover {
	background-image	: url(/images/icon_close18_hover.png);
}

#emotion {
	position		: fixed;
	bottom			: 0;
	right			: 0;
	background-image	: url('/images/bg_herbst.png');
	background-position	: bottom right;
	background-repeat	: no-repeat;
	width			: 300px;
	height			: 300px;
	z-index			: 10;
}

.secure {
	background-image	: url('/images/icon_secure19.png');
	background-repeat	: no-repeat;
	background-position	: right 0;
	padding-right		: 20px;
	line-height		: 26px;
}

div.image-box {
	margin-bottom		: 20px;
	color			: #FFF;
	background-color	: rgba(255, 100, 0, 1.2);
	border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-border-radius	: 4px;
	box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow	: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow		: 0 0 3px rgba(0, 0, 0, 0.3);
	border-width		: 1px;
	border-style		: solid;
	border-color		: #999999;
	behavior		: url(/styles/PIE.htc);
}

div.image-box.inline {
	display			: inline-block;
	margin-bottom		: 0;
}

div.image-box.notitle img {
	display			: block;
}

div.image-box p {
	margin			: 2px;
	padding			: 0;
	font-size		: 90%;
}

#preis120ru {
	position		: absolute;
	bottom			: 0;
	right			: 0;
	width			: 208px;
	height			: 192px;
	background-image	: url(/images/preis120ru.png);
	background-repeat	: no-repeat;
	background-position	: right bottom;
}

#preis120ru div.content {
	position		: absolute;
	bottom			: 0;
	right			: 0;
	padding			: 20px;
	text-align		: right;
}

p.orange.block.mtbox {
	border-color		: #fc6401;
	background-color	: #FFF1E8;
	font-weight		: bold;
	text-align		: center;
}

.mtbix a, .mtbox a:visited {
	color			: #fc6401;
}
