/**
 * CSS
 * __________________________________________________________________
 *
 * @date		2007-08-25
 * @version		1.0
 * @author		Roland Schaer, 3w-publishing.ch
 */


html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	padding: 0px;
	font-family: arial,Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}


img {
	border: 0px;
	vertical-align:bottom;
}

form, input, object {
	margin: 0px;
	padding: 0px;
}

input, select {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	line-height: 28px;
	color: #666;
}

p {
	margin: 5px 0px 5px 0px;	
}

div ul {
	margin: 15px;
	padding: 0px;
	list-style-type: square;
}

div ul ul, div ul ul ul, div ul ul ul ul {
	margin: 5px 0px 0px 20px;
	list-style-type: disc;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #000;
}



#accesskeys{
	display:none;
}

#maincontainer {
	width: 650px;
	color:#000;
	text-align: left;
}

/*
Header
_________________________________________________
*/

#header, #navigationBox {
        display: none;
}

#printheader {
	width: 650px;
	height: 130px;
}


/*
Content
_________________________________________________
*/
#content {
	float: left;
	padding: 15px 0 0 5px;
	width: 650px;

	/*Min height*/
	min-height: 310px;
	height:auto !important;
	height:310px;
}



#footer {
	display:none;
}