body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 0;
	margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

#inside module_head{
color: #3A4147;
}

#inside tbody {
color: #3A4147;
}

#inside a {
color: #D13F86;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* hides text-align to the left from IE, because the next 2 rules doesn't apply to IE*/
html>body td {
  text-align: left;
}

*[align="center"] {
  text-align: center;
}

*[align="right"] {
  text-align: right;
}

.headbg{
	background-color: #D13F86;
}

.headbgbox{
	background-color: #D13F86;
}

.loginbarbg{
	background-color: #EDF4F9;
}

.module_head {
	background-color: #D23F85;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.module_head_boxes {
	background-color: #D23F85;
	height: 31px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.modul_body {

}

.module_foot {
  background-image: url(templates/partnerweb/images/modul_foot.jpg);
  background-repeat: no-repeat;
  height: 19px;
}

.oddrow {
	background-color: #FEFEFE;
	color: #524444;
}

.addrow {
	background-color: #FEFEFE;
	color: #524444;
}
	
.evenrow {
	background-color: #EFEFEF;
	color: #524444;
}

.module_head_right {
	background-color: #4278D3;
	font-size: 12px;
	color: #FFFFFF;
}

.module_head_right a {
	background-color: #4278D3;
	font-size: 12px;
	color: #FFFFFF;
}

.module_head_right a:hover {
	background-color: #4278D3;
	font-size: 12px;
	color: #FFFFFF;
}


.edituserlink {
	background-color: #D13F86;
	color: #FFFFFF;
	font-weight: bold;
}

.edituserlink a{
	background-color: #D13F86;
	color: #FFFFFF;
	font-weight: bold;
}

.edituserlink a:link {
	background-color: #D13F86;
	color: #FFFFFF;
	font-weight: bold;
}

.edituserlink a:hover {
	background-color: #D13F86;
	color: #FFFFFF;
	font-weight: bold;
}

.edituserlink a:visited {
	background-color: #D13F86;
	color: #FFFFFF;
	font-weight: bold;
}

.edituserlink a:active {
	background-color: #D13F86;
	color: #FFFFFF;
	font-weight: bold;
}

.text_head1, .text_head1:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text_head2, .text_head2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0000AF;
}

.offer_head {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.module_detail_inside {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #6E0036;
	border: 1px solid #D13F86;
}

.im_text {
	font-size: 11px;
	font-weight: normal;
	background-color: #F8FBFF;

}

.module_detail {
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #D13F86;
}

.module_detail_border {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #D18BB0;
}

.statusbar {
	background-color: #F4CEE5;
}

th {
	font-weight: bold;
	color: #3A4147;
	font-size: 12px;
}

th a {
	text-decoration: underline;
	color: #4278D3;
}
th a:hover {
	color: #4278D3;
	text-decoration: none;
}

a.subhead {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

a.subhead:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.smallpic {
	border: 0px;
}

input {
	border-top: 1px solid #003B73;
	border-right: 1px solid #003B73;
	border-bottom: 1px solid #003B73;
	border-left: 1px solid #003B73;
	background-color: #F5F4EF;
}

textarea {
	font-size: 12px;
}

select {
	font-size: 12px;
	background-color: #F5F4EF;

}

.ckeckbox {

}

.formbutton {
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #003B73;
	border-right: 1px solid #003B73;
	border-bottom: 1px solid #003B73;
	border-left: 1px solid #003B73;
	background-color: #F5F4EF;

}


.main_outer_table{
	background-color: #D13F86;
}

a.main_title{
	font-family: Arial Black; 
	font-size: 22px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
a:hover.main_title{
	font-size: 22px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
}
.dotted{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.s_table_blue{
	color: #27277E;
	font-weight: bold;
}
.s_table_white{
	color: #27277E;
}

.table_blue{
	background-color: #D3E1FA;
	color: #27277E;
}
.table_white{
	background-color: #FFFFFF;
	color: #27277E;
}

.table_green{
	background-color: #D8F9D5;
	color: #003300;
}
.table_red{
	background-color: #FFD5D5;
	color: #990000;
}
.table_pink{
	background-color: #FFE1FF;
	color: #7D0067;
}
.table_gray{
	background-color: #EFEFEF;
	color: #333333;
}
.table_yellow{
	background-color: #FFFFCC;
	color: #B08D00;
}

.main_text1{
	font-size: 24px;

}
.page_heading {
	font-size: 14pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: center;
}

.headrow {
	border: 1px solid #A9BDF1;
	background-color: #C8E0FB;
	text-align: center;
}


.text8pt {
	font-size: 8pt;
}

.searchtitle {
	font-size: 14pt;
	font-weight: bold;
	color: #003366;
}

.xtitle {
	font-size: 14pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: center;
}

.title {
	font-size: 12pt;
	border: 1px solid #A9BDF1;
	background-color: #DADADA;
	text-align: left;
	font-weight: bold;
	padding: 4px 4px 4px 11px;
	margin-left: 11px;
}

.subtitle {
	font-size: 10pt;
	color: #003366;
	border: 1px solid #96B0F5;
	background-color: #D7E1EE;
	font-weight: bold;
	padding: 1px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.menulink {
	font-size: 12px;
	color: #4278D3;
	text-decoration: none;
}
a.menulink:hover {
	font-size: 12px;
	color: #4278D3;
	text-decoration: none;
}

.panellink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.panellink a:activ {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.panellink a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.panellink a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.panellink a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}


.panelbox {

}

.footer {
	background-color: #C41D79;
	color: #FFFFFF;
	text-align: center;
}
a.footerlink {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.paneltable{
	background-color: #D18BB0;
}

.modulehead{
	background-color: #FF6798;
	width: 180px;
	height: 31px;
	color: #FFFFFF;
	font-weight: bold;
}

.modulefoot{
	background-image: url(image/modul_foot.jpg);
	width: 180px;
	height: 31px;
	color: #FFFFFF;
	font-weight: bold;
}

.storyhead{
	color: #FFFFFF;
	font-weight: bold;
}

.storydate{
	font-size: 12px;
	color: #FFFFFF;
	font-style: italic;
}

.storyby{
	color: #FFFFFF;
}

.storyhead_inside {
	color: #524444;
	font-weight: bold;
}

.storydate_inside{
	font-size: 12px;
	color: #524444;
	font-style: italic;
}

.storyby_inside{
	color: #524444;
}

.storytext{
}

.newshead {
	color: #FFFFFF;
	font-weight: bold;
}

.newsdate {
	font-size: 9px;
	font-style: italic;
}

.newshead_inside {
	color: #524444;
	font-weight: bold;
}

.newsdate_inside {
	font-size: 9px;
	font-style: italic;
}

.newstext{

}

.pollquestion{
	color: #FFFFFF;
	font-weight: bold;
}

.polloptions{

}

.payment_mod_head{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #3399CC;
}

.admin_head{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

h4{
	font-size: 12px;
}

.copyright:hover {
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.errors {
	color: red;
}

.headerfooter, .headerfooter:hover {					/*** style of "xxx's Profile", "Last logge" ***/
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
}

.headerfooter:hover {							/*** hover: style of "xxx's Profile", "Last logge" ***/
	color: #FFFFFF;
	text-decoration: none;
}

.nickwidth {								/*** width of sections ***/
	margin: 10px;
	text-align: center;
	width: 550px;
}

.im_msg {
	font-size: 8pt;
}


.profil_navi {
color: #74043E;
}

.profil_navi:hover {
color: #CE4186;
}
