body {
	margin-top:  0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	background-image:url('/img/background.jpg');
}

#centerframe {
	position: relative;
	border:1px solid #828a8c;
	margin: 5px auto;
	width:981px;
}

A {
	color: #E2001A;
	text-decoration: none;
}

#welcomeBox {
	margin-left: 5px;
	margin-right: 20px;
	border: solid 0px black;
	text-align: justify;
	font-size: 12px;
}

#welcomeBox B {
	font-size: 14px;
}

A:hover {
	text-decoration: underline;
}


#center {
	text-align: left;
	margin: 1px;
	padding: 0px;
	width: 979px;
	background-color: #fff;
}

#header {
	position: relative;

	height: 128px;
	width: 979px;
}

#drkLogo {
	position: absolute;
	top: 25px;
	left: 20px;
}

#topService {
	position: absolute;
	width: 100%;
	right: 200px;
	
}

.wysiwyg_area{
	width: 100%;
}

#mainContent H2 {
	font-size: 16px;
	margin-top: 2px;
}

#mainContent H2 A {
	color: #000;
}
#mainContent H2 A:hover {
	text-decoration: none;
}

.leaderControl-horizontal {
	text-align: center;
	margin-bottom: 10px;
}
.adminControl, .leaderControl, .userControl {
	background-color: #ffc;
	text-align: right;
	padding-right: 20px;
	padding-top: 2px;
	line-height: 20px;
}

.leaderControl {
	background-color: #fcc;
	color: #fff;
}

.adminControl A {
	color: #000;
}

.userControl{
	background-color: #AAFFAA;
}

.leaderControl-horizontal A {
	padding: 4px 5px;
	display: inline-block;
}
.leaderControl A {
	color: #000;
}

#mainHeadline {
	position: absolute;
	top: 20px;
	width: 480px;
	left: 230px;
	font-size: 20px;
	font-weight: 600;
}

#mainnavi {
	position: relative;
	width: 100%;
	font-weight: 800;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #000;
	height: 15px;
}

#mainnavi UL {
	position: absolute;
	right: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: right;
}

#mainnavi UL LI {
	list-style-type: none;
	float: left;
	
	border-left: 1px solid #000;
	text-align: center;
	display: inline;
}


#mainnavi UL LI.lastNaviLi {
	 border-right: 1px solid #000;
	margin-right: 0px;
}

#mainnavi UL LI:hover {
	background-color: #ccc;
}

#mainnavi UL LI A {
	color: #000;
	padding: 0px 10px;
	display: block;
	text-decoration: none;
} 

#mainnavi UL LI A:hover, #mainnavi UL LI A.activeNav {
	background-color: #ccc;
}

#mainnavi UL LI A.activeNav {
	color: #fff;
	background-color: #E50006;
}

#userNotice {
	position: absolute;
	top: 95px;
	left: 230px;
	width: 730px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #000;
}

#userManager {
	position: absolute;
	padding-right: 2px;
	top: 20px;
	right: 20px;
	width: 260px;
	height: 90px;
	font-size: 12px;
	overflow: auto;
	text-align: right;
}

#userManager FORM {
	margin: 0px;
	padding: 0px;
}

#userManager FORM INPUT.loginFormInput {
	font-size: 10px;
	color: #333;
	width: 110px;
}

#userManager FORM INPUT.loginFormSubmit {
	font-size: 10px;
	color: #333;
	width: 110px;
}

input[type='file'] {
	margin-bottom: 10px;
}

.formmistake {
	display: block;
	background-color: #f00;
	color: #fff;
}

#search {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.searchheadline {
	font-size: 16px;
	font-weight: 800;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#search FORM {
	margin: 5px;
	float: left;
	padding: 0px 0px 10px 0px;
}

#search FORM INPUT.loginFormInput {
	font-size: 10px;
	color: #333;
	width: 120px;
}

#search FORM INPUT.loginFormSubmit {
	margin-left: 5px;
	font-size: 10px;
	color: #333;
	width: 45px;
}

/*
 * sidebar sub menu
 */
#subnavi {
	float: left;
	width: 200px;
	font-size: 12px;
	margin-bottom: 10px;
}

#subnavi UL {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	clear: both;
	border-top: solid 1px #ccc;
}

#subnavi UL LI {
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

#subnavi UL LI:hover {
	background-color: #ccc;
}

#subnavi UL LI A {
	color: #000;
	padding: 4px 10px;
	display: block;
	text-decoration: none;
} 

#subnavi UL LI A:hover, #subnavi UL LI A.activeNav {
	background-color: #ccc;
}

#subnavi UL LI A.activeNav, #subnavi UL LI A.activeNav:hover {
	color: #fff;
	background-color: #E50006;
}

#subnavi UL LI UL {
	margin: 0px;
}

#subnavi UL LI UL LI A {
	color: #da0000;
	background: #fff;
	padding-left: 20px;
}
#subnavi UL LI UL LI:last-child {
	border-bottom: transparent none;
}
#subnavi ul.sections > li {
	font-weight: bold;
}
#subnavi ul.sections > li > a.activeNav {
	color: #E50006;
	background: transparent;
}
#subnavi ul.sections > li > a:hover {
	color: #000;
	background: #ccc;
}
#subnavi ul.sections > li:hover {
	background: transparent;
}



#content {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background: url(/img/content_background.gif) no-repeat;
}

#mainContent {
	float: left;
	margin-bottom: 10px;
	width: 765px;
	overflow: auto;
}

