/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

body {
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.70em;
	padding:0;
	margin:0;
	border: 0;
	color: #000;
	background:#fff url(../_pix/bg.jpg) center 0 repeat-x;
	line-height: 1.5em;
}	

div.wrap {
	margin: 0 auto;
	padding: 239px 0 0 0;
	width:945px;
	text-align:left;
}

div.header {
	height:100px;
	background:url(../_pix/nav-bg.gif) right top no-repeat;
	position:relative;
}

div.body {
	border-top:2px solid #f76d25;
	border-bottom:2px solid #f76d25;
	padding:30px ;
}

div.body-start {
	padding-left:350px;
	background:url(../_pix/intro-start.gif) 30px 30px no-repeat;
}

div.intro {
	font-size:1.35em;
	line-height:1.4em;
	padding-bottom:20px;
	clear:both;
}

div.body-start div.left {
	width:260px;
	float:left;
}

div.body-start div.right {
	width:260px;
	float:right;
}
div.body-start div.full{
	width:560px;
	float:left;
}


div.footer {
	padding: 10px 0;
}

/* Headlines ######################################################### */		


h1 {
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	margin:5px 0;
	font-size:2em;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1.1em;
	color:#1c2c6b;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#f76d25; text-decoration:none; font-weight:bold}
a:hover {color:#f76d25; text-decoration:underline}
a:focus {outline:none;}

a.logo {
	width:466px;
	height:89px;
	display:block;
	text-indent:-1111em;
	background:url(../_pix/logo.png) 0 0 no-repeat;
	position:absolute;
	top:-10px;
	left:0px;
}


/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	margin:0;
	padding:0 0 15px 0;
}

div.footer p.right {
	width:400px;
	text-align:right;
	float:right;
}


/* Navigation ######################################################### */

div.header ul {
	list-style-type:none;
	margin:0;
	padding:12px 0 0 0;
}

div.header ul li {
	display:inline;
	padding:0;
	margin:0;
}

div.header ul li a, div.header ul li a:visited, div.header ul li a:active {
	float:right;
	display:inline;
	padding:7px 13px 8px 13px;
	line-height:1em;
	margin-left:1px;
	background:#e5e5e5;
	border-top:1px solid #fff;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

div.header ul li a:hover {
	background:#dadada;
}

div.header ul li.current a, div.header ul li.current a:visited, div.header ul li.current a:active, div.header ul li.current a:hover  {
	background:#f76d25;
	color:#fff;
	border-top:9px solid #f76d25;
	border-bottom:9px solid #f76d25;
}

/* Images ######################################################### */	

img {
	border:0;
}

	
/* Tables ######################################################### */

	

/* Lists ######################################################### */



/* Forms ######################################################### */

form {
	padding:0;
	margin:0 0 20px 0;
}

		


/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	