
/* Cascading Style Sheet */


h1 {
	font-size: 15px;
	padding-bottom:10px;
	color: #266d0f;
}

div {
	font-size: 12px;
}

td {
	font-size: 12px;
}

b {
	color: #266d0f;
}

html, body {

margin: 0px;
padding: 0px;
height: 100%;
font-family: "Trebuchet MS", sans-serif; 
font-size: 12px;
line-height: 18px;
background-image: url('../images/bodybg.gif');
background-position: center;
background-repeat: repeat-y;

}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 995px;
	border: 0px solid;
	background-color:#f6f8f5; 
	vertical-align: top;

}


#footer {
	clear:both;
	width: 600px;
	text-align: center;
	background-color:#f6f8f5;
} 


#left {
  float: left; 
  width: 190px;
  margin: 0 0 0; 
  padding: 0;
  border: 0px;
  background-color:#f6f8f5;
  vertical-align: top;


}

#right {
  width: 720px;
  margin-left: 220px;
  border: 0px;
  padding-bottom: 20px;
  background-color:#f6f8f5;
  padding-top:10px;
  vertical-align: top;
}



.formy {
	width: 200px;
	border:0px;
	border-bottom: 1px solid grey;
	background-color: #ffffff;
	margin-bottom:2px;
}





/* ## Links ## */


a.link:link, a.link:active, a.link:visited {
	color: #003465;
	text-decoration: none;
	font-weight: bold;
	background-position: right;
	background-repeat:no-repeat;
}

a.link:hover {
	color: #ff0000;
	text-decoration: none;
}


.navi-link {
	color: #266d0f;
	text-decoration: none;
	font-weight: normal;
	background-position: right;
	background-repeat:no-repeat;
}

.navi-link:hover {
	color: #32cd00;
	text-decoration: none;
}


.pl25 {
	padding-left:25px;
}



.schrift17 {
	font-size: 17px;
}

.schrift18 {
	font-size: 18px;

}


.schrift19 {
	font-size: 19px;
}

.schrift20 {
	font-size: 20px;
}

.schrift25 {
	font-size: 25px;
}

.schrift50 {
	font-size: 50px;
}









div.spacer {
	height: 18px;
}


.border {
	border: 1px solid #bbb;
}

.noborder {
	border: none;
	text-decoration: none;
}


.first {
	margin-top: 70px;
}



.p10, #form td.p10 {
	padding: 10px;
}
	
.p20 {
	padding: 20px;
}

.m10 {
	margin: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.white {
	color: #fff;
}

.grey, .status0 {
	color: #626262;
}

.orange, .status1 {
	color: #ff4900;
}

.green, .status2 {
	color: #669900;	
}

.century {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.small, small {
	font-size: 10px;
}

.normal {
	font-size: 12px;
}

.xxl {
	font-size: 32px;
	line-height: 32px;
}

.plain {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}


.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.upper {
	font-size: 9px;
	font-weight: normal;
	position: relative;
	top: -4px;
}

.cell {
	float: left;
	width: auto;
	height: auto;
	padding: 4px;
}

.clear {
	clear: both;
}

.click {
	cursor: pointer;
}

.hidden {
	display: none;
}

.block {
	display: block;
}


.box-title {
	padding-left: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}



