/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:left;
	color:#3d3d3d;
	line-height:16px;
	margin:0 auto !important;
	padding:0 !important;
	width:100% !important;
}

html {
	height:100%;
}

#header {
	background:#052854 url(../images/mobil-header-bg.gif) repeat-x;
	height:57px;
	color:#FFFFFF;
}

#navbar {
	background-color:#920e0e;
	padding:4px 10px 4px 10px;
	border-bottom:6px solid #e3da9f;
	color:#FFFFFF;
	font-size:10pt;
}

#navbar a {
	color:#FFFFFF;
}

#content {
	padding:10px;
}

#footer {
	background-color:#052854;
	padding:10px;
	border-top:6px solid #e3da9f;
	color:#FFFFFF;
	font-size:10pt;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
}

.item {
	display:block;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #BBBBBB;
	text-decoration:none;
	color:#3d3d3d;
}

.item:hover {
	text-decoration:none;
}


.title {

}

.subtitle {
	color:#888888;
}

h1 {
	color:#990000;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16pt;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h2 {
	color:#990000;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14pt;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

h3 {
	color:#990000;
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:10pt;
	margin-top:0;
	margin-bottom:0;
	line-height:normal;
}

.image_on_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.image_on_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}