@charset "utf-8";
/* CSS Document */
.clear {
    clear: both;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
body {
	background: url("../grafix/rl_back.png") repeat-x scroll 0 0 #D2DCEE;
	margin: 0;
	padding: 0;
}
.headline 
{
	background-color:rgba(255,255,255,0.9);
    color:#555;
    font-size:28px;
    font-weight:bold;
    margin:0;
	background-color: #C7D0E1;
	background-color:rgba(55, 55, 55, 0.07);
	padding: 10px 30px 10px 30px;
	display: block;
}
.subheadline
{
	background-color:rgba(255,255,255,0.9);
    color:#555;
    font-size:20px;
    font-weight:bold;
    margin:0;
	background-color: #C7D0E1;
	background-color:rgba(55, 55, 55, 0.07);
	padding: 10px 30px 10px 30px;
	display: block;
}
.title 
{
	background-color:rgba(255,255,255,0.9);
    color:#555;
    font-size:14px;
    font-weight:bold;
    margin:0;
	background-color: #C7D0E1;
	background-color:rgba(55, 55, 55, 0.07);
	padding: 10px 30px 10px 30px;
	display: block;
}
a:link {
	font-weight: bold;
	color: #2A2A2A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2A2A2A;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.entry a:link,
.entry a:visited,
.entry a:active {
	color: #FFF;
	text-decoration: none;
}
.entry a:hover {
	text-decoration: none;
	color: #FAFAFA;
}
p, ul, .pg {
	padding: 10px 30px 20px;
	display: block;
	margin: 1px 0;
}
p.center, ul.center, .pg.center {
	padding-bottom: 10px;
}
ul p {
	margin: 10px 0;
	padding: 0;
	background: none repeat scroll 0 0 transparent;
}
ul p, ul ul {
	background: none repeat scroll 0 0 transparent;
}
li {
	list-style: decimal outside none;
	margin-left: 15px;
}
li li {
	list-style: disc inside none;
}
span.sub {
    padding-top: 10px;
    display: block;
}
span.note {
    font-style: italic;
	font-weight:bold;
}
form .inputbox {
	margin: 10px 0;
}
form .inputfield{
	width: 200px;
}
form .checkbox{
	margin: 0px 10px 0px 0px;
}
form .inputsubmit {
    background: none repeat scroll 0 0 #555;
    border: medium none;
    color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    width: auto;
}
textarea {
	width: 100%;
}
.warning 
{
	color: #CC0000;
}
.warning input,
.warning textarea
{
	border:1px solid #CC0000;
}
.container {
	max-width: 1024px;
	margin: 0 auto;
	min-width: 190px;
	padding: 101px 20px 20px;
}
.headerbottom {
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* Konqueror */
	border-radius : 5px; /* CSS3 */
	-webkit-box-shadow: -2px 2px 5px #000000;
	-moz-box-shadow: -2px 2px 5px #000000;
	box-shadow: -2px 2px 5px #000000;
	background-color: #1D89C1;
	position: relative;
	z-index: 999;
}
.h1, p, ul, .pg {
	/* -webkit-box-shadow: -2px 2px 5px #000000;
	-moz-box-shadow: -2px 2px 5px #000000;
	box-shadow: -2px 2px 5px #000000; */
	background-color: #C7D0E1;
	background-color:rgba(55, 55, 55, 0.07);
}
.head {
	/* -webkit-box-shadow: -2px 2px 5px #000000;
	-moz-box-shadow: -2px 2px 5px #000000;
	box-shadow: -2px 2px 5px #000000; */

}
.headerbottom .menu {
	background: url("../grafix/rl_menue_shadow.png") no-repeat 740px 44px transparent; 
 	padding-top: 44px;
	width: 100%;
}

.headerbottom .menu .text {
	background-color: #166791;
	display: inline-block;
	padding-left: 50px;
	font-size: 11px;
    font-weight: bold;
	max-width: 690px;
	position: relative;
}
.headerbottom .menu .text a {
	display: inline-block;
	line-height: 23px;
}
.headerbottom .menu .text .entry {
	display: inline-block;
	width: 138px;
	height: 25px;
}
.headerbottom .menu .text .entry.empty {
    height: 23px;
}
.headerbottom .menu img {
	display: inline-block;
	margin-bottom: -10px;
	float: left;
}
.headerbottom .menu ul {
	float:left;
	margin: 0;
	padding: 0;
}
.headerbottom .menu li {
	list-style: none outside none;
	display: block;
	float:left;
	margin: 0;
}
.headerbottom .separator {
	background: url("../grafix/rl_menue_separator.gif") repeat-x scroll 0 0 transparent;
	bottom: 21px;
    height: 7px;
    position: absolute;
    right: 0;
	left: 750px;
}
#linkText {
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 24px;
    margin-right: 5px;
    text-align: right;
	text-transform: uppercase;
    max-width: 200px;
	height: 25px;
}
#linkText span{
	color: #6C6C6C;
	display: block;
}
.headerbottom .linkText{
	display: none;
}
.textbox {
	color: #444;
	margin-top: 50px;
	z-index:1;
}
.textbox h1:first-child {
	padding: 30px 30px 10px 30px;
}
.textbox p:last-child{
	padding: 10px 30px 30px 30px;
}

