/**
 * maxout website layout
 * 
 * Description
 * @author		Heiko Bee
 * @link		http://maxout.de
 * @email		hb@maxout.de
 * 
 * @file		styles.css
 * @version		1.0
 * @date		17/08/2009
 * 
 * Copyright (c) 2009
 */
 

/* Begin Layout */
*{
    margin:0;
    padding:0;
    border:none;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
	background-image:  url(/img/bg_body.jpg);
}
#wrap {
	width: 100%;
	min-height: 100%;
}
*html #wrap { /* IE6 only */
	height: 100%;
}


#head {

}

/* Navigation */

#nav {
position: relative;
	padding: 120px 0px 0px 30px;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	padding: 0px;
	margin: 0px;
	font-size: 2em;
	color: #555;
    background-color:#ddd;
    float:left;
    clear:both;
    padding:5px 5px 4px 4px;
}
#nav a, #nav a:visited {
	font-size: 2em;
	color: #555;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#nav a:hover {
	border-bottom: 0px;
	background: url(/img/menu.gif) bottom repeat-x #88bf67;
}
#nav a.selected {
	color: #a5a5a9;
	border-bottom: 0px;
	background: url(/img/menu.png) bottom repeat-x;
}
/* Content */
#content {
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: url(../img/bg_content.png) no-repeat transparent;
	color: #E6E6E6;
	height: 350px;
	text-align: center;
}

#contentHead {
    text-align: right;
    cursor: pointer;
}
#scrollpane {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: transparent;
	float: left;
}


#contentHolder {
    padding-bottom:25px;
    position:relative;
}

#content p, #content h1, #content h2, #content h3,
#workContent p, #workContent h2, #workContent h3 {
    width: 90%;
    margin: 5px auto;
    text-align: left;
}
#workContent {
    float:left;
    padding-left:30px;
    text-align: left;
    width:700px;
    
}
#workContent ul {
    margin-left:30px;
}
.close {
    /*background: url(../img/icon-arr.png) no-repeat transparent;*/
    padding:0 15px;
}


/* Footer */
#footer {
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: -24px;
	background-color: #555;
	color: #B1B1B3;
	font-size: 11px;
	position: relative;
	z-index:2;
}
#footer a, #footer a:hover, #footer a:visited {
	color: #B1B1B3;
	font-size: 11px;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer .left {
	float: left;
	padding-left: 30px;
}
#footer .right {
	float: right;
	text-align: right;
	padding-right: 30px;
}



#welcome,#work {
    padding-right:40px;
}




/* End Layout */

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

/* Begin Typography & Colors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight:lighter;
	color: #555;
}

a {	color:#0066CC;}
a:link,a:visited { text-decoration: none;}
a:hover { text-decoration: underline;}

p { clear:both; padding-top:5px;}

ul {
    margin:5px 0 10px 20px;
}

h1 {
    font-size: 3.0em;    
}
h2 {
    font-size: 2em;
}
h3 {
    font-size:1.5em;
}
span.alt {
    display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

cite {
    font-size:0.4em;
}

/* End Typography & Colors */

h3{
    cursor:pointer;
}

div.block {
    width: 250px;
    float:left;
    margin:5px;
}
/* Accordion 
// -------------------------------------------------------------------------- */

#worklist {
    float:left;
    min-height: 600px;
    text-align: left;
}
.accordion  {
	width: 260px;
}

.accordion div {

}

.accordion a.head {
	cursor:pointer;
	display:block;
	padding:5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 32px;
	color: #ccc;
    background:none;
}
.accordion a.head:hover {
	color: white;
}

.accordion a.selected {
	color: black;
	background-color: #80cfe2;
}
/* buttons
// -------------------------------------------------------------------------- */
.btnBack, .btnNext {
    display:block;
    float: left;
    height:30px;
    width:75px;
    text-indent: -999em;
    background: url(../img/btn_next.png) no-repeat;
}

.btnBack {
    background: url(../img/btn_back.png) no-repeat;
}

