/****************** DEFAULT CLASSES ***************************/
body{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div
{
	border-color:#a68a38;
	border-width:0px;
	border-style:solid;
}

h1{
	
}

h2
{
	font-weight:bold;
	/*font-size:1.6em;*/
}
h3
{
	font-weight:bold;
	/*font-size:1.4em;*/
}
h4{
	font-weight:bold;	
}

hr
{
	color:#a68a38
}


a.button, button {
  display:block;
  float:left;
  margin: 0.7em 0.5em 0.7em 0;
  padding:5px 10px 8px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
	margin:0 5px -5px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:20px;
	float:none;
}

a.button.right, button.right
{
	padding-left:7px;
	padding-right:2px;
}

button.right img, a.button.right img{
	margin-left:10px !important;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#CCC;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background-color:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}


.twoColumns
{
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	background-position:580px 0px;
}



.vr
{
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.spec
{
	color:#9d2023;
}
div.right{
	
	float:right;	
}




/***************** ID-classes*************************/



div#wrapper
{
	background-image:url(../images/topBg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	width:100%;
}
div#content
{
	
}

div#header
{
	height:150px;
	position:relative;
}

div#header div.logo
{
	position:absolute;
	top:10px;
	left:0px;
}
div#header div.flags
{
	position:absolute;
	top:10px;
	right:200px;
	white-space:nowrap;
}

div#header div.flags ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
div#header div.flags ul li
{
	list-style-type:none;
	display:inline;
	padding:0px;
	margin:0px 5px 0px 0px;
}
div#header div.minimenu
{
	position:absolute;
	top:10px;
	right:0px;
	text-align:right;
	white-space:nowrap;
}

div#header div.minimenu ul
{
	list-style:none;
	margin:0px;
	padding:0px;	
}

div#header div.minimenu ul li
{
	list-style-type:none;
	display:inline;	
	padding:0px 10px;
	border-right:1px solid #333;	
}

div#header div.minimenu ul li:last-child
{
	padding-right:0px;
	border-right:0px;
}
div#header div.topmenu
{
	position:absolute;
	bottom:10px;
	right:0px;
	text-align:right;
}
div#header div.topmenu ul
{
	list-style:none;
	margin:0px;
	padding:0px;	
	
}

div#header div.topmenu ul li
{
	list-style-type:none;
	display:inline;	
	padding:0px 10px;
	border-right:1px solid #333;
	font-size:1.2em;
}

div#header div.topmenu ul li:last-child
{
	padding-right:0px;
	border-right:0px;
}

div#footer
{
	background-color:#0b1d2b;
	height:100px;
	margin-top:50px;
}
div#footer p
{
	color:#FFF;
	font-size:0.9em;
}

div#TopBanner
{
	height:390px;
}
div#TopBanner .bannertext
{
	height:	190px;
	color:#FFF;
}

div#TopBanner .bannertext h1
{
	color:#FFF;
	margin: 0px 0px 5px 0px;
	font-size:2em;
	font-weight:bolder;
}
div#TopBanner .bannertext h2
{
	color:#FFF;
	font-style:italic;
}
div#TopBanner .bannertext p
{
	color:#FFF;
	font-size:1.2em;
}

div#TopBanner .bannerbuttons a.button
{
	width:150px;	
	float:right;
	text-align:right;
	padding:10px;
	margin-left:20px;
	
}
div#TopBanner .bannerbuttons a.button img
{
	float:left;
	margin-top:-3px !important;
}

.prodBanner
{
	border-bottom-width:1px;
	padding-bottom:30px;
	margin-bottom: 20px;
}

div.prodBanner div.info
{
	min-height:120px;
	position:relative;
}
div.prodBanner div.moreInfo
{
	/*position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
	margin:0px;
	z-index:0;
	display:inline-block;*/
	float:right;
}

#startpageDiv .news
{
	border-bottom-width:1px;
	margin-bottom:10px;
}

#startpageDiv .news .button
{
	float:right;
	margin-top:-10px;
}





