/*
	clever-camping css
	copyright © 2oo7 [zwiefa|all rights reserved]
	o6.11.2oo7
*/

body
{
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
	line-height: 15px;
	background-image: url(images/img01.gif);
	background-repeat: repeat;
}

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

a
{
	color: #69c;
	text-decoration: none;
}
a:hover {
	color: #c63;
	text-decoration: none;
	}

h1
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #fff;
	padding: 2px;
	margin: 2px;
}

input, textarea
{
	background-color: #fff;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
}

.nec
{
	background-color: #fff;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

.suc
{
	background-color: #fff;
	border-color: #FFF;
	border-width: 0px;
	border-style: none;
}

.anzeige
{
	padding: 4px;
	border-color: #9C3;
	border-width: 1px;
	border-style: solid;
	background-color: #F6F6F6;
	color: #1C1C1C;
	font-size: 12px;
	line-height: 16px;
	margin: 4px 4px 0px 4px;
}

.note
{
	padding: 0px 2px 0px 0px;
	border-width: 0;
	border-style: none;
	text-indent: 5px;
	background-color: #9C3;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	color: #1C1C1C;
	font-size: 9px;
	line-height: 11px;
	margin: 0px 4px 4px 4px;
	text-align: right;
	font-style: italic;
}

img
{
	border-width: 0px;
	border-style: none;
}

#tabnav a:link, #tabnav a:visited
{
	display: block;
	text-decoration: none;
	color: #FF0;
	padding: 5px;
	border-color: #9c3;
	border-width: 2px;
	border-style: solid;
	background-color: #c63;
	margin: 2px;
}

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

#tabnav a:hover
{
	color: #c63;
	background-color: #360;
	border-color: #c63;
	border-width: 2px;
	border-style: solid;
}

.leftcol
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	width: 142px;
}

#middlecol
{
	width: 560px;
	margin-top: 3px;
	margin-left: 8px;
	border-color: #9C3;
	border-width: 2px;
	border-style: solid;
	padding: 3px;
}

#rightcol
{
	margin-top: 7px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	background-color: #fff;
}

#rightcol a { color: #9C3; }

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

#foot a
{
	text-decoration: none;
	color: #B3B3B3;
}

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

#sitemeter { display: none; }