*{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	color:#475258;
}

body{
	margin: 0;
	padding: 0;
	background: #ffffff url(../img/body.png) no-repeat top center;
	overflow: hidden;
}


#container{
	position: relative;
	width: 990px;
	height: 528px;
	margin: 0 auto;
	padding: 0;
}

#header{
	margin: 5px 0 0 0;
	padding: 0;
	width: 990px;
	height: 100px;
}

#header h1{
	position: relative;
	width: 220px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/h1.png) no-repeat;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: -999999em;
}

#content{
	position: relative;
	width: 870px;
	margin: 50px auto 0 auto;
}

#col1{
	float: left;
	width: 390px;
	height: 180px;
	margin: 0;
}

#col2{
	float: left;
	width: 400px;
	padding: 10px;
	margin: 0 0 20px 0;

}

#col3{
	clear: both;
	width: 1030px;
	height: 170px;
	/* background: cyan; */
/* 	border: 1px solid #ff0000; */
	margin: -30px 0 0 -55px!important;
	text-align: center;
}

#menu{
	position: absolute;
	top: 100px;
	left: 300px;
	width: 300px;
	height: 30px;
	z-index: 5;
}

#menu span{ display:none; }

#menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -2px;
	width: 813px;
}

#menu ul li { 
	float: left;
	list-style: none ;
	background: none;
	margin: 0;
	padding: 0;
}

#menu ul li ul { 
	margin: 0;
	padding: 0;
	list-style: none ;
	background: none;
}

#menu ul li ul li a{
	position: relative;
	margin: 0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	height: 20px;
	width: 100%;
	z-index: 0;
	float: left;
	overflow: hidden;
	text-indent: -999999em;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu ul li ul li ul {
	position: absolute;
	top: 20px;
	left: -2px;
	z-index: 5000;
	height: 27px;
	width: 810px;
	list-style: none ;
	display: none;
}

#menu ul li ul li a:hover,
#menu ul li ul li.active a{
	background-position: 0 -23px;
	background-repeat: no-repeat;
}

#menu ul li ul li.active ul {
	display:block;
	margin: 0;
}

#menu ul li ul li ul li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}

#menu ul li ul li.active ul li a,
#menu ul li ul li.active ul li a:hover {
	position: relative;
	margin: 0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	height: 18px;
	/* width: 100px!important; */
	z-index: 0;
	float: left;
	overflow: hidden;
	text-indent: -999999em;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#menu ul li ul li.active ul li a:hover,
#menu ul li ul li.active ul li.active a{
	background-position: 0 -23px;
	background-repeat: no-repeat;
}

#lang{
	position: relative;
	float: right;
	top: 1px;
	margin: 0 20px 0 0;
}

#lang ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20px;
	height: 22px;
}

#lang ul li {
	margin: 0;
	padding: 0;
	display: inline;
}


#lang ul li span {
	font-size: 11px;
	display: block;
	padding: 2px 0 2px 6px;
	margin-right: 2px;
	cursor: pointer;
	width: 30px;
}

#lang ul li span.de {
	background: url(../img/lang_de_color.png) no-repeat 50% 50%;
}

#lang ul li span.en {
	background: url(../img/lang_en_color.png) no-repeat 50% 50%;
}

#lang ul li span.ru {
	background: url(../img/lang_ru_color.png) no-repeat 50% 50%;
}

#lang ul li span.sk {
	background: url(../img/lang_sk_color.png) no-repeat 50% 50%;
}

#lang ul li span.cn {
	background: url(../img/lang_cn_color.png) no-repeat 50% 50%;
}

#lang ul li ul {
	display: none;
	width: 110px;
	height: 0!important;
	margin: -35px 0 0 0;
	border-bottom: 2px solid #ffffff;
}

#lang .sk{
	display: none;
}

#lang ul li ul li {
	padding: 0;
	display: inline;
	
}

#lang ul li ul li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background-color: none;
	background-repeat: no-repeat;
	background-position: 7px 1px;
	padding: 1px 5px 1px 33px;
	height: 20px;
}

#lang ul li ul li a.de {
	background-image: url(../img/lang_de_color.png);
}

#lang ul li ul li a.en {
	background-image: url(../img/lang_en_color.png);
}

#lang ul li ul li a.ru {
	background-image: url(../img/lang_ru_color.png);
}

#lang ul li ul li a.sk{
	background-image: url(../img/lang_sk_color.png);
}

#lang ul li ul li a.cn{
	background-image: url(../img/lang_cn_color.png);
}


#lang ul li ul li.active a {
	display: none;
}

