/*RT1119*/
body {
	 margin: 0;
	 padding: 0;
	 text-align: center;
	 background-color:#999999;
}

div#container {
 	width: 1000px;
 	margin: 0 auto;
 	text-align: left;
 	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#FFFFFF;
	font-size:12px;	
	background-color:#000000;
}



div#top {
	height: 100px;
	width: 1000px;
	background:no-repeat;
	margin:0;
 
}

div#content_left {
	margin: 10px 10px 0 10px ;
	height:450px;
	line-height: 140%;
 	width: 221px;
 	float: left;
	line-height: 140%;	
 	overflow:hidden;
	padding:10px 0 0 10px;
	background-color:#696969;
	background-image:url(../../editor/images/rt_logo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;	
}


div#content_right {
	margin:20px 0 ;
	height:auto;
 	width: 600px;
 	float: left;	 	
	line-height: 140%;
	overflow:hidden;
	padding:0 30px;
	
}

div#content_right a {
    color: #FFFFFF;
    text-decoration: underline;
}

div#content_right a:hover {
  	color: #F74237;
    text-decoration: underline;
}
div#content_right a:active {
	   	color: #F74237;
	    text-decoration: underline;
}
div#spacer {
	height:580px;
	width:1px;
	margin:0;

}
h2#titel{
	position:absolute;
	margin:30px 0 0 15px;
	font-size:17px;
}


/*subnav*/
ul#smenu {
	width:231px;
	top:112px;
	padding:0;
	position: absolute;
	list-style-type: none;
	margin-top: 10px;
	margin-left:-10px;
	height:20px;

}

ul#smenu li {
	margin:0;
	padding:0 0 3px 0;
	border: 0px;
	border-bottom:1px black solid;
	font-weight:bold;
	
}

ul#smenu li a {
	font-size:11px;
	color: #FFFFFF;
	padding:0;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight:bold;
	}

ul#smenu li a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}



ul#smenu li a.active {
color: #FFFFFF;
	text-decoration:underline;
}

ul#smenu img{
	margin:0;
	padding-right:7px;
}


/* mailform */
div#mailform {
	margin-top:15px;
	margin-left:30px;
	width: 380px;
	height:300px;	

}

div.formrow {
	margin: 2px 0px;
}

div#mailform fieldset {
	padding: 0.7em;	
	margin-bottom: 10px;
}

div.formrow label {
	padding-top:4px;
	text-align:right;
	display: block;	
	float: left;
	width: 130px;
	font-weight:bold;
}

div#mailform textarea {
	width: 200px;
	padding: 2px;
	border: 1px gray inset;
}

div.formrow input {
	border: solid 1px gray;	
	width: 200px;
	padding: 1px 3px;
	background-color: #F8F8F8;
}

div.formrow input:focus {
	border: brown solid 1px;
	
}

div.formsubmit {
	text-align: right;
	padding-right: 5px;
 }

.veld{
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
	background-color:#696969;	
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
 }
/*contact form*/
#contactform p{
padding:5px;
margin:5px;
}
#contactform fieldset{
border:solid 1px #fff;
padding:5px;
margin:0px;
width:490px;
}

#contactform  textarea{
margin-left:15px;

}

