/********************** Generals *********************/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #E7E7E7;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

dt {
  	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	color: #BC016C;
	line-height: 14px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #BC016C;
	line-height: 14px;
}

h3 {
	margin: 0;
	padding: 20px 0 0  0;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	line-height: 14px;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	line-height: 14px;
}

h5 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	color: #686868;
	line-height: 14px;
}

p {
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	line-height: 18px; 
}

span {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	line-height: 14px; 
}

ul {
	margin: 0 0 15px 15px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	line-height: 18px;
}

table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0;
}

td {
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	line-height: 18px;
}

a,
a:link,
a:visited,
a:hover, 
a:active { 
	color: #B10C72; text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

/*****************************************************/


/*********************** Header **********************/

#header {
	margin: 0 auto 10px auto;
	width: 899px;
	height: 203px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/*****************************************************/


/*********************** Menu  ***********************/

#menu {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 0 0 0 35px;
	width: 864px;
	height: 30px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.menuLink {
	float: left;
	padding: 0 35px 0 0 ; 
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

.menuLink a:link    { color: #696969; text-decoration: none; } /* normal link */
.menuLink a:visited { color: #696969; text-decoration: none; } /* visited link */
.menuLink a:hover   { color: #BC016C; text-decoration: none; } /* mouse over */
.menuLink a:active  { color: #BC016C; text-decoration: none; } /* clicked link */


.menuLinkActive {
	float: left;
	padding: 0 35px 0 0 ;
	font-size: 12px;
	font-weight: bold;
	color: #BC016C;
	line-height: 30px;
}

.menuLinkActive a:link    { color: #BC016C; text-decoration: none; } /* normal link */
.menuLinkActive a:visited { color: #BC016C; text-decoration: none; } /* visited link */
.menuLinkActive a:hover   { color: #BC016C; text-decoration: none; } /* mouse over */
.menuLinkActive a:active  { color: #BC016C; text-decoration: none; } /* clicked link */

/*****************************************************/


/********************** Content **********************/

#content {
	clear: both;
	margin: 0 auto 10px auto;
	width: 899px;
	height: 403px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.imageBigBox {
	float: left;
	margin: 0;
	padding: 20px 20px 0 19px;
	width: 427px;
	height: 346px;
}

.textBox {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 5px 0 0;
	width: 408px;
	height: 346px;
	overflow: auto;
}

.textBox a:link    { color: #B10C72; text-decoration: underline; line-height: 22px; } /* normal link */
.textBox a:visited { color: #B10C72; text-decoration: underline; line-height: 22px; } /* visited link */
.textBox a:hover   { color: #B10C72; text-decoration: underline; line-height: 22px; } /* mouse over */
.textBox a:active  { color: #B10C72; text-decoration: underline; line-height: 22px; } /* clicked link */

.imageSmallBox {
	float: left;
	padding: 20px 20px 0 19px;
	width: 221px;
	height: 346px;
}

.textSmallBox {
	float: left;
	margin: 20px 0 0 0;
	width: 619px;
	height: 346px;
	overflow: auto;
}

.textLeftSmallBox {
	float: left;
	padding: 0 20px 0 0;
	width: 279px;
}

.textRightSmallBox {
	float: left;
	padding: 0 20px 0 0;
	width: 280px;
}

.textScrollContainer {
	padding: 20px 20px 0 19px;
}

.textBigBox {
	width: 860px;
	height: 344px;
	overflow: auto;
}

.textLeftBox {
	float: left;
	padding: 0 20px 0 0;
	width: 400px;
}

.textRightBox {
	float: left;
	padding: 0 20px 0 0;
	width: 400px;
}

.textLeftTableBox {
	padding: 0 20px 0 0;
	width: 390px;
	border-right: 1px solid #E6E6E6;
	vertical-align: top;
}

.textRightTableBox {
	padding: 0 20px 0 20px;
	width: 390px;
	vertical-align: top;
}

.textCategoryTitleBox {
	float: left;
	padding: 0 20px 0 0;
	width: 393px;
	cursor: pointer;
}

.textCategoryTitle {
	float: left;
	padding: 0 0 0 2px;
}

.textCategoryTitleArrow {
	float: left;
	padding: 4px 5px 0 0;
}

.textCategoryBox {
	float: left;
	padding: 0 20px 0 0;
	width: 393px;
	display: none;
}

.eventRightTableBox {
	width: 290px;
	vertical-align: top;
}

.eventLeftTableBox {
	width: 100px;
	vertical-align: top;
}

.pagerBox {
	float: left;
	padding: 8px 0 0 19px;
	width: 427px;
	line-height: 20px;
	font-size: 12px;
	color: #939393;
	text-align: center;
}

.pagerBox ul {list-style-type: none; margin: 0; padding: 0;}
.pagerBox ul li {display: inline; text-align: center;}

.tx-thmailformplus-pi1 {
  	margin: 0;
  	padding: 0;
}

/*****************************************************/


/*********************** Footer **********************/

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	width: 899px;
	height: 30px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

.footerLinkBox {
	float: right;
	margin: 0 20px 0 0;
	font-size: 12px;
	color: #939393;
}

.footerLink {
	font-size: 12px;
	line-height: 30px;
	color: #939393;
}

.footerLink a:link 	 { color: #939393; text-decoration: none; } /* normal link */
.footerLink a:visited { color: #939393; text-decoration: none; } /* visited link */
.footerLink a:hover   { color: #BC016C; text-decoration: none; } /* mouse over */
.footerLink a:active  { color: #BC016C; text-decoration: none; } /* clicked link */


.footerLinkActive {
	font-size: 12px;
	font-weight: bold;
	color: #BC016C;
	line-height: 30px;
}

.footerLinkActive a:link    { color: #BC016C; text-decoration: none; } /* normal link */
.footerLinkActive a:visited { color: #BC016C; text-decoration: none; } /* visited link */
.footerLinkActive a:hover   { color: #BC016C; text-decoration: none; } /* mouse over */
.footerLinkActive a:active  { color: #BC016C; text-decoration: none; } /* clicked link */

/*****************************************************/

/********************** Formular *********************/

.formText {
	margin-bottom: 5px;
	padding: 0;
	width: 255px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
}

.formSelect {
	margin-bottom: 5px;
	padding: 0;
	width: 259px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
}

* html .formSelect { /* Internet Explorer */
	width: 255px;
}

/*****************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