#lang ul li ul li.na {
	display: none;
}




#sitelinks{
	position: relative;
	float: right;
	top: -15px;
	margin: 0 0 0 0;
}

#sitelinks ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitelinks ul li{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	background: none;
}

#sitelinks ul li span{
	margin: 0;
	padding: 0;
	display: none;
}


#sitelinks ul li a{
	display: block;
	float: left;
	height: 18px;
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	font-family: Arial;
	font-size: 10px;
	color: #a9a9a9;
	text-decoration: none;
	text-transform: uppercase;
}

#sitelinks ul li.menu405{

}

/* #sitelinks ul li.menu405 a{
	background: url(../img/gabor_sitelinks.png) no-repeat;
	margin: 0 0 0 0;
	width: 99px;
	height: 39px;
	overflow: hidden;
	display: block;
	text-indent: -9999em;
} */










h2,
h3{
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	height: 40px;
	text-indent: -9999em;
	overflow: hidden;
}

h2 span {
	margin: -34px 0 0 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
}

h3.subtitle {
	margin: -17px 0 0 0;
	padding: 0;
	/* position: relative; */
	overflow: hidden;
	font-size: 14px;
	background-repeat: no-repeat;
	color: #666666;

	height: 45px;
	text-indent: -9999em;
}

h3.subtitle span {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
}

h3{
	margin: 0;
	padding: 0;
	color: #cc1159;
	overflow: hidden;
	font-size: 14px;
	background-repeat: no-repeat;
	color: #666666;
	height: 20px;
	width: 300px;
	display: block;
	text-indent: -9999em;
}

h3 span{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
/* 	text-indent: -9999em; */
}

p{
	padding: 0;
	margin: 5px 0 5px 0;
}

#end {
	position: fixed;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	/* background: url(../img/end.png) repeat-x; */
	background: #ffffff;
}

.clear{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.tx-agnrollingscollection-pi1 ul,
.tx-agnrollingscollection-pi1 ul li{
	margin: 0;
	padding: 0;
}

.tx-agnrollingscollection-pi1 ul{
	width: 560px;
	list-style: none;
}

.tx-agnrollingscollection-pi1 ul li{
	float: left;
	width: 175px;
	margin: 0 10px 10px 0;
	list-style: none;
}

.nfo{
	float: left;
	width: 25px;
	height: 75px;
}

.nfo_pic{
	float: left;
	width: 150px;
	height: 75px;
	overflow: hidden;
}

.nfo a,
.nfo a img,
.nfo_pic a,
#det_pic a {
	top: 0;
	left: 0;
	border: none;
}

.nfo_pic a {
	display: block;
	width: 100%;
	height: 100%;
	/* position: relative; */
}

.nfo a{
	top: 5px;
	left: 3px;
}

.nfo_pic a,
.nfo_pic a img, 
#det_pic a img {
	border: none;
}

#det_pic {
	height: 180px;
}

.det_picture {
	position: absolute;
	left: 515px;
	top: -320px;
}

/* .nfo_pic a:hover{
	margin-top: -59px;
} */

.nfo_name{
	float: left;
	text-align: center;
	width: 115px;
	height: 15px;
}

.tx-agnrollingsoftcollectionmu-pi1{
/* 	width: 500px; */
	position: relative;
	margin: 0 auto;
}

ul.moveshoe,
ul.moveshoe_all {
	/* width: 1045px; */
	margin: 95px 0 0 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul.moveshoe li,
ul.moveshoe_all li{
	float: left;
	margin: 0 30px 10px 0;
	padding: 0;
	height: 75px;
	overflow: hidden;
	list-style: none;
}

ul.moveshoe li a img,
ul.moveshoe_all li a img{
	top: 0;
	left: 0;
	border: none;
}

/* ul.moveshoe li a:hover img{
	margin-top: -59px;
} */

.csc-textpic-below{
	margin: 0;
	display: block;
	width: 225px;
}

.csc-textpic-below p{
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
}

#element_2278,
#element_2273{
	float: left;
	width: 240px;
	margin: -20px 80px 0 130px;
}

#element_2279,
#element_2276{
	float: left;
	width: 240px;
	margin: 20px 80px 0 0;
}

#element_2280,
#element_2277{
	float: left;
	width: 240px;
	margin: -20px 0 0 0;
}

#col3 .box p{
	color: #787878;
	font-weight: bold;
}

#flashcontent{
	width: 100%;
	height: 890px;
	overflow: hidden;
/*	margin: 0 0 0 14px; */
	margin: 0;
}



