/*
#debug {
	visibility: hidden;
	font-family: verdana;
	font-size: 10px;
	color: cccccc;
}
*/

body {
	margin: 0px;
	padding: 0px;
	background: #F8F8F8;
	font-family: georgia;
	font-size: 11px;
}

td {
	font-family: georgia;
	font-size: 11px;
}

a, a.download, a.link {
color: black;
text-decoration: underline;
font-weight: bold;
}

a:hover, a.download:hover, a.link:hover {
color: white;
text-decoration: none;
background-color: black;
font-weight: bold;
}


#overAllLayer {
	width: 1006px;
	background: #F8F8F8 url('/assets/layout/mainBG.png') repeat-y center;
}

#maincont {
	display: blocked;
	border: none;
	background: transparent url('/assets/layout/contBG.png') no-repeat top center;
	padding-left: 160px;
	padding-right: 160px;
	text-align: left;
	margin-top: -21px;
}

#flash_table {
	background: transparent url('/assets/layout/flash_bg.png') no-repeat top center;
	z-index: -10;
}



/**************
HEADLINES
**************/

h1 {
font-size: 20px;
padding-top: 25px;
color: black;
}

h2 {
margin-top: 0px;
margin-bottom: 16px;
text-decoration: underline;
}

object {
background-color: black;
}

/*************
POPUP
*************/

#popup {
	width: 100%;
	background-image: url('/assets/layout/detail_pattern.jpg');
	background-repeat: repeat-y;
	padding: 15 25 15 25px;
	margin-top: -3px;
}

.popupFg {}

.popupBg {
	background-color: black;
	border: 1px solid black;
}
td.popupText {
	padding: 0px;
}
td.popupCaption {
	font-size: 10px;
	font-weight: bold;
	font-family: georgia;
	color: white;
	text-decoration: none;
	text-align: left;
}

td.popupClose {
	text-align: right;
	vertical-align: top;
}

/*************
FORM
*************/

.F {
	width: 333px;
	border: 1px solid #B6B6B6;
	background: #E8E8E8;
}

.F:hover, .F:focus {
	background: #FAFAFA;
}


/*************
GALERIE
*************/

#gal {
	width: 666px;
	background: #b6b6b6;
	padding: 10px;
	border: 1px solid black;
}