/* basic elements */

body{

	background: #668000 url(images/background06.gif);

	font-family: verdana, 'trebuchet ms', sans-serif;

	font-size: 12px;

	color: #666666;

	text-align: center;

	margin-top: 5px;

}

img {

  border: none;

}



/* container */

#container {

	position: relative;

    margin: 0 auto; /* center on everything else */

	background-color: #333333;

	width: 720px;

	color: #ffffff;

    text-align: center;

}

#container-inner {

	background: #333333;

	position: static;

	width: auto; 

    text-align: left;

}

#maincontent {

	background-color: #FFFFFF;

	position: relative;

	margin: 1px;

	padding: 0px;

}

#header {

	background: #FFFFFF url(images/82.gif) no-repeat left top;

	margin: 0;

	padding: 5px;

	text-align: left;

}

h1{

	font-size: 12px;

	margin: 2px 0;

	padding: 0px;

}

h2{

	font-size: 24px;

	font-weight: bold;

	line-height: 120%;

	margin: 20px 0 10px 120px;

	color: #ff1493;

/*	color: #e30265;*/

}

#header h3{

	margin: 20px 0 20px 120px;

}

h3{

	font-size: 16px;

	line-height: 120%;

	font-weight: normal;

	margin: 20px 0 40px 10px;

	color: #000000;

	word-spacing: normal;

}

#navi {

	background: #333333;

	margin: 0;

	padding: 5px 40px 5px 40px;

	color: #ffffff;

	text-align: center;

}

#maincontent-inner {

	background: #FFFFFF;

	margin: 0;

	padding: 10px 40px 10px 40px;

	color: #333333;

}

#footer {

	background-color: #FFFFFF;

	margin: 0px 0px 5px 0px;

	padding: 5px 5px 10px 5px;

	position: static;

	text-align: center;

	height: 70px;

}

.rb-bold {

	font-size: 18px;

	color: #FF0000;

	font-weight: bold;

}

.rb-bbold {

	font-size: 24px;

	color: #FF0000;

	font-weight: bold;

	line-height:170%;

}





.bb-bold {

	font-size: 18px;

	font-weight: bold;

	color: #333333;

}

.bb-bbold {

	font-size: 24px;

	font-weight: bold;

	color: #333333;

	line-height:170%;

}

p {

	font-size: 14px;

	line-height: 150%

}

table {

	margin-left: 50px;

}

td {

	font-size: 12px;

}



.center {

	text-align: center;

	margin: 0px;

	padding-bottom: 20px;

}

.center2 {

	text-align: center;

	margin: 0px;

	padding-top: 20px;

	padding-bottom: 20px;

}

.orange {

	color: #FF6633;

}

strong {

	font-size: 14px;

	font-weight: bold;

}

.bold {

	font-size: 14px;

	font-weight: bold;

}



.clear {

	clear: left;

}

#offer {

	background: #FFFFcc;

	border: 1px solid #CCCCCC;

	margin: 10px 70px;

	padding: 10px;

	text-align: center;

}

#reg {

	position: relative;

	width: 520px;

	border: 2px solid #CCCCCC;

	margin: 0px auto 20px auto;

	padding: 10px 0px 10px 0px;

	vertical-align: top;

	text-align: center;

}

#reg_box {

	position: static;

	width: 480px;

	margin: 0px 0px 0px 40px;

	padding: 10px 0px;

	text-align: center;

}

#reg_img {

	position: static;

	width: 140px;

	margin: 0px;

	padding: 0px;

	float: left;

}

#reg_text {

	position: static;

	width: 340px;

	margin: 0px;

	padding: 10px 0px 0px 0px;

	float: left;

	text-align: center;/* for IE */

}

#reg_siteseal {

	position: static;

	clear: left;

	padding: 10px 0px;

	width: 100%;

	text-align: center;

}

a.reg:hover {

	position: relative;

	top: 1px;

	left: 1px;

}

#reg2 {

	position: relative;

	width: 520px;

	border: 2px solid #CCCCCC;

	margin: 0px auto;

	padding: 10px 5px 10px 5px;

	vertical-align: top;

	text-align: left;

	background-color: #F6F6F6;

}

.large {

	font-size: 24px;

}

.normal {

	font-size: 12px;

	font-weight: normal;

}

#fadeinbox{

	position:absolute;

	width: 500px;

	height: 350px;

	left: 0;

	top: -400px;

	border: 2px solid black;

	background-image: url(filigrane.gif);

	background-position: center top;

	background-repeat: no-repeat;

	background-color: #000000;

	padding: 4px;

	z-index: 100;

	visibility:hidden;

}

 a.fade:link, a.fade:active, a.fade:visited {

	color: #ff6600;

}

#form-container {

	position: relative;

    margin: 0 auto; /* center on everything else */

	background-color: #333333;

	width: 500px;

	color: #ffffff;

    text-align: center;



}