/*
	camping-christophorus css
	copyright © 2oo7 [zwiefa|all rights reserved]
	o2.o8.2oo7
*/

body
{
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background-color: #080A75;
	line-height: 15px;
}

/* extra fuer ie5/win */
td
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
/* ie5/win */

a
{
	color: #86B500;
	text-decoration: none;
}
a:hover {
	color: #FF9217;
	text-decoration: none;
	}

h3
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 16px;
	color: #FF9217;
	background-color: #C7FFDF;
	padding: 4px;
}

input, textarea
{
	background-color: #D2FFEB;
	border-color: #080A75;
	border-width: 1px;
	border-style: solid;
}
img
{
	border-width: 0px;
	border-style: none;
}

#tabnav
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

#tabnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: left;
}

#tabnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	position: relative;
}

#tabnav a:link, #tabnav a:visited
{
	display: block;
	text-decoration: none;
	color: #039;
	padding: 5px;
	border-color: #080A75;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	background-color: #DEECF0;
}

#tabnav a:link.active, #tabnav a:visited.active
	{
		color: #000;
		border-style: none;
	}

#tabnav a:hover
{
	color: #FF9217;
	background-color: #C8D5DA;
}

.leftcol
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	background-color: #039;
	color: #FF9217;
	margin: 7px 2px 2px 2px;
	border: 2px solid #039;
	font-weight: bold;
	width: 142px;
}

#middlecol
{
	width: 500px;
	margin-top: 7px;
	margin-left: 18px;
}

#rightcol {
	margin-top: 7px;
	border-left: #039;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}

#foot
{
	border-color: #039;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	margin-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #4B6FD7;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	text-transform: capitalize;
	padding: 12px;
}

#foot a {
	text-decoration: none;
}

.notify a
{
	text-align: right;
	color: #AEAEAE;
	font-size: 10px;
	line-height: 9px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	padding: 4px;
}