body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
	background-repeat: repeat-x;
}

.body_image {
	margin-top:5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CCCCCC;
	
	background-repeat: repeat-x;
}

* {
	font-size:11px;
	text-decoration:none;
}

#hinweistext {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
	border:3px solid red;
	background-color: #FFFFFF;
}

#mailframe {
	width: 100%;
	white-space: nowrap;
}

#mailframe_left {
	width: 40%;
	text-align: center;
	float: left;
	white-space: nowrap;
	margin-top: 12px;
}

#mailframe_right {
	width: 60%;
	text-align: center;
	float: right;
	white-space: nowrap;
	margin-top: 2px;
}

/* statistiken im user und sponsoren-bereich */
td.bold {
   color:#000000;
   font-size:10px;
   font-weight:bold;
   text-align:center;
}

td.titlelink {
   color:#000000;
   font-size:14px;
   font-weight:bold;
}

td.titlelink a:link {
   background:none;
   color:#000000;
   font-size:14px;
   text-decoration:underline;
   font-weight:bold;
}

td.titlelink a:hover {
   background:none;
   color:#000000;
   font-size:14px;
   text-decoration:underline;
   font-weight:bold;
}

td.titlelink a:visited {
   background:none;
   color:#000000;
   font-size:14px;
   text-decoration:underline;
   font-weight:bold;
}

td.titlelink a:active {
   background:none;
   color:#000000;
   font-size:14px;
   text-decoration:underline;
   font-weight:bold;
}

#interface_hinweis {
	width:600px;
	text-align:center;
	border:3px solid red;
	background-color: #FFFFFF;
}

#keine_daten {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	margin-top:10px;
	margin-right:50px;
	margin-bottom:10px;
	margin-left:50px;
	width:600px;
	text-align:center;
	border:3px solid red;
	background-color: #FFFFFF;
}

#daten {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	margin-top:10px;
	margin-right:50px;
	margin-bottom:10px;
	margin-left:50px;
	width:600px;
	text-align:center;
	border:3px solid green;
	background-color: #FFFFFF;
}

.title {
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.title2 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

a:link {
	text-decoration:underline;
	border:none;
	color:#000000;
	font-size:11px;
}

a:hover {
	text-decoration:underline;
	border:none;
	color:#000000;
	font-size:11px;
}

a:active {
	text-decoration:underline;
	border:none;
	color:#000000;
	font-size:11px;
}

a:visited {
	text-decoration:underline;
	border:none;
	color:#000000;
	font-size:11px;
}

/* links in der datei "pwc_mails.php" im user und sponsor-bereich */
a.link_mails {
   color:#000000;
   font-size:10px;
}

a.link_mails a:link {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
}

a.link_mails a:hover {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
}

a.link_mails a:visited {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
}

a.link_mails a:active {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
}

/* links in der datei "pwc_newsletter.php" im user-bereich (bonusaktionen) */
a.link_bonusaktionen {
   color:#000000;
   font-size:10px;
   font-weight:bold;
}

a.link_bonusaktionen a:link {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
   font-weight:bold;
}

a.link_bonusaktionen a:hover {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
   font-weight:bold;
}

a.link_bonusaktionen a:visited {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
   font-weight:bold;
}

a.link_bonusaktionen a:active {
   background:none;
   color:#000000;
   font-size:10px;
   text-decoration:underline;
   font-weight:bold;
}

input,textarea,select,option {
	border: 1px solid #666666;
}

textarea {
	border-bottom:1px inset #666666;
	border-left:1px inset #666666;
	border-right:1px inset #666666;
	border-top:1px inset #666666;
	color:#000000;
	font-size:12px;
	overflow:auto;
}