@CHARSET "UTF-8";
/* Print-Version */
@import url("stylesheet.css");

body {
	background-image: url(../images/leer.gif);
	background-color: #FFFFFF;
	margin: 10px;
    font-family: gill,helvetica,sans-serif;
    font-size: 11px;
	color: #666666;
}

.pagewidth {
	width: 500px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
}

.maincol {
  background-image: none;
}

.title {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #8770A1;
	color:#8770A1;
	display:block;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	height:44px;
	line-height:50px;
	margin-bottom:10px;
	margin-top:0;
	padding-bottom:5px;
	padding-left:25px;
	padding-top:5px;
	text-transform:uppercase;
}

.printLink {
    font-weight: bold; 
	margin: 10px 0 10px 0;
	clear: both; 
	width: 451px;
	background-color: #F0F0F0;
	padding: 3px 0;
	height: 14px; 
}

.printHeader {
	min-height: 20px;
	margin-bottom: 10px;
}

.printLinkNow a,
.printLinkClose a{
	background-image: url(../images/printIcon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 18px;
	margin: 0 5px;
	text-decoration: none;
	float: left;
	line-height: 14px;
}

.printLinkClose a{
	background-image: url(../images/closeIcon.gif);
	float: right;
}

.printLinkNow a:hover,
.printLinkClose a:hover {
	text-decoration: underline;
}

.printpostaladdress {
	float:right;
	font-size:80%;
	margin-top:10px;
	text-align:right;
}

.printlogo {
	float: left;
}

.printlogo img {
	width:177px;
	height:111px;
}

.printClear {
	clear: both;
}

.rootLine {
	margin-bottom: 5px;
}

.rootLine a {
	color: #000000;
}

/* don't display the smoothgallery in the printversion */
.tx-rgsmoothgallery-pi1 {
	display: none;
}


.maincol .tx-exaevents-pi1 table {
	font-size:99%;
}

.tx-exaevents-pi4 select {
	display: none;
}

.maincol p {
	margin:0px;
	padding:0px;
}

table {
    font-family: gill,helvetica,sans-serif;
    font-size: 11px;
	color: #666666;
}

/* Basic tags */
a {
	background-color:inherit;
	color:#6a9cc7;
	/*font-weight:700;*/
	text-decoration:none;
	outline-style:none;
}

a:hover {
	background-color:inherit;
	color:#286ea0;
	text-decoration:underline;
}

a img {
	border:0;
}

h1 {
    color: #6A9CC7;
    font-size: 12px;
    font-weight: bold;
}


