body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434548;
   background-image: url(images/_heart_bg.jpg);
	background-attachment: fixed;
	padding: 0;
   margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434548;
}

/* 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-image: url(images/_profile_view_head.jpg);
}

.headbgbox{
  background-image: url(images/_profile_view_head.jpg);
}
.loginbarbg{
  background-image: url(images/_profile_view_head.jpg);
}

.module_head {
  background-image: url(images/_main_tableHeader_bg.jpg);
  font-size: 12px;
  font-weight: bold;
  color: #A5006C;

}

a.module_head:link { font-family:Verdana,sans-serif; font-size:12px; color:#A5006C; text-decoration:none; }
a.module_head:visited { font-family:Verdana,sans-serif; font-size:12px; color:#A5006C; text-decoration:none; }
a.module_head:hover { font-family:Verdana,sans-serif; font-size:12px; color:#20A8D5;text-decoration:none; }
a.module_head:active { font-family:Verdana,sans-serif; font-size:12px; color:#20A8D5; text-decoration:none; }


.module_head_r {
  background-image: url(images/_boxheader_bg_lila.jpg);
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.module_head_b {
  background-image: url(images/_boxheader_bg_blue.jpg);
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.oddrow {
  background-color: #fefefe;
}

.evenrow {
  background-color: #efefef;
}

.module_head_right {
  background-color: #e8d1cd;
  font-size: 11px;
  color: #9f8f8c;
}

.module_head_right a {
  background-color: #e8d1cd;
  font-size: 11px;
  color: #9f8f8c;
}

.module_head_right a:hover {
  background-color: #e8d1cd;
  font-size: 11px;
  color: #695f5d;
}


td.edituserlink{
  background-color: #00BFFF;
  color: #FFFFFF;
  font-weight: bold;
  
}
td.edituserlink a{
  background-color: #00BFFF;
  color: #FFFFFF;
  font-weight: normal;
} 
td.edituserlink a:hover{
  background-color: #00BFFF;
  color: #695f5d;
  font-weight: normal;
}

.text_head1 {
  font-size: 14px;
  font-weight: bold;
  color: #9f8f8c;
}
a.text_head1 {
  font-size: 14px;
  font-weight: bold;
  color: #9f8f8c;
}
a:hover.text_head1 {
  font-size: 14px;
  font-weight: bold;
  color: #9f8f8c;
}
.text_head2, .text_head2:hover {
  font-size: 14px;
  font-weight: bold;
  color: #9f8f8c;
}

.offer_head {
  font-size: 12pt;
  color: #FFFFFF;
  font-weight: bold;
}

.module_detail_inside {
  font-size: 11px;
  font-weight: normal;
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dashed;
  border-right-style: dashed;
  border-bottom-style: dashed;
  border-left-style: dashed;
  border-top-color: #FFD79B;
  border-right-color: #FFD79B;
  border-bottom-color: #FFD79B;
  border-left-color: #FFD79B;

}

.im_text {
  font-size: 11px;
  font-weight: normal;
  background-color: #fff8f8;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e8d1cd;
  border-right-color: #e8d1cd;
  border-bottom-color: #e8d1cd;
  border-left-color: #e8d1cd;

}

.module_detail {
  font-size: 11px;
  font-weight: normal;
  background-color: #fff8f8;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFD79B;
  border-right-color: #FFD79B;
  border-bottom-color: #FFD79B;
  border-left-color: #FFD79B;

}

.module_detail_r {
  font-size: 11px;
  font-weight: normal;
  background-color: #fff8f8;
  border: 3px solid #E6AABD;
}

.module_detail_b {
  font-size: 11px;
  font-weight: normal;
  background-color: #ffffff;
  border: 3px solid #80DFFF;
}

.statusbar {
  background-color: #f9e0dc;
}


th {
  font-weight: bold;
  color: #695f5d;
  background-color: #ead9cf;
  font-size: 11px;

}

th a {
  text-decoration: underline;
  color: #695f5d;
}
th a:hover {
  color: #695f5d;
  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: 1px solid;
  border-color: #87CEEB;

}


input {
  font-size: 11px;
}
textarea {
  font-size: 11px;
}
select {
  font-size: 11px;
}
.formbutton {
  font-size: 11px;
  color: #ffffff;
  border-top: 1px solid #FEFEFE;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #FEFEFE;
  background-image: url(images/_btn_form_bg.jpg);
  height: 20px; 
  font-weight: bold;
  font-family: Arial;
}


.main_outer_table{
  background-color: #ffffff;
}

a.main_title{
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
}
a:hover.main_title{
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
}
.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: #695F5D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #413B3B;
}

a.menulink {
font-size: 11px;
color: #ff66cc;
text-decoration: none;
}
a.menulink:hover {
font-size: 11px;
color: #ff66cc;
text-decoration: none;
}

a.panellink {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #20A8D5;
	display: block;
	width: 172px;
	height: 16px;
	border-bottom-color: #00283C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #00283C;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #80D6FF;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #80D6FF;
	border-top-style: solid;
	border-top-width: 1px;
}
a.panellink:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	background-color: #20A8D5;	
      display: block;
	width: 172px;
	height: 16px;
	border-bottom-color: #00283C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #00283C;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #80D6FF;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #80D6FF;
	border-top-style: solid;
	border-top-width: 1px;
}

.panelbox {

}

/* panellink yellow  #FFD79B*/
a.panellink_y {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A5006C;
	background-color: #FFB852;
	display: block;
	width: 172px;
	height: 16px;
	border-bottom-color: #FC9822;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #FC9822;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FDB55F;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FDB55F;
	border-top-style: solid;
	border-top-width: 1px;
}
a.panellink_y:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
      color:#20A8D5;
	background-color: #FFB852;	
      display: block;
	width: 172px;
	height: 16px;
	border-bottom-color: #FC9822;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #FC9822;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FDB55F;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #FDB55F;
	border-top-style: solid;
	border-top-width: 1px;		
}
/* panellink red #A5006C*/
a.panellink_r {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #A5006C;
	display: block;
	width: 172px;
	height: 16px;
	border-bottom-color: #7D0557;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #7D0557;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #C40287;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #C40287;
	border-top-style: solid;
	border-top-width: 1px;
}
a.panellink_r:hover {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color:#FFB852;
	background-color: #A5006C;	
      display: block;	
	width: 172px;
	height: 16px;
	border-bottom-color: #7D0557;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #7D0557;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #C40287;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #C40287;
	border-top-style: solid;
	border-top-width: 1px;		
}
/* subusermenue #A5006C*/
a.subuser {
      font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #A5006C;
}
a.subuser:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}

