/*--------------- common declarations starts here---------------------*/

/* pagesettings */



html {
	height: 100%;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* base to all other font-measures  */
	margin: 0px;
	padding:0px;
	color:#000000;
	text-align:left;
	height:100%;
	}

h1, h2, h3, h4 { 
	color:#000000;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

h1 {
	margin: 0px;
	margin-bottom:8px;
	margin-top:12px;
	font-size: 160%;
	color:#000000;
}

a {

	text-decoration: none;
	color: #000000;
	font-weight:bold;
	
}

.input_e { 
	color: #333333;
	background-color:#FFFFFF;
	background-image: url(../images/bg_form_top.jpg);
	background-repeat: repeat-x;
	padding-left: 3px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #717171;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #717171;
	font-size: 95%;
	height: 15px;
}
form { 
	margin: 0px;
	padding: 0px;
}	
.invisible {
	display:none;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}
.strong {
	font-weight:bold;
}

/*------------------ Page-Division  ------------------*/
.header {
	display: none;
}


.nav_and_logo {
	display: none;
	width:100%;
	height:55px;
	
}
.main {
	margin: 0px auto;
	width: 17cm;
	padding-left:10px;
	padding-right:10px;
	overflow:visible;
	height:92%;
}

.leftcol {
	display:none;
}
.leftcol_start {
	float: left;
	width: 699px;
	font-size: 90%;
	text-align: left;
	color:#333333;
}

.leftcol_split {
	height: 15px;
	background-image: url(../images/leftcol_splitter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	clear:left;
}

.content {
	text-align:left;
	width:17cm;
	float:left;
	color:#333333;
}

.contenttable td {
	padding: 3px;
	border-bottom: 1px solid #dedede;
	vertical-align: top;
}

.rightcol {
	text-align:left;
	width:17cm;
}


.rightcol_start {
	text-align:left;
	width:250px;
	float:right;
	font-size: 90%;
}


/*--------------------- Footer ---------------------*/

.footer {
	background-position:top center;
	background-repeat:no-repeat;
	height:7%;
	clear:left;
	color:#787878;
	font-size:75%;
	padding-top:1%;
	text-align:center;
}
.footer a {
	color:#787878;
	text-decoration:none;
}
.footer a:hover {
	color:#000000;
}
.footer_wrap {
	margin-left:8px;
	margin-right:8px;
}

.teaserimage {
	display:none;
}


/* Gallery Start */

.gallery_container {
	background-image: url(../images/bg_image_gallery.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 100%;
}
.gallery_container_item { /* FF */
	float: left;
	height: 119.5px;
	width: 21.6%;
	padding: 1.6%;
}
*html body .content .gallery_container_item { /* IE */ 
	float: left;
	height: 119px;
	width: 21.6%;
	padding: 1.6%;
}
.gallery_thumb_image {
	border: 1px solid #dedede;
	padding:4px;
	background-color:#FFFFFF; 
}

.gallery_thumb_description {
	font-size:85%;
	text-align:left;
	float:left;
	width:100px;
	padding-left:2px;
}

.gallery_thumb_number {
	text-align: right;
	float:right;
	font-size:110%;
	color:#CCCCCC;
	font-weight:bold;
	display:block;
}

.gallery_fullview_image_container {
	width: 100%;
	text-align:center;
	background-color: #edf1f4;
}

.gallery_fullview_image {
	border: 1px solid #dedede;
	padding:4px;
	background-color:#FFFFFF;
	margin: 10px 0px 13px 0px;
}

.gallery_fullview_prev {
	width: 30px;
	float:left;
	padding: 5px 0px 0px 10px;
}

.gallery_fullview_next {
	width: 30px;
	float:right;
	padding: 5px 10px 0px 0px;
	clear:right;
}

.gallery_fullview_description {
	width: 470px;
	float:left;
	font-size: 110%;
	font-weight: bold;
	text-align:center;
	padding-top: 10px;
	color: #0061A9;
}

.gallery_fullview_numbers {
	clear:both;
	padding: 10px;
}

.gallery_fullview_numbers a {
	font-size: 120%;
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC;
	padding: 2px 4px 2px 3px;
}

.gallery_fullview_numbers a:hover {
	color:#ffffff;
	background-color:#0061A9;
}

.gallery_fullview_numbers_active {
	color:#ffffff;
	font-weight:bold;
	background-color:#0061A9;
	padding: 2px 4px 2px 3px;
}


/* Gallery End */

.view_printonly {
	display: block;
	width: 16.5cm;
	margin-bottom: 30px;
}
