/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: For RANZ site wide												|
| css/globals.css																		|
| 																						|
| PROJECT :: www.ranz.ch v2.0															|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
+ ------------------------------------------------------------------------------------- +
| Author: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group  GLOBALS :: jsaq007 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body { 
	font: 11px/20px "Verdana";
	background-color: #FFFFFF;
	color: #000;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 48px 0 0 0;
	background-color: none;
}

h2 {
	
}

h3 {
	
}

em {
	font-weight: bold;
	font-style: normal;
}

*br {
	line-height: 25px;
	height: 30px;
	/*float: left;*/
	display: block;
	padding-bottom: 21px;
}

*a {
	outline: none;
	cursor: pointer;
	border: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #6f7f8c;
}

li.active_menu a, li.active_menu a:link, li.active_menu a:hover, li.active_menu a:visited,
a:hover {
	color: #000;
}

::-moz-selection {
	background:#6f7f8c;
	color:#fff;
}

::selection {
	background:#6f7f8c;
	color:#fff;
}

.left {
	float: left;
}

.right {
	float: right;
}
 
/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group  PAGE LAYOUT :: jsaq007 ::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header,
#content,
#footer {
	width: 100%;
	position: relative;
	float: left;
}

#header {
	height: 178px;
	padding: 0 0 0 0;
	background: none;
}

#content {
	height: auto;
	padding: 0 0 50px 0;
	background: none;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group HEADER :: jsaq007 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.header_container {
	/*width: 863px;*/
	height: 70px;
	background: none;
	padding: 33px 0 75px 68px;
	float: left;
	display: block;
}

.logo {
	width: 300px;
	height: 70px;
	background: url(../images/globals/logo.png) left top no-repeat;
	float: left;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
