/** BASIC */

@import "reports.css";
@import "detailpages.css";
@import "home.css";
@import "faqs.css";
@import "agbs.css";
@import "login.css";
@import "interna.css";

body {
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	line-height: 20px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

.bold {
	font-weight:bold;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #000;
}

#logo{
	float: left;
	width: 281px;
	height: 88px;
	background: #fff url(images/logo.gif) no-repeat top left;
}
#logo a{
	display:block;
	border:0;
}
#logo a span {
	display: none;
}
#logo li {
	display: none;
}



/** MENU */

#menu {
	/** width: 778px; */
	 width: 820px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px auto;
	list-style: none;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	background: #E85E27;
	padding: 5px 22px 5px 22px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

#menu a:hover {
	background: #f4b35a;
	color: #000;
}

#menu .active {
	background: #f4b35a;
	color: #000;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}
#content-mid{
	width: 778px;
		
}
/* BLUEBOX*/
#bluebox{
	width: 227px;
	padding: 0 0 0 15px;
	float: left;
	color:#fff;
	font-weight:bold;
}
.bluebox-top {
    position:relative;
    background: #fff url(images/blueboxtop.gif) no-repeat top;
}
.bluebox-body {
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    background: #fff url(images/blueboxmid.gif) repeat-y;
}
.sanserif  { display:block; font-family:Calibri, Arial, Sans-Serif; color:#333;}
.bluebox-body p 
    { padding:0 0 .5em; }
.bluebox-body ul
    {margin:0 0 1em;list-style-type: disc; list-style-position: inside; padding-left:1em; text-indent:-1em;text-decoration:none;}
.bluebox-body li
    {margin:0 0 .5em 1em;}
.bluebox-body a
    {
	text-decoration:none;
	color:#fff;
	}
.bluebox-body-content{
	margin:0 0 0 10px;
	text-align:left;
	height:330px;
}

.bluebox-body-content-header{
	font-size: 1.3em
}

.bluebox-bottom { 
    margin-bottom:25px;
    background: #fff url(images/blueboxbottom.gif) no-repeat bottom;
}
.bluebox-bottom a, .bluebox-bottom a:hover, .bluebox-bottom a:visited, .bluebox-bottom a:active {border:0;}



#columnA {
	float: right;
	width: 380px;
	padding: 0 30px 0 5px;
	text-align:justify;
}

#columnA h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 330px
}

#columnB h1 {
	text-align:right;
	border-spacing: 2px;
	font-size: 22pt;
	font-weight: bold;
}
#columnB h2 {
	width:auto;
	padding: 30px 5px 10px 10px;
	color:#fff;
	font-size: 12pt;
	font-weight: bold;
	background: #e2007a;
	float:right;
	vertical-align: bottom;
}
/** FOOTER */

#footer {
	clear: both;
	width: 778px;
	margin: 0px auto;
	background: #7d786b;
		padding: 2px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer li {
	display: inline;
}
#footer a {
	background: #7d786b;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}


/* CLEAR and hide spans */
.clear { clear:both; height:0px; font-size: 1px; line-height: 0px;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

