html {
	background: #ffffff url(../images/content_back.gif) left 0px repeat-x;
/*	background: url(../images/background.gif) top center; */
}

body {
	font-family: arial, verdana;
	font-size: 11px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

a.link {
	padding: 2px 10px 2px 10px;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

.article,
.articles,
.product,
.arrow {
	padding: 0 0 0 0em;
}
/*
.article {
	background: url(../images/icon_article.gif) left no-repeat;
}

.articles {
	background: url(../images/icon_articles.gif) left no-repeat;
}

.product {
	background: url(../images/icon_shop_product.gif) left no-repeat;
}

.arrow {
	background: url(../images/icon_arrow_right.gif) left no-repeat;
}*/

.line_child {
	margin-bottom: 2em;
}

.boxhead {
	margin: 0 0 0.5em 0;
	padding: 0;
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	position: relative;
	top: -0.5em;
}

hr {
	background: url(../images/border.gif) left repeat-x;
	height: 1px;
	border: #ffffff;
	margin: 0.5em 0 0.5em 0;
}

a img {
	border: none;
}

.left_image {
	margin-right: 1em;
}

/* Structure */

#team {
	width: 100%;
	margin-bottom: 1em;
	border: none;
	cursor: crosshair;
}

.invisible {
	display: none;
}

.visible {
	display: block;
}

#head {
	height: 151px;
	padding-top: 23px;
}

#flashlogo {
	text-align: right;
	margin-right: 2em;
}

#flashlogo img.logo {
}

#navigation {
	font-weight: bold;
	line-height: 36px;
	background: url(../images/black_alpha.png);
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
	padding: 0 1em 0 1em;
}

#navigation a {
	color: #ffffff;
}

#subnavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnavigation li {
	background: url(../images/icon_arrow_right.gif) right no-repeat;
}

#subnavigation li a {
	display: block;
/*	padding-left: 1.6em; */
	color: #ffffff;
}

#content {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 0 auto;
	padding-top: 0;
}

#left {
	width: 286px;
	float: left;
	margin-right: 11px;
}

#sub_navi_box {
	width: 286px;
	margin-right: 11px;
}

#right {
	float: right;
	width: 504px;
}

#footer {
	margin-top: 3em;
	color: #aaaaaa;
	text-align: center;
	font-size: 10px;
}

#path {
	text-align: right;
	color: #999999;
	margin: 0.5em 0 0.5em 0;
}

#path a:hover {
	color: #333333;
}

.productview,
.atelieritem {
	text-align: center;
}

.productview {
	width: 90px;
	margin: 1em 2em 1em 0;
}

.atelieritem {
	width: 100px;
	margin: 1em 1.5em 1em 0;
}
/* Classes */
.wrap {
	width: 801px;
	margin: 0 auto;
}

.wrap_gfx img {
	position: absolute;
	top: -50px;
}

.wrap_gfx {
	width: 880px;
	margin: 0 auto;
}

.box {
	background: url(../images/black_alpha.png);
	margin-right: 4px;
	padding: 0 1.5em 0.5em 1.5em;
}

.box_top {
	background: url(../images/box_top.png) left top no-repeat;
}

.box_top_wide {
	background: url(../images/box_top_wide.png) left top no-repeat;
}

.box_top,
.box_top_wide {
	height: 17px;	
}

.box_bottom {
	background: url(../images/box_bottom.png) left top no-repeat;
}

.box_bottom_wide {
	background: url(../images/box_bottom_wide.png) left top no-repeat;
}

.box_bottom,
.box_bottom_wide {
	height: 18px;
	margin: 0 0 1em 0;
}

.box_shaddow_right {
	background: url(../images/shaddow_right.png) right top repeat-y;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.link {
	margin-bottom: 1em;
}

.link p {
	margin: 0;
}
.p50 {
	width: 49%;
}

.bold {
	font-weight: bold;
}

#logo_big {
	position: absolute;
	z-index: 0;
	top: 212px;
}


.spamfilter {
	display: none;
}

.text_right {
	text-align: right;
}

#middle .imageleft {
	float: right;
	width:100px;
}

table {
	width: 100%;
	margin-bottom: 1em;
}

table th {
	text-align: left;
}

fieldset {
	border: none;
	background: url(../images/border.gif) bottom repeat-x;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

input.register,
input[type=text],
select,
textarea,
.success_right {
    width: 100%;
}

input.basket_quantity {
	width: auto;
	float: inherit;
}

.success_right {

}

input.register,
input[type=text],
select,
textarea {
	margin-bottom: 0.5em;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 0;
	font-family: verdana;
	font-size: 100%;
}

input[type=text]:focus,
textarea:focus,
input[type=text]:hover,
textarea:hover {
	background: #cccccc;
}



input[type=submit],
input[type=reset] {
    background: #555555;
    border: 1px solid #000000;
    padding: 0.2em;
}

input[type=submit],
input[type=text] {
	height: 1.5em;
	line-height: 1.5em;
	padding: 0;
}

label {
	line-height: 2em;
}

.error {
	color: #cd4548;
}

.message {
	padding: 0.2em;
	background: #cd4548;
	color: #ffffff;
	margin-bottom: 1em;
}

.success_left {
	float: left;
	line-height: 2em;
	font-weight: bold;
}

.maps_contact {
	width: 303px;
	height: 300px;
	border: 1px solid #000000;
}

.imagemargin {
	margin: 0 1em 0em 0;
}

.imagemargin_small {
	margin: 0 1em 0 0;
}

.form_right {
    float: right;
    width: 65%;
    margin-bottom: 0.5em;
}

/* Default Colors */

#navigation a:hover, 
a,
h2,
#subnavigation li a:hover,
#navigation li.selected a,
#subnavigation a.active { 
	color: rgb(192,189,79);
}
a:hover { 
	color: #ffffff;
}



#head { 
	background: rgb(192,189,79);
	background: rgb(139,136,29);
}

