@import url(editor.css);
@import url(content.css);

html, body {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.front {
	background: #E6DFD7;
}

.sub {
	background: #E0CBB8;
}

#background {
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-position: top left;
	width: 962px;
}

#navigation {
	font-size: 14px;
	line-height: 16px;
	margin: 0px auto 0px auto;
	width: 940px;
	padding: 22px 0px 0px 0px;
}

#navigation ul, #navigation li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#navigation li {
	padding-right: 8px;
	padding-left: 8px;
	background: url(/images/navigation_spacer.gif) no-repeat bottom left;
}

#navigation .first {
	padding-left: 0px;
	background: url();
}

.front #navigation {
	visibility: hidden;
}

.front #background {
	background-image: url(/images/front_background.gif);
}

.sub #background {
	background-image: url(/images/background.gif);
}

#contentleft {
	float: left;
	width: 432px;
	margin: 10px 0px 0px 10px;
}

#animation {
	width: 942px;
	height: 651px;
	margin: 10px 0px 0px 10px;
}

.sub #contentleft {
	color: #ffffff;
	background: #000000;
} 

.sub .Rubrik1 {
	color: #ffffff;
}

.sub .Normal {
	color: #ffffff;
}

.front #contentleft {
	background: #ffffff;
} 

#contentright {
	float: left;
	text-align: left;
	width: 510px;
	margin: 10px 0px 0px 0px;
}

#contentright .padding {
	padding: 50px;
}

#contentleft .padding {
	padding: 40px 30px 40px 30px;
}




.logotype1 {
	float: left;
	margin-left: 220px;
	margin-top: 490px;
}

.logotype2 {
	float: right;
	margin-top: 490px;
	margin-right: 220px;
}

#bottom {
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	background-position: top left;
	width: 962px;
	clear: both;
	text-align: center;
	padding-top: 12px;
}

.front #bottom {
	background-image: url(/images/front_background_bottom.gif);
	background-color: #E6DFD7;
}

.sub #bottom {
	background-image: url(/images/background_bottom.gif);
	background-color: #E0CBB8;
}

#products {
	margin: 0px 15px 0px 15px;
}

#products .item {
	width: 165px;
	height: 129px;
	background: #ffffff;
	margin: 10px 0px 0px 10px;
	float: left;
}

#products .first {
	margin: 10px 0px 0px 0px;
}

#product table {
	width: 510px;
	height: 450px;
}

#products .empty {
	background: #1a1a1a;
}

#products .paging {
	margin-top: 10px;
	text-align: right;
}

#products .paging a {
	color: #ffffff;
}

#contentright .logotype {
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#product .title {
	margin-top: 20px;
	line-height: 14px;
	text-align: center;
}

#product .description {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}


#animationtext {
	position: absolute;
	width: 400px;
	text-align: center;
	display: none;
}

#animationimage {
	position: absolute;
	display: none;
}

#products .login {
	padding: 0px;
	margin: 30px 0px 0px 0px;
}

.field {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.field input[type=text], .field input[type=password] {
	width: 95%;
}

#loggedin {
	font-size: 11px;
	white-space: nowrap;
	float: right;
}