body {
	background-color: #f6f6ed;
	color: #333;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 22px;
}

th {
	text-align: left;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #666; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#b5afaf; }

a.non_existing_tag, a.non_existing_tag:link, a.non_existing_tag:active, a.non_existing_tag:visited  {
	text-decoration: none;
	border-bottom: dashed 1px #666;
}

a.non_existing_tag:hover  {
	text-decoration: underline;
	border: 0;
}

#container, #content {
	width: 750px;
}

#container {
	float: none;
	margin: 0 auto;
	text-align: center;
}

#content {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	float: left;
	background-color: #b5bcbc;
}

div.text {
	font-size: 12pt;
	background-color: #e3e3e3;
	padding: 10px 10px 10px 10px;
	min-height: 400px;
	width: 730px;
	float: left;
}

div.header {
	background-image: url('../images/sukkulent.png');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #b5afaf;
	padding: 10px 10px 10px 60px;
	margin: 0px;
	width: 680px;
	float: left;
}

div.tabs {
	background-color: #cad0d5;
	margin: 0px;
	width: 750px;
	text-align: right;
 	float: left;
}

div.tabs span.tab {
	background-color: #9fabb5;
	padding: 0px 15px 0px 15px;
	text-align: center;
	float: right;
	color: white;
	border-left: solid #cad0d5 2px;
}

h1 {
	margin: 0px;
	color: #e5e5e1;
	padding: 10px 10px 20px 10px;
}

div.footer {
	font-size: 10pt;
	background-color: #b5afaf;
	padding: 10px;
	width: 730px;
	float: left;
}

div.dynamic {
	float: left;
}

div.static {
	text-align: right;
}

div.flash_notice {
	/* use same background color as the body */
	background-color: #f6f6ed;
	padding: 0px 10px 5px 0px;
}

textarea {
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
    border-style: solid;
	border-width: 1pt;
	border-color: grey;
}

input {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
    border-style: solid;
	border-width: 1pt;
	border-color: grey;
}
