/* CSS for all pages */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior:url(css/csshover.htc);
}


/* Standard tags (because they are cleared by "* {margin:0; padding:0;}" in menu.css...)*/
a {
	color: #9e0b0e;
	font-size: 11px;
	font-family: tahoma;/* sets default style for links */
	}

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

ul {
	margin:5px 0 5px 30px;
}


/* Standard content */
div#page {
	width: 722px; 
	margin: 0px auto; 
	background-color:#FFFFFF;
	}

div#intro { /* top left corner*/
	width:245px;
	height:201px;
	float:left;
	background-image:url(../images/back_form_1.jpg); 
	background-position:bottom; 
	background-repeat:no-repeat;
	/*border-bottom:1px solid #999898;*/
	}

div#img_main { /* standard size top img */
	width:475px;
	height:201px;
	float:left;
}
	
.clearfloats { clear:both;}



div#table {
	padding-top:6px;
}

div#header {
	width:100%;
	height:73px;	
}

div#logo {
	width:477px;
	height:73px;
	float:left;
	}
div#logo img {
	padding-top:26px;
	padding-left:7px;
}


div#content {
	width:720px; /* the browsers shows this 2 pixels wrong. all content must not be widther than 720px as a result.*/
	border-left:1px solid #999898;
	border-right:1px solid #999898;
	float:left; /* to make firefox create borders all the way..*/
}

div#bmtext { /* bottom text on site */
	width:100%;
	text-align:center;
	padding-top:9px;
}

div#copyright {
	width:100%;
	text-align:center;
	padding-top:7px;
}

/* hack zone */
* html div#logo img{
	padding-top:30px;
	padding-left:7px;
}


/* Download page */
.img_flag {
	width:38px;
	height:25px;
	padding-bottom:5px;
	}
	
/* Order page */
.table {
	float:left;
	}
	
	
	
/******************************************************************/
/* From site template */
.style1 {
	color: #737373;
	font-size: 11px;
	font-family: arial;
}
.style2 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: arial;
}
.style3 {
	color: #526171;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #999898;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #8d9ba9;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #9e0b0e;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {
	color: #6c6b6b;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style10 {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
}
.style11 {
	color: #787575;
	font-size: 11px;
	font-family: tahoma;
}
.style12 {color: #63707D}