.textbox .image {
	border:1px #EEEEEE solid;
	margin-right: 5px;
}
#frame {
	background-color: #333333;
	height: 0;
	/*background-color: #333333;*/
	-moz-border-radius: 0 0 2px 2px; /* Firefox */
	-webkit-border-radius: 0 0 2px 2px; /* Safari, Chrome */
	-khtml-border-radius: 00 2px 2px; /* Konqueror */
	border-radius : 0 0 2px 2px; /* CSS3 */
    top: 0;
	padding-bottom: 22px;
}
#frameContainer {
    position: absolute;
    top: 0;
    width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
	height: auto;
	z-index: 9999;
}
#frameContainer .frameLabelContainer 
{
	position: absolute;
	height: 22px;
	background-color: #333333;
	bottom: 0;
	width: 100%;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #666, #555, #222,#000); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #666, #555, #222,#000); 
	/* IE 10 */ background: -ms-linear-gradient(bottom, #666, #555, #222,#000); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #666, #555, #222,#000);
	-moz-border-radius: 0 0 2px 2px; /* Firefox */
	-webkit-border-radius: 0 0 2px 2px; /* Safari, Chrome */
	-khtml-border-radius: 00 2px 2px; /* Konqueror */
	border-radius : 0 0 2px 2px; /* CSS3 */
	-webkit-box-shadow: 0px 1px 5px #000000;
	-moz-box-shadow: 0px 1px 5px #000000;
	box-shadow: 0px 1px 5px #000000;
}
#frameContainer .frameLabel {
	background-color: #333333;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #666, #555, #222,#000); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #666, #555, #222,#000); 
	/* IE 10 */ background: -ms-linear-gradient(bottom, #666, #555, #222,#000); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #666, #555, #222,#000);
}

#frameContainer .ui-resizable-s {
	height: 100%;
	cursor:pointer;
	position:absolute;
	bottom: 0;
    z-index:99998;
}
#frameContainer .frameLabel 
{
	color: #AAA;
	display:block;
	height: 20px;
	text-align: right;
	padding: 2px 8px 0 0;
	right:0;
    position: absolute;
	z-index:99999;
}
#frameContainer .frameLabelText 
{
    opacity:0.6;
}
#frameContainer .frameArrow
{
	cursor: pointer;
	display:none;
	text-align: right;
	color: #AAA;
	font-size: 15px;
	padding: 0 8px 0 0;
	left:40px;
    opacity:0.9;
    position: absolute;
}
#frameContainer a.frameLabel:hover{
	color: #F2F2F2;
}
#lightbox .lb-outerContainer {
    border:1px #EEEEEE solid;
    background: none repeat scroll 0 0 #000;
}
.load,
#lightbox .lb-outerContainer.animating {
	background: url(../grafix/load.gif) no-repeat scroll center center #9CADB5;
	opacity: 0.6;
}
#lightbox .lb-outerContainer {
	background:none no-repeat scroll center center #9CADB5;
	opacity: 0.9;
}


#lightbox .lb-container {
    padding:0;
}
