html, body {
	text-align:left;
	margin: 0px auto;
	font-family: arial, serif;
	font-size: 16px;
	color: #705a31;
	background-color:#000000;
	font-family: 'EB Garamond', serif;
}

   #video {
   
      width: 650px;
      height: 330px;
      	float:left;
	margin-top:20px;

   
    }


table {
	font-size: 12px;
	color:#705a31;
}

.klein {
	font-size:12px;
}
#container {
	width:1000px;
	height:700px;
	margin: 0px auto;
}

#logo {
	width:400px;
	height:160px;
	margin:0px auto;
	margin-top:5px;
	margin-bottom:20px;
}

#menu {
	width:880px;
	height:20px;
	margin:0px auto;
	color:#705a31;
	font-size:13px;
	margin-top:10px;
	font-family: 'Lato', sans-serif;
}

.submenu {
	width:200px;
	height:370px;
	float:left;
	color:#705a31;
	font-size:11px;
	margin: 0px auto;
	font-family: 'Lato', sans-serif;
}

.submenu ul {
	padding:0px;
	padding-top:20px;
	margin-top:0px;
	margin:0px;
	list-style-type:none;
}

.submenu li {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	margin-right:10px;
	list-style-type:none;
	display:block;
}


#mrechts ul {
	padding:0px;
	padding-top:20px;
	margin:0px;
	list-style-type:none;
}

#mrechts li {
	padding:0px;
	margin:0px;
		margin-bottom:5px;

	margin-right:10px;
	list-style-type:none;
	display:block;
}

ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

li {
	padding:0px;
	margin:0px;
	margin-right:10px;
	list-style-type:none;
	display:inline;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: none;
		color: #D5D5D5;

}



img {
	border:none;
}


#content {
	width:1000px;
	height:405px;
}

.contentmain {
	width:620px;
	height:370px;
	float:left;
}

#mrechts {
	width:160px;
	height:370px;
	float:right;
	color:#705a31;
	font-size:11px;
	margin: 0px auto;
	font-family: 'Lato', sans-serif;
}

.linere {
	width:160px;
	border-bottom: 1px solid;
	border-bottom-color:#705a31;
	margin-top:5px;
	margin-bottom:5px;
}

.headline {
	width:1000px;
	height:24px;
	font-size:14px;
	text-align:center;
	padding-top:7px;
	padding-bottom:5px;
}


.line {
	width:1000px;
	border-bottom: 1px solid;
	border-bottom-color:#705a31;
	margin:0px auto;
	
}


a {
	color:#705a31;
}

a.active {
			color: #d5d5d5;

}

a.inactive {
			color: #705a31;

}


#flvplayer {
	float:left;
	margin-top:20px;
}

#footer {
	width:1000px;
	height:20px;
	font-size:10px;
	text-align:right;
	padding-top:5px;
	color:#705a31;
	font-family: 'EB Garamond', serif;
}

#smile {
	width: 1000px;
	height:30px;
	margin:0px auto;
	text-align:center;
}
  
  
/* Styles specific to this particular page */
			.scroll-pane
			{
				margin:10px;
				width:550px;
				height:350px;
				overflow: auto;
				font-size:16px;
				color: #705a31;
				
			}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.scroll-pane p {
	width:530px;
	font-size:14px;
	text-align:justify;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	margin-top:15px;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: #313131;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: grey;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #705a31;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


   
#contact_form_holder {
    width:530px;
    color:#705a31;
}
#contact_form_holder input, #contact_form_holder textarea { 
    width:300px; /* make all the inputs and the textarea same size (100% of the div they are into) */ 
    font-family:inherit; /* we must set this, because it doesn't inherits it */ 
}
#contact_form_holder textarea {
	font-size:11px;
    height:100px; /* i never liked small textareas, so make it 100px in height */ 
}


#contact_form_holder label { 
font-size:11px;
}


#send_message {
	color:#705a31;
	background-color:black;
    width:100px !important; /* the width of the submit button  */ 
    /* nicer font-variant (like explained before) */  
    border:1px solid #705a31; /* remove the default border and put a normal black one */
    cursor:pointer;
}

.error { display: none; padding:2px; color: #D8000C; font-size:11px; background-color: #FFBABA;}
.success { display: none; padding:2px; color: #044406; font-size:11px; background-color: #B7FBB9;}


   