/*
	$URL: http://as@seewolf.fizon.de/svn/websites/fizon.de/www/htdocs/styles/fizon.css $
	$Date: 2010-09-13 13:24:23 +0200 (Mo, 13 Sep 2010) $
	$Author: as $
	$Rev: 12133 $
*/

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

body {
	background-color	: #f6f6f6; #666666;
	background-image	: url(/images/background.png);
}

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		: #999;
	border-style		: solid;

}

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

}

.left {
	float			: left;
}

.right {
	float			: right;
}

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

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

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

h1 {
	color			: #fc6401;
	text-indent		: 40px;
	background-image	: url(/images/dot.png);
	background-repeat	: no-repeat;
	background-position	: 0 3px;
	font-size		: 20px;
	line-height		: 25px;
	padding			: 5px 0;
	margin			: 0 0 10px 0;
}

input, select, textarea {
	border-width		: 1px;
	border-style		: inset;
	border-color		: #D7D7D7;
	color			: #4F4A48;
}

input[type="submit"] {
	border-style		: outset;
	background-color	: #e0e0e0;
}

#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;
}

p.orange.block {
	background-color	: #FFF1E8;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #999999;
	padding			: 5px;
}
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;
}

#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 {
	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;
}

#content {
	border			: 1px solid #999;
	background-color	: #FFF;
	margin-top		: 152px;
	padding			: 20px;
	line-height		: 18px;
	z-index			: 100;
	position		: relative;
}

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

#content.transparent {
	border-color		: transparent;
	background-color	: transparent;
	border-width		: 0;
}

#contentlayer {
	z-index			: 1000;
	background-color	: #FFF;
}

#footer {
	font-size		: 11px;
	list-style-type		: disc;
	margin			: 20px 0;
	padding			: 0;
	float			: right;
	position		: relative;
	left			: 23px;
	z-index			: 120;
	position		: relative;
}

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

#footer a {
	font-weight		: bold;
}

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

.clear {
	clear			: both;
}

.error {
	border-color		: #fc6401;
	border-width		: 1px;
	border-style		: solid;
	color			: #fc6401;
	padding			: 2px 4px;
}

#content table.login {
	width			: 100%;
	border-width		: 1px;
	border-style		: solid;
	border-color		: #999;
	border-spacing		: 0;
	border-collapse		: separate;
	padding			: 2px;
}

table.login th {
	background-color	: #fc6401;
	color			: #FFF;
	text-align		: left;
	font-weight		: normal;
}

table.login td {
	background-color	: #f6f6f6;
}

table.login th,
table.login td {
	padding			: 2px 4px;
}

#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.header {
	height			: 20px;
	background-color	: #fc6401;
	color			: #FFF;
}

div.popup div.header div.title {
	float			: left;
	height			: 18px;
	line-height		: 18px;
	margin			: 0 0 0 4px;
}

div.popup div.header 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.header div.close:hover {
	background-image	: url(/images/icon_close18_hover.png);
}

div.popup div.content {
	background-color	: #f6f6f6;
	padding-top		: 2px;
}

#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 {
	background-color	: #fc6401;
	margin-bottom		: 20px;
	color			: #FFF;
	border-width		: 2px;
	border-color		: #fc6401;
	border-style		: solid;
}

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;
}

