/* CSS Document */

 * 	{
	margin: 0;
	padding: 0;
	} 

body {
	margin: 5px 0 0 0 ;
	padding: 0;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #E7F0C6;
	/*text-align: center;*/ /*em-model*/
	}	
	
#header {
	width: 770px;
	height:125px;  /*kvuli mezere pod img FF,O */
	margin: 1em auto 0 1em;
	padding: 0;
	}	
#headerin {
	width: 100%;
	height: 100%;
	}
	
#headerin img {
	color: #006633;
	border: 1px solid #006633;
	}
#header h1,h3 span {
	display: none;
	}

#page {
	font-size: 100%; /* em-model*/
	margin: 1em auto 0 1em;
	/*border: 1px solid black; */
	width: 770px;
	/*text-align: center; */
	}
	
#pagein {
	width: 100%;
	margin-top: 1em;
	position: relative; /*  !!! kvuli IE */
	}
	
#menu {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 100%; /* em-model*/
	margin: 0;
	padding:0;
	width: 180px;
	text-align: left;
	}
	
#menu span { display: none; }	

#menuin {
	margin: 0;
	padding: 0;
/*	_width: 100%;	vlozeno kvuli IE, neni potreba*/
	background-image:url(../img/menu_logo_alt.gif);
	background-repeat: no-repeat;
	background-position: center;
	_height: 470px;
	min-height: 470px;
	}

#menuin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
#menuin li {
/*	margin: 0.2em; @@@ */
	margin-right: 0;
	/*border: 1px solid #006633; */
	border-right: 0;
	padding:  0.3em;   /*0; @@@*/    /*0.5em 0 0.5em 0.5em; */
	/*_width: 100%; - pokud je aktivni, rozsiruje sloupecek 180px o 0.5em*/
	}
	
#menuin li a {
	display: block;
	/*_dis\play: inline-block; /*IE6 hack-zobrazovani odkazu i pro pripad najeti mimo text */
	/*padding: 0.1em;   @@@*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.0em;
	color: #006633;
	text-decoration: none;
	text-shadow: #999999;
	}	
	
#menuin li.active {
	border: 1px solid #006633;
	border-right: 0;
/*	padding: 0.3em;*/
	padding-right: 0;
	background-color: white;
	}
	
#menuin a:hover {
	color: #00C161;
/*	margin: -1px;
	background-color: white;
	padding: 0.3em;
	border: 1px solid #006633;
	border-right: 0;*/
	}
	
	
#main {
	width: 590px;
	margin-left: 179px;
/*	_height: 50em;*/
	font-size: 100%; /* em-model*/
	}
	
#mainin {
	_width: 100%;
	border: 1px solid #006633;
	padding: 10px;
	background-color: white;
	text-align: left;
	
	min-height: 460px;
	_height: 460px;
	}	
	
.pgtitle {
	padding-bottom: 0.5em;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
	text-align: right;
	text-transform:capitalize;
	}
	
.title {
	font-weight: bold;
	}
	
.buttons {
	width: 10em;
/*	margin-top: 1em;
	margin-left: 1em;*/
	}

.buttons a {
	display: block;
	margin: 2px;
	padding: 0.3em 1em;
	background: #E7F0C6;
	color: #006633;
	border: 1px solid #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;	
	}

.buttons a:hover {
	color: white;
	background-color: #006633;
	}	

	
.hidden {
	display: none;
	}	

#footer {
	font-size: 0.60em;
	text-align: center;
	color: #006633;
	} 

/*fce pro rozdeleni bd,comm & countries: */

.members {
	position: relative;
	border: 1px dotted #006633;
	background:	#E7F0C6;
	margin-bottom: 2em;	
	}
	
.membersin {
	width: 100%;
	min-height: 163px;
	_height: 163px;
	margin-bottom: 1em;
	}

.membersin p {
	margin-top: 3em;
	margin-left: 4em;
	}

.members h3 {
	position: absolute;
	left: 1em;
	top: -0.85em;
	width: 15em;
	border: 1px solid black;
	padding: 0.2em;
	font-size: 0.9em;
	font-weight:bold;
	text-indent: 0;
	overflow: visible;
	background-color: #EFC0C0;
	}

.members img {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	border: 1px solid #006633;
	}
	
.new {
	color: red;
	font-weight: bold;
	}

#breadcrumb	 {
	display: block;
	padding: 0.25em;
	margin: 0.2em 0.2em 0.5em 0;
	
	border: 1px solid #006633;
	background-color:#E7F0C6;
	font-size: 0.75em;
	font-weight: bold;
	}
#breadcrumb a:link {
	color: #006633;
	}
#breadcrumb a:visited {
	color: #006633;
	}

.normal {}