.footer {
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #695f5d;
  border-right-color: #695f5d;
  border-bottom-color: #695f5d;
  border-left-color: #695f5d;
}
.footerlink {
font-size: 9px;
color:  #87CEFA;
text-decoration: none;
}
a.footerlink {
font-size: 9px;
color:  #87CEFA;
text-decoration: none;
}
a.footerlink:hover {
font-size: 9px;
color: ThreedFace;
text-decoration: none;
}
.copyright{
color: #aaaaaa;
font-size: 11px;
text-decoration: none;
}

.paneltable{
  background-color: #003366;
}
.modulehead{
  color: #003366;
}


.storyhead{
  color: #695f5d;
  font-weight: bold;
}
.storydate{
  font-size: 9px;
  color: #695f5d;
  font-style: italic;
}
.storyby{
  color: #695f5d;
}
.storytext{

}

.newshead{
  color: #695f5d;
  font-weight: bold;
}
.newsdate{
  font-size: 9px;
  font-style: italic;
}
.newstext{

}

.pollquestion{
  color: #695f5d;
  font-weight: bold;
}
.polloptions{

}

.payment_mod_head{
  font-size: 11px;
  color: #695f5d;
  background-color: #f7a3f8;
}

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

h4{
  font-size: 12px;
}

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

.headerfooter, .headerfooter:hover {          /* style of "xxx's profile", "last logge" */
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
}

.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;
}

/* start nav bar */


a.navBar:link {
	color: #FFFFFF;
	font-size: 10px;
      display: block;	
	width:102px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/_navBar.jpg);
	text-transform: uppercase;
	
}

a.navBar:visited {
	color: #FFFFFF;
	font-size: 10px;
      display: block;	
	width:102px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/_navBar.jpg);
	text-transform: uppercase;
	
}

a.navBar:hover {
	font-size: 10px;
	display: block;
	width:102px;
	height: 25px;
      color: #87CEEB;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/_navBar.jpg);
	text-transform: uppercase;
	
}

/* end nav bar */

/* Footerpopup  */
.linkstyle_fp { font-family:Verdana,sans-serif; font-size:11pt; color:#FFFFFF; text-decoration:none; }

a.linkstyle_fp:link { font-family:Verdana,sans-serif; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.linkstyle_fp:visited { font-family:Verdana,sans-serif; font-size:11px; color:#FFFFFF; text-decoration:none; }
a.linkstyle_fp:hover { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C;text-decoration:none; }
a.linkstyle_fp:active { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C; text-decoration:none; }

/* Partner  */
.linkstyle1 {
font-family:Verdana,sans-serif;
font-size:11px;
font-weight: bold;
  color: #A5006C;
}

.linkstyle { font-family:Verdana,sans-serif; font-size:8pt; color:#0099CC; text-decoration:none; }

a.linkstyle:link { font-family:Verdana,sans-serif; font-size:11px; color:#0099CC; text-decoration:none; }
a.linkstyle:visited { font-family:Verdana,sans-serif; font-size:11px; color:#0099CC; text-decoration:none; }
a.linkstyle:hover { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C;text-decoration:underline; }
a.linkstyle:active { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C; text-decoration:none; }

/* Nickpage_Navi */

.nickpagenavi { font-family:Verdana,sans-serif; font-size:11px; color:#0099CC; text-decoration:none; }

a.nickpagenavi:link { font-family:Verdana,sans-serif; font-size:11px; color:#0099CC; text-decoration:none; }
a.nickpagenavi:visited { font-family:Verdana,sans-serif; font-size:11px; color:#0099CC; text-decoration:none; }
a.nickpagenavi:hover { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C;text-decoration:underline; }
a.nickpagenavi:active { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C; text-decoration:none; }

/* Hinweise */
.marker { font-family:Verdana,sans-serif; font-size:11px; color:#A5006C; text-decoration:none; }
h1 {
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 11px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 10px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}