/*******************************************************************************

	© by: www.ganzheit.ch

*******************************************************************************/

html,body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
	font-family: verdana, arial;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

p.td {
	margin-top: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
}

p.th {
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	text-align: left;
}

a {
	text-decoration: none;
	color: green;
}

a:hover {
	color: #6cbef6;
}

h1 {
	padding: 0px;
	margin: 3px 0 10px 15px;
		color: green;
		font-size: 1.2em;
}

h2 {
	padding: 0px;
	margin: 10px 0 5px 15px;
		color: #66CD00;
		font-size: 1.1em;
}

input, textarea, select, text {
	border: 1px solid green;
	font-size: 0.8em;
	color: green;
}

img {
	border: none;
}

/* Table
***********************************************/
table {
	margin-left: 15px;
	color: green;
}

#boxl_content table {
	margin-left: 15px;
	color: green;
	}

#boxl_content table th {
	border: none;
}

#boxl_content table td {
	border: none;
	color: #4682B4;
}

#boxl_content table th input {
	background: #98FB98;
}

/**********************************************/
#body {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 100%;
}

#main {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: auto;
}

/* Header / Login
***********************************************/
#header {
	float: left;
	margin-top: 10px;
	width: 950px;
	height: 150px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#header #login {
	float: right;
	width: auto;
	height: auto;
	margin-right: 10px;
	padding: 3px;
		font-size: 0.7em;
		color: green;
}

#header a.login {
	color: #ffffb1;
}

#header a:hover.login {
	color: #6cbef6;
}

/* Content
***********************************************/
#leftrow {
	float: left;
	width: 200px;
	height: auto;
}

#mainrow {
	float: left;
	margin-left: 5px;
	width: 745px;
	height: auto;
		color: green;
		font-size: 0.85em;
		line-height: 15px;
}

#box_content {
	float: left;
	margin-top: -3px;
	width: 100%;
	height: auto;
	background: url(images/box_content.gif) repeat-y;
}

#boxl_content {
	float: left;
	margin-top: -3px;
	width: 100%;
	height: auto;
	background: url(images/boxl_content.gif) repeat-y;
}

#boxl_content ul {
	margin-bottom: 10px;
}

/* Navigation
***********************************************/
#nav {
	float: left;
	width: 100%;
	height: auto;
		color: green;
		font-size: 0.8em;
}

ul {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

ul li {
	margin-left: 30px;
	padding: 0px;
}

/* Contact
***********************************************/
#contact {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: auto;
		color: green;
		font-size: 0.8em;
		line-height: 20px;
}

#ref {
	float: left;
	margin-top: 5px;
	width: 100%;
	height: auto;
		text-align: right;
		font-size: 0.6em;
		color: black;
}

