@charset "utf-8";
/* CSS Document */

/*every*/
html, body {
	margin:0;
	padding:0;
	text-align:center;	
	font-family:Arial, Helvetica, sans-serif;
	background-color:#262626;
}

* {
	margin:0;
	padding:0;
	vertical-align:text-top;
}

a {
	text-decoration:none;
}

h1 {
	font-size:1.5em;
	color:#3e3e3e;
}

h2 {
	font-size:1.4em;
	color:#5f5f5f;
}

p {
	font-weight:bold;
	color:#626262;
}
/*end of every*/

.main {
	margin:auto;
	width:900px;
	text-align:center;
}


/*menu*/

.top {
	margin-right:-65px;
	margin-bottom:10px;
	margin-left:auto;
	text-align:left;
}

.logo {
}

.lang {
	margin-right:100px;
	margin-top:-29px;
	margin-bottom:10px;
	text-align:right;	
}

.lang a {
	font-size:10px;
}

.lang a img {
	border:none;
}

.submenu {
	border:0;
}

.top ul {	
	display:block;
	margin-top:-10px;
	margin-right:85px;
	margin-left:auto;	
	text-align:right;
}

.top li{
	display:inline-block;
	margin-left: -0.25em;
	width:133px;
	height:55px;
	text-align:center;
	background-image:url(../img/button.jpg);
	background-position:left;
	background-repeat:no-repeat;
	list-style:none;
}
.top li.de{
    width: 159px;
    background-image:url(../img/button2.jpg);
}
.top li a.eshop {
	padding-top:4px;
}

.top li a {
	display:inline-block;
	padding-top:10px;
	color:#FFF;
	font-size:0.8em;
	font-weight:700;
}

.top a:active, .top a:hover {
	color:#FFC600;
}

.top .current-page {
	color: #FFC600
}

/*end of menu*/

/*content*/
.content {	
	text-align:right;
}

.top-left {background:url(../img/border_top_left.gif) no-repeat left top;}
.top-right {background:url(../img/border_top_right.gif) no-repeat right top;}
.bottom-left {background:url(../img/border_bottom_left.gif) no-repeat left bottom;}
.bottom-right {background:url(../img/border_bottom_right.gif) no-repeat right bottom; padding:20px;}

/*end of content*/


/*footer*/

div.footer {
	padding:20px;
	clear:both;
	text-align:right;
	font-size:10px;
	color:#666;
	margin-right:10px;
}

.footer a {
	color:#666;
}

/*end of footer*/
.bottom-right #linx {
	color: #C5C5C5;
	font-size: 11px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#linx div p {
	color: #CCC;
	font-weight: normal;
}
#linx div p a {
	color: #CCC;
	text-decoration: underline;
}
.bottom-left .bottom-right p a {
	color: #666;
	text-decoration: underline;
}
.bottom-right h2 {
	color: #B9713C;
	padding-top: 5px;
	padding-bottom: 5px;
}

