body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin:0;
}

a {
	color: #000;
}

img {
	border: 0px;
}

h1 {
	display: inline;
	font-size: 14px;
}
h1 span{
	font-size: 20px;
}

.contactForm {
	width: 505px;
	float: left;
}
.formLabel, .formLabelMulti {
	text-align: right;
	width: 60px;
}
.formLabelMulti {
	padding-top: 5px;
}
.separation {
	font-size: 5px;
}
select {
	border: 1px solid #9C9D9D;
}
.med, .big {
	width: 300px;
	height: 14px;
	border: 1px solid #9C9D9D;
}
.big {
	width: 422px;
}
textarea {
	width: 422px;
	height: 200px;
	border: 1px solid #9C9D9D;
}

.fleft {
	float: left;
	display: inline;
}
.fright {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}

.siteArea {
	border: 1px solid #9C9D9D;
	width: 850px;
	padding: 25px;
	margin: 0px auto;
	margin-top: 60px;
}

.footer {
	width: 850px;
	padding: 15px 25px;
	margin: 0px auto;	
	text-align: center;
	color: #9C9E9F;
	font-size: 10px;
}
.footer a {
	color: #9C9E9F;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.navigation {
	margin-top: 35px;
	margin-bottom: 10px;
	border: 1px solid white;
}

.naviList {
	margin: 0px;
	padding: 0px;	
}

.naviList li {
	display: inline;
	list-style-type: none;
	padding-right: 17px;
}

.naviList li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.altNavi {
	width: 348px;
}
.altNavi .fleft {
	margin-left: 7px;
	max-width: 113px;
}
.altNavi img {
	margin-bottom: 10px;
}

.motionArea {
	margin-bottom: 14px;
}

.contentTextArea p {
	margin-top: 15px;
	line-height: 16px;
}
.contentTextArea .content {
	padding-left: 40px;
}

.contentTextArea a {
	color: black;
}
.contentTextArea a:hover {
	text-decoration: none;
}
.separationPoint {
	padding-left: 12px;
	background-image: url(../images/separation_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.contentTextArea img.fright {
	margin-right: 20px;
}


.noSpace {
	padding: 0px !important;
	margin: 0px !important;
}

.thirdrow {
	float: left;
	margin-top: 240px;
	position: absolute;
}

/* Cookie */
#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; }
#cookiedingsbums div span{margin: 0 50px;display: inline-block;text-align: center;}

#cookiedingsbums {
   border-top: 1px solid #546C10;
   text-align:right;
   background: #94C11C;
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
   position:fixed;
   bottom:0px;
   z-index:10000;
	color:#FFF;
   width:100%;
   font-size:12px;
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #333;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white;
   border-left:1px solid white;
   border-bottom:1px solid #7b92a9;
   border-right:1px solid #7b92a9;
   padding:4px;
   background: #FFF; /* Old browsers */
}

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #799D17;}