/*------------------------------------------------------------------------------
  -  http://keytrack.de  -  Keytrack.de  -  
--------------------------------------------------------------------------------
***** LAYOUT-LOGGEDOUT.CSS *****  styles when logged out
------------------------------------------------------------------------------*/


/*********************************************
		Header Styles
*********************************************/

#header {
	border: 0px solid black;
	background: #1B6293 url(images/header-bg.jpg) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 901px; height: 429px;
}

#language {
    margin: 55px 0px 0px 20px; text-align:left;
}


/*********************************************
		Header Blurb
*********************************************/

#blurb {
	margin: 65px 0px 0px 45px; padding: 0px 10px;
	display: block;
	width: 335px;
	height: 185px;
	overflow: hidden;
}

#blurb p {
	margin: 0px 0px 5px 0px; padding: 0px;
	color: #333;
}

#blurb img.floatright {
	float: right;
	padding: 0px 0px 5px 5px;
}

#blurb img.floatleft {
	float: left;
	padding: 5px 5px 0px 0px;
}


/*********************************************
		Header Search
*********************************************/

#search {
	width: 270px;
	height: 50px;
	float: right;
	padding: 30px 30px 0px 30px;
	text-align: center;
}


/*********************************************
		Footer Styles
*********************************************/

#footer {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 50px 0px;
	clear: both;
	background: #1B6293 url(images/footer-bg.jpg) top left no-repeat;
	border-top: 0px solid #697279;
	text-align: left;
	width: 901px;
	color: #FFF;
}


/*-- ---------------------------------------------------------------------------
--------------------------------------------------------------------------- --*/