body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	background-color: #f2f2f2;
	min-width: 900px;
}

div#wrapper {
	background-color: #ffffff;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
  position: relative;

}
 
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #a12a1f;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #a12a1f;
}

h3 {
	color: #a12a1f;
	font-size: 1em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #333333;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration: underline;
	color: #a12a1f;
}

img { 
	border-style: none;
}

div#banner {
	margin-top: 30px;
	height: 100px;
}


div#header {
	margin-top: 0px;
	z-index: 9998; 	
	position: relative; 
	width: 900px; 
	height: 30px
}

#menu {
	padding-bottom: 0px; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
}

#search {
	position: absolute; 
	width: 300px; 
	background-repeat: no-repeat;
	background-position: 100% 0px; 
	padding-left: 0px;
	padding-top: 2px;
	text-align: center;
	height: 30px; 
	top: 0px; 
	right: 0px;
	background-image: url(/fileadmin/templates/images/navbar.jpg); 
	background-repeat: no-repeat; 	
}


#menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

#menu li {
	display: inline;
}
#menu li a {
	width: 100px; 
	float: left; 
	height: 0px; 
	overflow: hidden; 
	padding-top: 30px; 
	padding-left: 0px;
}
#menu li a {
	background-image: url(/fileadmin/templates/images/navbar.jpg); 
	background-repeat: no-repeat; 	
}


#menu li.navcorporate a {
	background-position: -0px 0px;
}
#menu li.navproducts a {
	background-position: -100px 0px;
}
#menu li.navsales a {
	background-position: -200px 0px;
}
#menu li.navsupport a {
	background-position: -300px 0px;
}
#menu li.navnews a {
	background-position: -400px 0px;
}

#menu li.navlogin a {
	background-position: -500px 0px;
}

#menu li.navcorporate a:hover {
	background-position: -0px -30px;
}
#menu li.navproducts a:hover {
	background-position: -100px -30px;
}
#menu li.navsales a:hover {
	background-position: -200px -30px;
}
#menu li.navsupport a:hover {
	background-position: -300px -30px;
}
#menu li.navnews a:hover {
	background-position: -400px -30px;
}
#menu li.navlogin a:hover {
	background-position: -500px -30px;
}

#menu li.navcorporate a:active {
	background-position: -0px -60px;
}
#menu li.navproducts a:active {
	background-position: -100px -60px;
}
#menu li.navsales a:active {
	background-position: -200px -60px;
}
#menu li.navsupport a:active {
	background-position: -300px -60px;
}
#menu li.navnews a:active {
	background-position: -400px -60px;
}
#menu li.navlogin a:active {
	background-position: -500px -60px;
}

.corporate#menu li.navcorporate a {
	background-position: -0px -90px;
}
.products#menu li.navproducts a {
	background-position: -100px -90px;
}
.sales#menu li.navsales a {
	background-position: -200px -90px;
}
.support#menu li.navsupport a {
	background-position: -300px -90px;
}
.news#menu li.navnews a {
	background-position: -400px -90px;
}
.login#menu li.navlogin a {
	background-position: -500px -90px;
}
div#flash {
	margin-top: 10px;
	width: 900px;
	height: 300px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

div#content {
	margin-top: 10px;
	display: block; 
}


.aboutavt {
	margin-top: 10px;
	line-height: 1.6em; 
	width: 538px; 
	float: left; 
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	border-right: #cccccc 1px dotted;
}


.news {
	margin-top: 10px;
	padding-bottom: 50px; 
	line-height: 1.52em; 
	width: 341px; 
	padding-right: 10px; 
	display: inline; 
	float: right; 
	font-size: 100%; 
	padding-top: 12px;
        position: relative;
}

.news h2 {
	margin: 0px 0px 15px 26px; 
	color: #a12a1f; 
}


.news .date {
	float: left; 
	color: #999;
	font-size: 85%; 
	margin-left: 26px;
	line-height: 1.52em; 
	padding-top: 7px;
	padding-bottom: 7px; 
}

.news .item {
	margin-left: 85px;
	font-size: 85%; 
	line-height: 1.52em; 
	padding-top: 7px;
	padding-bottom: 7px; 
}

.news a:link, .news a:visited {
	color: #333333;
	text-decoration: none;
}

.news a:hover, .news a:active {
	color: #a12a1f;
	text-decoration: underline;
}

.news .morenews {
	text-align: right; 
	padding-bottom: 0px; 
	margin: 0px 0px 0px; 
	padding-left: 0px; 
	width: 25%; 
	padding-right: 15px; 
	float: right; 
	font-size: 80%; 
	padding-top: 2px
}

.morenews a:link, .morenews a:visited {
	color: #a12a1f;
	text-decoration: none;
}

.morenews a:hover, .morenews a:active {
	color: #a12a1f;
	text-decoration: underline;
}

div#featureboxes {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	height: 150px;
	clear: both;
}

.featbox1 {
	float: left;
	height: 150px;
	width: 290px;
	border-top: #cc9933 solid 1px;
	border-bottom: #cc9933 solid 1px;
	border-left: #cc9933 solid 1px;
	border-right: #cc9933 solid 1px;
}

.featbox2 {
	float: left;
	margin-left: 12px;
	height: 150px;
	width: 290px;
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
}

.featbox3 {
	float: left;
	margin-left: 12px;
	height: 150px;
	width: 290px;
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	border-left: #666666 solid 1px;
	border-right: #666666 solid 1px;
}

div#footer {
	clear: both;
	margin-top: 10px;
	border-top: #a12a1f solid 3px;
	font-size: 85%;
	text-align: center;
}


.footerlink a:link, .footerlink a:visited {
	color: #666666;
	text-decoration: none;
}

.footerlink a:hover, .footerlink a:active {
	color: #a12a1f;
	text-decoration: underline;
}

div#social-media-links {
  position: absolute;
  top: 20px;
  left: 15px;
}

#icon-youtube {
  display: block;
  float: left;
  width: 29px;
  height: 12px;
  background-image: url(/fileadmin/templates/images/you-tube-light.jpg); 
  background-repeat: no-repeat; 
  margin-right: 12px;	
}

#icon-youtube:hover {
  background-image: url(/fileadmin/templates/images/you-tube.jpg); 
}

#icon-twitter {
  display: block;
  float: left;
  width: 9px;
  height: 12px;
  background-image: url(/fileadmin/templates/images/twitter-light.jpg); 
  background-repeat: no-repeat;
  margin-right: 12px; 	
}

#icon-twitter:hover {
  background-image: url(/fileadmin/templates/images/twitter.jpg); 
}

#icon-linkedin {
  display: block;
  float: left;
  width: 13px;
  height: 12px;
  background-image: url(/fileadmin/templates/images/linkedin-logo-light.jpg); 
  background-repeat: no-repeat;
  margin-right: 12px; 	
}

#icon-linkedin:hover {
  background-image: url(/fileadmin/templates/images/linkedin-logo.jpg); 
}

#icon-rssfeed {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  background-image: url(/fileadmin/templates/images/rss-basic-light.jpg); 
  background-repeat: no-repeat; 	
}

#icon-rssfeed:hover {
  background-image: url(/fileadmin/templates/images/rss-basic.jpg); 
}

div#region {
  position: absolute;
  right: 15px;
}

.regiontext {
	font-size: 80%;
}

.selecttext {
	color: 333333;
}
