*
{
	outline: none;
	padding: 0px;
	margin: 0px;
	
	font-family: Verdana, Arial, Sans-serif;
}

body
{
	background-color: #ccdecc;
}

a
{
	color: #02703b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	/*color: #005826;*/
	color: #02703b;
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	line-height: 1.4em;
}

h2
{
	/*color: #005826;*/
	color: #02703b;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	line-height: 1.4em;
}

h3, h4, h5, h6
{
	/*color: #005826;*/
	color: #02703b;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	line-height: 1.4em;
}

ol, ul, li{
	font-size: 13px;
	line-height: 1.4em;
	list-style-position: outside;
	margin: 5px 0px 5px 15px;
	
}

p
{
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	line-height: 1.4em;
}

/* classes */
a.menu-item
{
	width: 180px;
	margin: 5px 0px 5px 0px;
	padding: 10px;
	display: block;
	/*background-color: #005826;*/
	background-color: #02703b;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background-image: url('/assets/images/menu-item.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

a.menu-item:hover
{
	color: #000;
	background-color: #3dba53;
	background-image: url('/assets/images/menu-item2.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

/* forms & stuff */
form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select{
	margin:  3px 10px 3px 10px;
}

input[type="text"], input[type="password"], textarea{
	color: #000;
	font-family: Arial;
	font-size: 11px;
	width: 210px;
	border: 1px solid #666;
	background-color: #f4f4f4;
	padding: 2px;
}

textarea {
	height: 100px;
	width: 300px;
}

.divTable{
	width: 600px;
	background-color: #fff;
	position: relative;
	float: left;
	margin-top: 20px;
	font-size: 11px;
}

.divTr{
	float: left;
	clear: both;
	width: 100%;
/*	background-color: #fff;*/
/*	border-bottom: 1px solid #ccc;*/
}

.divTr.regel{
	background-color: #f0f0f0;
}

.divTd.head{
	font-size: 12px;
	font-weight: bold;
}

.divTd{
	padding: 3px;
	float: left;
	overflow: hidden;
}

.divTd.inactive{
	color: #aaa;
}

.gb_header{
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	border-top: 2px solid #02703b;
	border-bottom: 1px solid #02703b;
	width: 500px;
}

.gb_body{
	margin-bottom:30px;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	border-bottom: 2px solid #02703b;
	width: 500px;
}

.regel{
	background-color: #f0f0f0;
}

.gb_time{
	font-size: 11px;
	padding-right: 30px;
	float: right;
	clear: none;
	text-align: right;
}

.gb_pages{
	margin-bottom: 20px;
}

span.message{
	display: block;
	margin-left: 15px;
}

a.gb_page{
	color: #02703b;
	text-decoration: none;
}

a.gb_page:hover{
	text-decoration: underline;
}

span.gb_page{
	color: #000;
}

div.preview_container{
	width: 150px;
	padding: 3px;
	border: 1px solid #02703b;

	float:left;
	margin: 3px 8px 5px 0px;
}

div.preview_container.last{
	margin-right:0px;
}

div.preview{
	height: 150px;
	width: 150px;

	background-position: center center;
	background-repeat: no-repeat;
}