.eventTable {
	margin:0px;
	padding: 5px;
	border: solid 1px black;
}

.eventTable TD {
	border-bottom: dotted 1px black;
	padding-top: 5px;
}

.eventRegisterButton {
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-left: 1px solid #000;
	border-bottom: 2px solid #000;
	color: #fff;
	background-color: #E50006;
}

.eventRegisterButtonoff {
	border-top: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #ddd;
	color: #aaa;
}

.eventRegisterButton:hover {
	border-top: 2px solid #000;
	border-right: 1px solid #000;
	border-left: 2px solid #000;
	border-bottom: 1px solid #000;	
}

H1.mainContentHeadline {
	display: block;
	background-color: #ccc;
	font-size: 16px;
	color: #000;
	padding: 5px 10px;
	margin-top: 20px;
}

#footer {
	position: relative;
	clear: both;
	border-top: solid 1px #fff;
	height: 24px;
	width: 100%;
	color: #aaa;
}

.eventbox {
	border: dotted #ccc 1px;
	padding: 10px;
}

#credits {
	position: relative;
	top: 0px;
	left: 5px;
	font-size: 12px;
	line-height: 14px;
	width: 700px;
	color: #aaa;
}

#credits A {
	text-decoration: none;
	color: #aaa; 
}

#credits A:hover {
	text-decoration: underline;
	color: #E60005;
}

.servicenav {
	position: absolute;
	right: 10px;
	top: 5px;
	margin: 0px;
	padding: 0px;
}

.servicenav A {
	color: #aaa;
	border-left: 1px solid #aaa;
	text-decoration: none;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 0px;
	float: left;
}

.servicenav A:first-child  {
	padding-left: 0px;
	border-left: 0px solid #aaa;
}

.servicenav A:hover {
	background-color: #ccc;
}

.faqbox {
	border: dotted 1px #000;
	margin-bottom: 10px;
}

.faqQuestion, .faqAnswer  {
	background-color: #ddd;
	display: block;
	font-weight: 800; 
	padding: 4px 10px;
}

.faqAnswer {
	font-weight: normal;
	background-color: #eee; 
}

/*password area */
#strongness   {
	display: bock;
	height: 10px;
	width: 0px;
}

#strongness.strong-0
{
	width:0px;
	background-color: #FF0000;
}

#strongness.strong-1
{
	width:20px;
	background-color:#660000;
}

#strongness.strong-2 {
        width:40px;
        background-color:#990000;
}

#strongness.strong-3 {
        width:60px;
        background-color:#FF9900;
}

#strongness.strong-4
{
        width:80px;
        background-color:#FF9900;
}

#strongness.strong-5 {
        width:100px;
        background-color:#FF9900;
}

#strongness.strong-6 {
        width:120px;
        background-color:#FF9900;
}

#strongness.strong-7 {
        width:140px;
        background-color:#99FF66;
}

#strongness.strong-8 {
        width:160px;
        background-color:#99FF66;
}

#strongness.strong-9 {
        width:180px;
        background-color:#99FF66;
}

#strongness.strong-10 {
        width:200px;
        background-color:#006600;
}

.meindrkEventlist_confirmed {
	background-color: #66cc99;
	font-weight: 600;
}

.meindrkEventlist_unconfirmed {
	background-color: #ffc;
	font-weight: 600;
}

.regTable TD {
	padding:3px 0px 4px 0px;
}

.selfPayTR {
	display:none;
}

.notice_red {
	color: #FF0000;
}

.notice_green {
	color: #008000;
}

.user_number {
	width: 50px;
}


#mainContent .inActiveOffer td, #mainContent .inActiveOffer td a {
	color: #FF6B7C;
}

#mainContent .inActiveOffer td, #mainContent .inActiveOffer td h2 a {
	color: #aaa;
}

#mainContent .inActiveOffer td h2 a {
	color: #999;
}

#userInfoDiv td, #userInfoDiv
{
    font-size: 12px;
}

#vhostswitch {
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px dotted black;
	background-color: #e4001b;
	color: #fff;
	padding: 5px;
}

#vhostswitch hr {
	border: 0px;
	height: 1px;
	line-height: 1px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

#vhostswitch a {
	color: #fff;
}

.fade {
	margin-bottom: 40px;
}

.smallPrint {
	font-size: 10px;
}

h1.alert, .delUser fieldset legend {
	font-size: 20px;
	padding: 5px;
	text-align: center;
	color: #000000;
	background-color: #ff887c;
	border: dotted black 1px;
}

.delUser fieldset {
	border: dotted 1px black;
}

.welcomeImage {
	width: 765px;
	max-height: 325px;
}

.welcomeImagePrev {
	max-height: 150px;
	max-width: 300px;
}



#welcomeNews, #welcomeNewsBg {
	position: absolute;
	z-index: 10000;
	width: 765px;

}

#welcomeNews {
	z-index: 10001;
	height: 325px;
	overflow: auto;
}

#welcomeNews .wbcontent {
	margin: 10px 20px 10px 10px;

	border: solid 1 black;
}

#welcomeNewsBg {
	-moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;
	filter:alpha(opacity=80);
	background-color: #fff;
	width: 765px;
	height: 325px;
}

#welcomeNews h1 {
	font-size: 18px;
}

#welcomeNews .close {
	position: absolute;
	right: 5px;
	top: 5px;
	padding:2px;
}

#welcomeNews .close a {
	color: #000;
}

.sectionSelect {
	font-size: 10px;
	width: 195px;
}