/*	
	Name: Jockers Architekten
    Date: September 2011
    Description: ...
    Version: 1.0
    Author: Julien Jockers
    Autor URI: http://
    Company URI: http://www.sonixc.com
*/

/* 	Contents:
	1. ...
	2. ...
	3. ...

*/
	
/*
	color palette used:
	
		bright blue: 		#4b95cc;
		dark blue:   		#427bb9;
		
		bright green:		#a1d60e;
		
		bright orange:		#ff8e22;
		
		very light grey:	#eceded;
		
*/

/* Imports */

@import url("css/reset.css");
@import url("css/grid.css");
@import url("css/ie.css");
/*@import url("css/print.css");*/
@import url("css/forms.css");
@import url("css/typography.css");

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #fff;
  background: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

a:focus,
a:hover     { color: #444; }
a           { color: #fff; text-decoration: underline; }

/* Various */

#logo {
	float:right;
    width:135px;
    height:342px;
    margin-right:50px;
    margin-left:50px;
}

#info1 {
	text-align:left;
    margin-left:50px;
    margin-top:50px;
    width:50%;
    float:left;
    margin-bottom:50px;
}

#info2 {
	text-align:right;
	position:absolute;
    bottom:50px;
    right:50px;
}

/*#pfw {
	text-align:left;
	padding:50px;
	background:#fff;
*/	
